Mark Fulton

Results 153 issues of Mark Fulton

### Description I'd like to specify a `build.chunkSizeWarningLimit` for most chunks but then specify exceptions for some other chunks. e.g. A chunk for the `heic2any` package is much larger than...

pending triage

Many companies rely on GitHub Advanced Security offerings to detect vulnerabilities in codebases. Dependabot is one such tool. Its ability to keep dependencies up to date is nice but from...

suggestion

### Lint Name ### Code Snippet ```ts /(?do)\(\)|(?don't)\(\)|(?mul)\((?\d+),(?\d+)\)/g; ``` ### Expected Result No lint warning. ### Actual Result > Invalid RegExp literal > Rework regular expression to be a valid...

bug

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

**Is your feature request related to a problem? Please describe.** I thought a shuffle method would update an array in place. **Describe the solution you'd like** Two methods: `shuffle` and...

**Describe the bug** When constructing new `CsvParseStream` instances, VSCode provides no suggestions for option names (e.g. `skipFirstRow`, `columns`, etc.). **Steps to Reproduce** 1. Create a script with a call to...

bug

**Describe the bug** According to [`fieldsPerRecord` documentation](https://github.com/denoland/std/blob/360851f6957702caf2fa8c998c02fbb7389ce21c/csv/parse_stream.ts#L43-L54), I should be able to parse CSV with variable length records. I can successfully do so but not when I use `skipFirstRow` and/or...

bug
needs triage

**Is your feature request related to a problem? Please describe.** I want to watch a CSV file and recompute some statistics each time it changes. Sometimes the last record is...

enhancement
suggestion

bug **What is the current behavior?** adding `bundlesize` to a `package.json` file causes a vulnerable version of `axios` to transitively get added to `node_modules` **What is the expected behavior?** transitive...

### Type description + examples I find [`Jsonifiable`](https://github.com/sindresorhus/type-fest/blob/3d473d1f8b0ec5820e1f3aaf7965b68784423778/source/jsonifiable.d.ts#L37) very handy but I often want to specify that the value shouldn't be a primitive. Can `JsonifiableObject` and `JsonifiableArray` be exported too?...

type addition