Benoît

Results 23 issues of Benoît

First, thank you for this project, it is super useful. On macOS, it seems that `throttle` works for IPv4 connections, but not IPv6: ```bash $ throttle --up 330 --down 780...

### Describe the bug I am reopening an issue for the previously closed issue https://github.com/vitest-dev/vitest/issues/2327. When using vitest in Browser Mode, an error occurs when updating inline snapshots. I believe...

feat: browser
p3-minor-bug

This plugin can output code with a syntax error. Taking the following TypeScript code as input: ```ts toto = (function () { // tata } as any) ``` The following...

By reviewing TraceKit code, I found an issue where the stack trace computation fails in certain condition. Keep in mind that I didn't observe an actual error matching this condition....

Extract paths/positions like `URL:number:number` from a block of text, resolve the URLs according to a base URL if necessary, and print code context for each code frame. Maybe add a...

enhancement

Instead of an URL, use a local file. Also, allow using a local source map file.

enhancement

With the addon installed, go to this page for example: https://www.chromium.org/developers/gn-build-configuration It redirects to the URL https://docs.google.com/comments/d/... , containing some JS. Disabling the addon solves the issue.

When the build fail, for example because of a syntax error, `karma-esbuild` [replaces it with a `console.error`](https://github.com/marvinhagemeister/karma-esbuild/blob/a70c8c01444e1826a3fe06b9b2f7e6de3284d29e/src/bundle.ts#L147), but does not fail the run. While it might be a good thing...