ousado
ousado
[quic-rpc](https://github.com/n0-computer/quic-rpc/) is an interesting library: - rpc system with explicit support for streams in none, one or both directions - abstracts over different transports: TCP(using hyper), QUIC(using quinn) and an...
I think a possible workaround would be to - recognize the literal as a 64bit value either early in the lexer/parser, or when actually typing the constant in the untyped...
POC implementation of the above (only supporting hxcpp generator), please see https://github.com/HaxeFoundation/haxe/pull/5212
Which database are you using?
When you're using the Workspace template with fullstack, you have to specify which package you want to use: e.g. `dx serve --package web`
I have similar issues when choosing "I Already Have A Nostr Account" and then "Import a Private Key" , the GUI shows a page with the input fields for a...
Hm, how about returning a typedef to the type in the module? Or could we add a special typedef or abstract that's parameterized with the desired type within the module?...
How about returning `Either`? It's still a breaking change, but making existing code work is as trivial as it gets, and if the underlying machinery for TypeDefinition sticks around anyway,...
EitherType is a hack to deal with hacks. It shouldn't be used in any API one has control over, let alone in a core compiler API.
The source for the router index page is here: https://github.com/DioxusLabs/docsite/blob/main/docs-src/0.6/src/router/index.md Another example for cut off lines: https://dioxuslabs.com/learn/0.6/router/example/building-a-nest source here: https://github.com/DioxusLabs/docsite/blob/main/docs-src/0.6/src/router/example/building-a-nest.md The lines aren't cut off in the sources.