δυς
δυς
You could add a `dbus` handler, and then use the system keyboard shortcuts to trigger them. It could be as simple as a `dbus` endpoint that takes a bulb or...
Try `npm run start`. Current versions of `npm` require the `run` keyword.
> I am not totally sure how React sites deal with CSS (a big styles.css file that covers the whole site, or generated [inlined?] styles that are for a specific...
> My current flow is SCSS files for separate components that are imported into a `main.scss` file, which is used to produce a minified version of _everything_. Yeah, so it'd...
There's also the fact that CSS-in-JS components like Chakra [aren't going to work with the new Next server components](//shud.in/posts/ssr-streaming-and-css-in-js). The components need to be streamed, and Chakra needs to insert...
To reiterate a criticism I've voiced in the past, who cares about MetaGame's leaderboard other than MetaGamers? Wouldn't a better use of developer time be making the leaderboards customizable for...
I edited the Breadchain Coop page slightly & the edits do not appear on the guild details page.
I think this is worth looking into. It would remove a network call needed for every Hasura interaction & network calls ain't cheap. Especially since @alalonde said it's not all...
Updating to the new graph did not solve the duplicate identifier problem that required awk to filter one out.
> [Of] #1160, #1157 & #1229 … which should be kept? #1160 is something that comes after the display characteristics have been simplified. It would take the work from #1157...