Bora
Bora
My reason for this suggestion was upload, so yes, upload would be nice. Because we need accounts to upload. I have one spare account at the moment which I could...
> For now we have to git clone this into our application root and add the following to cargo.toml > > ```toml > [dependencies] > noise = {path = "./noise-rs"}...
> That's what I thought, but that seems liable to produce a combinatoric explosion of tiny archetypes. That would destroy memory locality and degrade performance of every operation that traverses...
Depends on the meaning of the "export" I guess? It works as it should but no type inference, so I suppose only the type information is wrong. "exported wrongly" might...
Hmm, weird why gdscript does that. For example, built-in methods like get_children show the correct signature, Array[Node]. I think it would be better if the type hint also reflects the...
Yeah, I hit this too, this is a must. Considering even UnityTransport uses this in its Send method, it is obvious these needs to be public as other transports (and...
This is a known bug: #11 I have a fix on that that still isn't merged, which you can use: #14 You can build it by your own or use...
Yeah, this one: https://github.com/yokunjon/reqn/releases/tag/v1.2.4 Though, I don't suggest downloading stuff from untrusting sources, so I'd be reading changes to source code and building it by myself if I were you...
If you download from the releases, that's already built by me, so you don't have to. What I'm trying to tell is, just don't run/use code you don't understand or...
> here it is om your fork... https://pastebin.com/YaTWSyHe Hmm, for no apparent reason it tries to convert HashMap into ConcurrentHashMap. My bet is async runtime that the Bukkit task uses...