Noah

Results 17 issues of Noah

Sorry for the delay. Closes #97

When you use `useSnapshot(nestedState.proxy)` when `nestedState` is a regular object, you get a false positive of `Mutating a proxy object itself. this might not be expected as it's not reactive....

I've been following the instructions from [your tutorial](https://realpython.com/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/) and everything has (mostly) been going fine. However, when I try to create the db with `docker-compose run web /usr/local/bin/python create_db.py`, it...

I just published a crates.io package under the name `difft` because I tried installing difftastic using that name and would rather have a benign typo-squat instead of a malicious one....

Deleting a topic in the topic list will navigate to the page just deleted, which I assume makes sense when BT is in a side panel, but is very disorienting...

I have a component that originally used `useSnapshot(proxyObject)` to rerender whenever any part of the recursive object changed. I absentmindedly updated it to `useProxy(...)` and it broke without my knowledge....

Closes #867, #1861, cc #1685 Putting this out there to get some preliminary feedback, ask questions, and take advantage of self-inflicted peer pressure :grin: ### What's in this PR? Adds...