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 Michaelâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Suggested Edit | Post #290188 |
Suggested edit: Put screenshots into the markdown list items they're related to. (more) |
helpful | about 1 year ago |
Edit | Post #290185 |
Post edited: Add release year for the relevant Git version. |
— | about 1 year ago |
Suggested Edit | Post #290185 |
Suggested edit: Add release year for the relevant Git version. (more) |
helpful | about 1 year ago |
Edit | Post #290184 |
Post edited: No floating "they" |
— | about 1 year ago |
Edit | Post #290184 | Initial revision | — | about 1 year ago |
Answer | — |
A: What are the benefits of starting a Git repo with an empty commit? This sounds to me like someone had a problem once and they've decided upon a somewhat silly way to keep that from ever happening again. The big repository hosts have a different way of addressing it. They (offer to) make you a README.md and a .gitignore for the first commit and you can stem everyt... (more) |
— | about 1 year ago |
Comment | Post #278523 |
I haven't done this in LibreOffice, but I once [asked a Google Sheets question](https://stackoverflow.com/q/39044409/241211) somewhere else that resulted in a great answer. The formula there might work for Calc, too. (more) |
— | about 1 year ago |
Edit | Post #290097 | Initial revision | — | about 1 year ago |
Answer | — |
A: Command to format code from repo into single markdown file Sylvester's answer is great, but I wanted to point out that interpolation only happens in double-quoted strings (`"`), not in single-quoted ones (`'`). If you have lines that don't need any variable or command interpolation, you can single-quote and skip escapes: ```bash find . -name ".py" -pr... (more) |
— | about 1 year ago |
Comment | Post #289261 |
I had [a self-answer on GIS.se](https://gis.stackexchange.com/a/66676/20145) where I wanted to immediately tag as "Outdated." Thankfully, I haven't wanted to flag any of my answers as "Dangerous." (more) |
— | about 1 year ago |
- ← Previous
- 1
- 2
- 3
- 4
- Next →