Joseph Price
Joseph Price
I'd like to be able to switch between Debug and Release mode, to, for instance, see errors in branches guarded by `#if DEBUG` guards. **Describe alternatives you've considered** I tried...
I installed the tools and they seem to work fine at first, but when I scroll in the component tree, I get lots of errors like this. The console log...
Since `parallel` is a reserved keyword, forcing the awkward `paralle` to be used, and technically "concurrent" is a more accurate description of how the processes are executed, I'd suggest this...
I'm running a command that unfortunately requires the password to be passed explicitly, where I also want to capture the output, however currently the features of `RunCommandCaptureOutput` and `RunSensitive` are...
Certain errors such as `ReferenceError` cause the dev server to crash with the error `Error: `line` must be greater than 0 (lines start at line 1)`. This can be reproduced...
When attempting to run some code making use of the `fs` builtin via deno, I get the error ``` error: Relative import path "fs" not prefixed with / or ./...
The `AsyncIteratable.iter` function doesn't allow processing an item using a promise. It would be convenient to have another helper that adds an await here: https://github.com/fable-compiler/fable-promise/blob/b40f8cd1d6b3582baea1aeaf98b180e3d27bc4f0/src/AsyncIterable.fs#L49.
Entrypoint is missing from the CE builder. This adds the exec form to abide by this recomendation https://docs.docker.com/reference/build-checks/json-args-recommended/
### Question This is probably a known issue, as I'm aware that this project lags a bit behind the fast changes being made in the python transformers library, but I...
### Question When evaluating a model that uses sentencepiece using transformer.js, I do not get the `▁` marker included in the output as I do when running from python. I'm...