Mark Fulton

Results 136 comments of Mark Fulton

I know that Deno doesn't manage Dependabot, their priorities, etc. but I read [Dependabot version updates now support the bun package manager – \[GA\] - GitHub Changelog](https://github.blog/changelog/2025-02-13-dependabot-version-updates-now-support-the-bun-package-manager-ga/) and got confused...

I am mainly interested in who last touched the line along with the commit message (summary + body).

wow, yes, the VSCode experimental support is what I am looking for; thank you!

As a workaround, `npm audit` (or similar commands for an ecosystem) can be run locally and also run in PR checks along with other checks (build, typecheck, lint, test, etc.).

For reference on how `@oneof` would work: https://github.com/graphql/graphql-js/pull/3513

Is `Deno.bundle()` planned to be supported in Deno Deploy? It does not look like it is currently supported.

> Do you know about [`ServerSentEventStream`](https://jsr.io/@std/[email protected]/doc/server-sent-event-stream/~/ServerSentEventStream)? Disclaimer: I only skimmed this issue. Yes. This works for encoding but does not support decoding.

Yes. These two stream classes could also be named like other encoding/decoding ones: `EventEncoderStream` and `EventDecoderStream`.

> There is no formatter for 'html' files installed. I think I might have an idea of what is happening though. If I open VS Code and open an HTML...

> That'd be amazing. Would you like to implement it? I am open to exploring that for sure. I've not contributed to nor looked much at pino source code. I...