Jevon Wright
Jevon Wright
The current grouping on the [Balance Report](http://aligulac.com/misc/balance/) is making it really hard to actually compare matchups. Is there any chance to switch it so that the groups are e.g. PvT/TvZ/ZvP?...
If you're using gtag.js, this gem won't work, because the pageview needs to send the analytics ID. I'm not sure if it's possible to add this functionality to this project....
Got an unusual error reported in jquery-modal, appears to only affect Safari. Can `event.state` ever be null? ``` TypeError: Cannot read property 'no_modals' of null 1 File "node_modules/jquery-modal/jquery.modal.js" line 87...
Using pushState and popState event handlers, we can understand when the modal needs to be closed (and prevents the browser from navigating away), and when the modal needs to be...
In the latest release trying to use `owner.set` (for example) results in ``` No signature of method: ...githubRelease() is applicable for argument types: ... ``` From the wiki, it looks...
In #4256, docs on how panning only works for mono sounds was added to the `Sound#setPan()` method. However for anyone trying to use `Sound#play()` with the panning argument, they won't...
Also clean up a bit of the whitespace
We want to ignore a consistent theme of component naming in our project, where the offending component names match a regexp, without having to individually label each of the components,...
# Description Create a brand new Jekyll site with the following content: - index.md ``` Hello, world! [Target](target.md) or {% include include.md %} ``` - target.md ``` (anything) ``` -...
I recently migrated my repository to use `git lfs` on a number of files, and as a result I had to [rewrite the _entire_ history](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.1.ronn#migrate-local-history) (~900 commits). But then I...