Boye Lillejord-Nygård
Boye Lillejord-Nygård
### Describe the problem Referencing `svelte-kit package` generated packages through the [workspace protocol](https://pnpm.io/workspaces) of pnpm doesn't work out of the box. Most monorepo tools (pnpm included) will normally just symlink...
I know you're currently doing a big rewrite. This is not an important fix, no rush in merging it. Closes #5830 **TL;DR**: Removes `publishConfig.directory` from the generated package.json when using...
It would be really handy to have a pip function for automatic dereferencing. I'm not quite sure what the best approach would be. One possible solution is that it just...
### Description Currently, the wasm plugin usually get the `.wasm` file using `fetch`. This approach doesn't work in SSR. Even if `fetch` were available, fetching a relative path would not...
As discussed in https://github.com/supermacro/neverthrow/pull/567#discussion_r1754313850, the current type signature of `fromThrowable` allows users to pass a specific error value type, without providing an error mapping function that produces the provided error...
This changes the format of the table outputted by `deno bench` to be markdown compatible. `deno coverage` also outputs a table to the console, and there might very well be...
This changes the format of the table outputted by `deno coverage` to be markdown compatible. `deno bench` also outputs a table to the console, and there might very well be...
It would be very convenient if the `deno bench` could output a markdown table. My use case is to post the result in a github comment on PRs, but I...
It would be very convenient if the `deno coverage` could output a markdown table. My use case is to post the result in a github comment on PRs, but I...
### What is the problem this feature would solve? When I use Predicate combinator like `Predicate.some` or `Predicate.all` with other predicated I loose type safety (the new predicate is not...