-
Hi.
SigningKey cannot be serialized to a pem format:
```rust
use ed25519_dalek::SigningKey;
use rand::rngs::OsRng;
...
let mut csprng = OsRng;
let signing_key: SigningKey = SigningKey::ge…
-
At the moment, there is not a good way to seed query language functions like `randomGaussian()` or `randomInt()` in a way that's thread-safe and efficient. This may take some real investigation.
-
-
## Description
There is a warning shown on Android/iOS platforms (tested on emulator). It looks like this:
![Image](https://github.com/subspace/auto-sdk-ts/assets/16472948/8f513098-84f6-432f-a0fd-a…
-
I suggest adding an integer seed and a reset input to Marmora so that you can get "deja vu" type effects but still allow for permutation when the knob is left of center.
I imagine you could do thi…
-
May need uuencoding to ram into JSON (the logical target is master.gsav). Personal bias is towards Mersenne Twister or Mother Of All. This is to enable properly testing map generation and being able…
-
Should we auto mask the invalid result?
In some function (such as `sqrt` , `std`) it does, but in other function (such as `median`, `mean`). Something more worse is that in the document some funct…
-
https://en.wikipedia.org/wiki/RELAX_NG
-
Hi @tailhook just wondering what is the maintenance status around humantime ?
It's using rather old version of time ^0.1 ? the current 0.1 is 0.1.42 over 3 years ago - dev has moved to 0.3
Appre…
-
Thank you for your pioneering work on reinforcement learning. I tried to run `rl-tools` on Windows 10 with MSVC compiler and successed after a few modifications.
There is a small problem about [ran…