somebody1234

Results 48 issues of somebody1234

WASM throws unreachable when giving arguments to `ModuleGraph.resolveDependency` in the wrong order. This may be the line causing the error: https://github.com/denoland/deno_graph/blob/1a9777812fa9e9ead14b7b7701e8fbfafbaf9499/src/lib.rs#L71

Might be worth looking into [console-error-panic-hook](https://crates.io/crates/console_error_panic_hook) or similar to actually show messages in `unreachable!()`s

I'm wondering how the implementation of `Compose` works? Assuming `f` is `Compose (a -> b)` then `f.c` must be `a -> b`. However, that would mean `f.c['fantasy-land/map']` is undefined (unless...

`Js.Array` has `Js.Array2` but `Js.Option` has no such counterpart, is this intentional? even weirder, `Js.Re` has `foo_` for data-first methods rather than them being in `Js.Re2`

**Bug report or Feature request?** feature request **Version (complete output of `terser -V` or specific git commit)** terser 5.8.0 **Complete CLI command or `minify()` options used** ```sh echo $CODE |...

(it's okay to close this if they're not possible, just wondering if they're possible) - (if possible) support for nice highlighting for `ffi.cdef([[]])`, not just the version without parens -...

enhancement

see [this](https://www.graphql-code-generator.com/plugins/gql-tag-operations-preset) for an example of one example workaround the problem with tagged templates is that the types of their arguments aren't narrowed to string literal types (even though this...

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** feature flags for e.g. ssl, tls, http2 etc. **Describe alternatives you've considered** - **Describe...

T-enhancement
DT-is-intermediate