Renée

Results 502 comments of Renée

thanks for the reports, unfortunately i don't have time to look into these things right now, sorry for the trouble :(

wuups, got lost in all my watching notifications :' Rec game bodies consist of a series of commands. This has all the gameplay stuff in it so you could parse...

note that the file that bowswung linked in https://github.com/goto-bus-stop/recanalyst/issues/1#issuecomment-438666583 is inferred _only_ from the recorded game. the tool Flea mentioned runs the actual replay using age of empires at high...

The recorded game file only records actions, but bowswung found ways to use that limited data to infer lots of things about the game. It's not 100% accurate, because it...

> This is a good idea to use this library, sadly I have no time to maintain this plugin anytime soon. I'm looking or contributors if you're interested. I probably...

thanks! there's no pressure from my side, so take your time :)

addressed in https://github.com/browserify/browserify-website/commit/8a2ee055596d7877a34feb2d4bbadd4717cf9f1d. thanks!

The `start` prop is a bit unusual, changing it doesn't really do anything. It's only used when the video ID changes as well. For granular/direct control like this, you need...

Same, I'm now using a simple userstyle to hide replies and likes: ```css .tweet[data-component-context="suggest_activity_tweet"], .tweet[data-component-context="suggest_sc_tweet"], .tweet[data-component-context="suggest_pyle_tweet"] { display: none } ``` e; oh, this does not actually hide all replies...

I like it! re ergonomics, we're supposed to send console.logs to a separate tab in the terminal ui but that is not implemented yet. Figure people can just do `DEBUG=bankai*...