George Pollard

Results 46 issues of George Pollard

Much like #2, would it be possible to include VsVim commands? This would be neat 🙂

**Describe the bug** Parsing the file located [here](https://github.com/Porges/ways-to-play/blob/main/bibliography.yaml) with `yaml.parse(str, {merge:true})` takes a very long time. Could there be something non-linear in the length of the file? Currently it's under...

bug

## Motivation Closes #2979. The current behaviour of `DefaultVisitor` is that it will write padding even if it is going to skip writing a value, which results in extraneous padding...

## Bug Report When writing to `tracing` via `log` (using default-installed `tracing-log` handler), messages from the `log` macros have an additional 4 spaces appended. Messages sent via the `tracing` macros...

This is a bit of a proof-of-concept that it works: 1. invoke `setsid` in pre-exec when spawning a new process 2. when waiting for a process, wait for its `pgid`...

This was previously discussed in #1457. I'm trying to update a function app to .NET 8.0. To test this I'm deploying a new instance of the function app. My deployment...