Nathan Baum

Results 4 issues of Nathan Baum

Fixes, for me, the TypeScript error: ``` Could not find a declaration file for module '@thisbeyond/solid-select'. '/node_modules/@thisbeyond/solid-select/dist/esm/index.js' implicitly has an 'any' type. There are types at '/node_modules/@thisbeyond/solid-select/dist/types/index.d.ts', but this result...

For example, /dist/codegen/cosmos/bundle.d.ts is missing in 16.7.0, but present in 16.6.0. This causes TypeScript to consider that osmojs has no `cosmos` export. The export is, however, still there in the...

tl;dr: Typed arrays can share a backing store, meaning that their `buffer` does not have a one-to-one correspondence with their "actual" contents, contrary to stringify's assumption. The code ``` const...

Given ``` julia module Foo; end import Foo.bar ``` the diagnostic `WARNING: could not import Foo.bar into Main` is displayed, but execution continues. I'd expect an error - probably `UndefVarError`...

modules