Andrew Healey
Andrew Healey
🔧 ``` ./movegeneration.py:3:1: F401 'sys' imported but unused ./movegeneration.py:10:11: E221 multiple spaces before operator ./movegeneration.py:11:17: E222 multiple spaces after operator ./movegeneration.py:25:14: E712 comparison to True should be 'if cond is...
Remove `zoom` if possible (Firefox doesn't support it) and use `transform` instead. There's also an issue getting the WebAssembly to load on Safari: `WebAssembly.instantiateStreaming is not a function`. I think...
Hello! I created a PR with a quick fix to better explain what's happening in https://github.com/jameslittle230/stork/issues/217. I don't expect this PR to be merged (it's not super elegant and I'm...
If a user finishes typing while Stork is 'loading' the dropdown says "No files found." (even after everything _has_ loaded) but if the user backspaces, or enters more characters, then...
```javascript Uncaught (in promise) TypeError: Cannot read property 'players' of null at load (player.js:17) at player.js:53 ```
Add a test that covers input/actions/movement controls and checks the output is correct. Perhaps we can manually call the update function: https://github.com/healeycodes/noter/blob/472737ff4de972ce7042463814ab8ded4370dfc3/editor.go#L743 And mock out `ebiten.IsKeyPressed`? This would have really...
E.g., 95th, 99th percentile.
In addition to the current statistics provided by `bench.py`, it would be useful to track the performance over time. E.g., maybe the roundtrip latency grows or shrinks rather than remaining...
Can start with something simple: `go test ./...`