Simon Holloway
Simon Holloway
Attempting to solve https://github.com/denoland/deno_std/issues/3907 > std/log is the last of the sub-modules that uses the deprecated Writer (i.e. Deno.Writer) interface. It should use WritableStream instead. Previous attempt of https://github.com/denoland/deno_std/pull/3969 was...
Tackling this issue: https://github.com/denoland/deno_std/issues/3907 Whats left to do in this PR: - [x] Tests need updating - [x] Race conditions need handling and testing - [ ] Figure out how...
**Describe the bug** When using `expect().toEqual`, undefined properties in the test value cause a failure when those properties don't exist in the expect value. **Steps to Reproduce** ```typescript import {...
This is part of the effort to rollout the `noUncheckedIndexedAccess` config for deno std https://github.com/denoland/deno_std/issues/4040 The function `getGitHubRepository` currently has the implied type ```typescript () => { owner: string |...
~This PR builds on the existing deno fix https://github.com/fabian-hiller/valibot/pull/178 and adds some new checks to make sure deno support does not break in future. You can see the diff against...
Today, this library is developed in Node.js and configured to support Deno. I propose that it's migrated to be developed in Deno and configured to support Node.js. I realise this...