James Thistlewood
James Thistlewood
**Intended outcome:** Here is a brief, minimal outline of the inside of a React functional component I have: ```js const { refetch } = useQuery(MY_QUERY, { variables: { myVar },...
SUDO can break on some systems apparently, because the IFS isn't reset before looping through the output of ls.
## Rationale The text input used to search beatmaps recently received a change made in [this commit in the main osu!lazer repo](https://github.com/ppy/osu/commit/1bac471b49bf9cc34154a3e182c5945ba6284d77#diff-7a5a8a486149fc1a2a7c14147ef6af6954b5914332486ce09dcde8f9319150c3R42). Essentially, this means that you can no longer...
In this bit of regex ```js const HTML_BLOCK_ELEMENT_R = /^ *(?!/]* ?\/>)/]*) ?([^>]*)\/{0}>\n?(\s*(?:]*?>[\s\S]*?|(?!]*)\/{0}` is meant to capture the attributes of an opening tag. I think that the `\/{0}` is redundant....
Hi, it seems like this app doesn't have any translations... would it be worth considering using some open-source platform to allow translation contributions from users such as myself?
So, I sort of went and ported this to Linux... it seems to work pretty well. The one thing that doesn't work is the 'commands' route on the web server...