Dylan Conway

Results 39 issues of Dylan Conway

**test** - [ ] test.skip - [ ] test.skipIf - [ ] test.runIf - [ ] test.only - [ ] test.concurrent - [ ] test.todo - [ ] test.fails -...

tracking

Fixes for `highWaterMark: 1` and returned error codes

Inspired by output from #2060 (doesn't fix issue). Build output before change: ```js class Base { constructor(data) { Object.assign(this, data); } } class Outer extends Base { constructor() { super(...arguments);...

- Added `autosave.after_delay/on_window_change/on_focus_change.trigger_formatter`closes #4882 One quirk to this implementation is you can have a configuration like this and the document won't format on save. A more accurate name for this...

cla-signed

### Zig Version 0.12.0-dev.3397+43edd53c3 ### Steps to Reproduce and Observed Behavior ```zig fn foo() !noreturn { while (true) {} } pub fn main() !void { try foo() catch |err| {...

bug

### What does this PR do? fixes #9910 ### How did you verify your code works? added a test