Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for bignose
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Edit | Post #294127 | Initial revision | — | over 1 year ago |
| Answer | — |
A: empty line in table cell in reStructuredText (rst) First thing to note: reStructuredText does not have a representation of “blank line”. The example you give, already has a lower-right cell containing to separate paragraphs, “ddd” and “eee”. They are rendered with vertical space between them, as is normal for paragraphs. Yet, you are unsati... (more) |
— | over 1 year ago |
| Edit | Post #294126 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Why is SQL usually written in CAPS? Unlike many newer languages, SQL has a large number of keywords and relies on the reader's ability to distinguish keywords versus identifiers in order to mentally parse the syntax. The direct answer to your question, then, is more an answer to “why does the reader of SQL code benefit so much f... (more) |
— | over 1 year ago |
| Edit | Post #293340 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293340 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293340 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293340 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293340 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293340 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293340 | Initial revision | — | over 1 year ago |
| Answer | — |
A: how do I get markdown to render # as a shell prompt and not a comment? Note that, by declaring `sh` as the language, you have implicitly declared "a `#` introduces a comment", because that's what is implied by the `sh` syntax. But you say you don't want that interpretation. Therefore, the text you're formatting should not be interpreted as `sh` language text. ... (more) |
— | over 1 year ago |
| Edit | Post #293339 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293339 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293339 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293339 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293339 |
Post edited: |
— | over 1 year ago |
| Edit | Post #293339 | Initial revision | — | over 1 year ago |
| Answer | — |
A: Dynamically do something after a useState variable has been set? This depends largely on what "do something" you want to do, in response to a state change. If you just need to re-compute some other state: Write that as additional code in the component function. If you need to have an effect on some external system: The `useEffect` hook is designed for ... (more) |
— | over 1 year ago |
