Michael Huang
Michael Huang
This seems like an A-Frame issue. Did you change the `near` property on your camera? Default is .5 (50cm) which is a bit far. See https://aframe.io/docs/0.2.0/components/
The workaround doesn't seem to work for scenarios in which one is trying to capture both 'command+z' and 'command+shift+z': - keydown 'command+z' -> triggers as expected - releasing 'z' while...
Why is overflow X ignored? Seems like https://github.com/jasonslyvia/react-lazyload/pull/167 should resolve this issue perhaps cleaner
Ready to mergeOn May 17, 2024, at 6:53 PM, TypeScript Bot ***@***.***> wrote: @mikhuang: Everything looks good here. I am ready to merge this PR (at 913abd3) on your behalf...
Yup, transactions seem to be rolled back after each test case. Good call on directly emptying cache. It feels a little hacky but I'm now using the following: from django_nyt...
Sorry for the delay, thanks for checking in! Unfortunately, I still seem to need my workaround as I get the same error without it: ``` IntegrityError: insert or update on...
Sorry, not sure what you mean (also sorry for the delay). I don't directly call `notify()` in my tests. Instead, notifications are created mostly in `post_save` hooks associated with my...