Mark Fulton

Results 153 issues of Mark Fulton

Security Alert: [Server-Side Request Forgery in axios · CVE-2024-39338 · GitHub Advisory Database](https://github.com/advisories/GHSA-8hc4-vh64-cxmj) https://github.com/siddharthkp/github-build/blob/723b1cce3feff4bdded018c5dd604a0e02b9c420/package.json#L23 I suggest bumping the version but, perhaps more importantly, placing a `^` on the version so...

**Is your feature request related to a problem? Please describe.** Workflow run attempts can have annotations/notices. I don't want to need to open each deployment message in Slack to see...

Feature request

I figured out that I can compress an event stream myself using [`CompressionStream`](https://developer.mozilla.org/en-US/docs/Web/API/CompressionStream) but I wonder if event streams can be candidates for [automatic body compression](https://docs.deno.com/runtime/manual/runtime/http_server_apis#automatic-body-compression)? > Currently Deno supports...

suggestion
ext/http

`deno fmt` already formats JSX & TSX. Would it be too much extra work to also support formatting HTML, SVG, and other XML files (e.g. XML itself, XHTML, etc.)? Today...

suggestion
deno fmt

### Is your feature request related to a problem? Please describe the problem. I want to make my request payloads properly with code completion and type checking but from what...

status:waiting-for-triage
type:feature

I've tried using this extension instead of [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens). It has been nice. I like the simplicity. However, I'm going back to GitLens simply because the inline blame annotations and the...

help wanted
feature request

**Is your feature request related to a problem? Please describe.** Deno CLI supports formatting HTML files now but VS Code doesn't recognize vscode_deno as an HTML formatter. **Describe the solution...

enhancement

I'd like to see alternatives mentioned (e.g. in the README) providing guidance on when/why to prefer esbuild with esbuild_deno_loader vs. others like deno_emit.

I like how Zod has great auto-completion, but it currently results in unused code being loaded which increases bundle sizes (e.g. see #2596). [Module augmentation](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) could be a great way...

I would like a way to provide my own `Logger` instance for Worker, Workspace, etc. (or even `LoggerFactory` for sub-resources, etc.). I see that can intercept logs with `loglevel` but...