Cole Lawrence
Cole Lawrence
`RankFind` still uses plain `Find` to determine initial results, then measures Levenshtein distance afterwards. Maybe we can have another `RankFindLevenshtein` that uses Levenshtein distance to determine results.
Hi Catherine, I loved your talk at RustConf that I was able to see from /r/programming. I have not attempted to write a game before, so the ECS design was...
I believe almost all windows machines have a service running on port 8080 by default, if this could be changed by `PORT=8081 jade-server .` then that would work, but I'm...
For wasm-bindgen, their crates are all organized into a workspace, and in order to properly use cargo-watt, I must `--keep-tmp` copy that folder over, and then add it to the...
**Is your feature request related to a problem? Please describe.** I was frustrated with the performance monitoring infrastructure for WASM, and really enjoyed using the [`tracing` crate](https://crates.io/crates/tracing) for logging events...
https://user-images.githubusercontent.com/2925395/178054586-a28da584-38d7-40a7-a9fa-832f1004682a.mp4 Add item collapsing in outline panel
# **Do not squash commits!** A large assortment of changes that address performance & memory issues described in #261 https://linear.app/theatre/issue/P-268/fix-the-memory-leak https://user-images.githubusercontent.com/2925395/182226127-cd03b5e8-4969-4324-87bc-4151414f5429.mp4
* Greatly improves the load time of the playground https://user-images.githubusercontent.com/2925395/183131403-927f8e2e-576d-44b5-9f0f-caa087aed16a.mp4
Internally written up at [Add compound keyframe addition via sequence editor (add keyframe cursors to compound sheet row)](https://www.notion.so/theatrejs/Add-compound-keyframe-addition-via-sequence-editor-add-keyframe-cursors-to-compound-sheet-row-c02d0fb0cfd54fc9a9216381f7ad88b0) https://user-images.githubusercontent.com/2925395/175560618-0662880b-ab49-45b7-b155-a94869fa0f17.mp4
This is just a proof of concept showing how much work was involved in moving work away from React reconciliation over to derivation bodies.