Joel Gustafson

Results 10 issues of Joel Gustafson

First, thanks so much for writing this library! It's been awesome to watch the Deno ecosystem grow, and great to have a minimal modern CBOR implementation. I'm writing an ESM-only...

enhancement

## 🐛 Bug report This is a separate issue from #644, _not_ related to ESM compatibility (as far as I can tell). ### Current Behavior `io-ts` fails to compile under...

Looking through the code, it looks like message types for REGTOPIC and TOPICQUERY are implemented, but I can't tell how to use them. Does this module support topic advertisement? How...

One great feature would be to allow users to add a custom React component to each node kind to render custom body content. Until Safari fixes its foreignObject implementation, the...

Not sure if this is the right way to bring this up, but I'd like to propose adding a codec for [N-Quads files](https://www.w3.org/TR/n-quads/). RDF is the graph data model for...

Suppose I have a schema made of two EachOf expressions: ``` PREFIX schema: PREFIX rdf: PREFIX xsd: start={ rdf:type [ schema:Person ], ( schema:givenName xsd:string , schema:familyName xsd:string ) *...

``` PREFIX schema: PREFIX prov: PREFIX xsd: PREFIX ex: _:foo { schema:name xsd:string // ex:reference _:bar ; } _:bar { a [ prov:Entity ] ; prov:generatedAtTime xsd:dateTime ; } ```...

After running a program in QuickJS for a long time, eventually it crashes with this error: `QuickJSContext had no callback with id -32768`. ![Image](https://github.com/user-attachments/assets/1f5607c0-e615-43ac-af01-a3aa7635f868) -32768 is the minimum int16 value....

Currently, when optimizing the final embedding with `verbose = True`, UMAP displays a tqdm progress bar ranging over the number of epochs, and *also* prints a `completed {n} / {n_epochs}...