snaar
snaar
As a simplified example, imagine there is a service that does some slow computation on demand. Amount of time the computation takes is non-deterministic and is essentially random. That service...
Now that #78 is out, we can keep positions normalized in all the kits. We need to update previous implementation in Python as well - #176 has a workaround that...
Inspired by #80 Will also need to reupload kits to online editor.
Specifically replay parsing requires at least 3.6. Needs to help with confusion why stuff doesn't work. Would have prevented #134.
Thoughts for now: - [ ] can take own rng seed as first cmd line arg - [ ] normalization handles negative coordinates - [ ] instances of ship class...
After that we can switch to cargo build, instead of rustc.
Missing in: - [x] Java - [ ] Go - [ ] Kotlin - [ ] Scala
It has this: ``` let s5: TinyStrAuto = "longFallbackToHeap".parse().unwrap(); assert!(matches!(s4, TinyStrAuto::Heap { .. })); assert_eq!(s4, "shortNoAlloc"); ``` It looks like this block should be referring to s5 instead of s4.
### Host operating system: output of `uname -a` `Linux zzz 5.15.59 #1-NixOS SMP Wed Aug 3 10:03:56 UTC 2022 x86_64 GNU/Linux` ### What did you do that produced an error?...