Ross Smyth

Results 98 comments of Ross Smyth

❤️ 🦀 ❤️

I do not know cryptography very well but maybe this could work https://github.com/RustCrypto/elliptic-curves Or something else in RustCrypto

Looking it I think that these symbols are supposed to come from the host language and managed by the Roc compiler.

One thought that I have is that it is because of transitive dependencies. There is a note here: https://github.com/roc-lang/roc/blob/603f6b6613d7d8380a5690700918a3e64b5ae013/Cargo.toml#L65-L66 About the issues above, as most of them original from here:...

And to make sure I'm not insane, I can compile it fine in WSL2.

Windows has an interesting new API that seems to be a copy (or at least similar) of io_uring [ioringapi](https://docs.microsoft.com/en-us/windows/win32/api/ioringapi/) I don't think it has as general of capabilities as io_uring...

An interesting way is the way [Dynasty Reader](https://dynasty-scans.com/) models its data. You can see how it is organized by going to a chapter and putting ".json" at the end of...

Yeah this should be merged because it works. The current implementation doesn't.

There is an issue I have experience that is related to this, but not exactly this issue. But I have noticed that if I am watching a live stream, it...

This looks like another instance of #116505, meaning that depending on some heuristics leaf functions are only codegenned in cgu that need them. Since check1 and check2 are not called,...