Vidur
Vidur
I found that the `AnimatorParameter` didn't work if the target's animator had an `AnimatorOverrideController`. It in fact throws an `InvalidCastException` in the console if you drag such an animator in...
I ran in to an interesting edge case in the way scmpuff_status works - If I'm running the `gs` from a symlinked repository directory, the filenames are completely expanded out,...
I come from a Ruby background and am used to [`pry`](https://github.com/pry/pry) and [`byebug`](https://github.com/deivid-rodriguez/byebug) as my main debuggers, and spent a good 20mins wondering why I couldn't inspect variables with this...
Was about to try making a project from scratch, and discovered that `hathora init` fails with this error: ``` /node_modules/hathora/cli.js:28 throw new Error("Doesn't appear to be inside a hathora project");...
I don't remember what the original was like, but [this simulation](http://mrdoob.com/lab/javascript/effects/solitaire/) suggests that the direction can go both ways...it also looks more realistic imo Tested visually.
I'm not super proficient with SwiftUI, specifically with how GeometryReader works - but this seems to work on my phone. Would the `Color.clear` background cause performance issues? (Also, I verified...