Josh Thorpe

Results 10 issues of Josh Thorpe

Hi, Thanks for the summary of commands. I did find one misleading instruction when following the magit bindings: "`?` in Magit’s status page for a nice list of available commands...

## Bug Report ### Current behavior ```bash $ arduino-cli compile -v --verify --upload -p /dev/ttyUSB0 -b arduino:avr:uno path_to_script/GateSketch Using board 'uno' from platform in folder: /root/.arduino15/packages/arduino/hardware/avr/1.8.3 Using core 'arduino' from...

os: linux
architecture: arm
topic: code
type: imperfection

### Describe the bug **context** When I create a table in markdown **expectation** I expected the alignment to render according to the markdown syntax for table alignment. **bug** But instead...

bug
state: upstream

Git cloning via SSH has authentication issues for those that don't have keys setup. HTTPS works with public repos.

Adding a contact option for credly.

Github provides a nice click to copy feature on all code blocks. This doesn't work when there is a '$' at the front.

If I set the environment variable `ALLOW_RESTARTS=1` then permission is still denied for any stop/restart/kill operation due to them all being `POST` methods (blocked by default). If I set the...

Thanks for the resources. Just found a few of the slides had whitespaces which isn't consistent with the naming convention you are using for the rest of the filenames.

Have you come across this error message `Cannot resolve receiver` before? I did a quick search but couldn't find the source code that throws this specific message. ``` 2023-09-30 02:10:33,154...

Most people managing container stacks in a git repo use secrets instead of env vars for passwords/keys/tokens as it allows it to be declared without being exposed. https://docs.docker.com/compose/how-tos/use-secrets/ Essentially instead...