Hayden Bleasel

Results 175 comments of Hayden Bleasel

You can use `npm run build && electron-builder`. Just make sure you update the webpack prod config's style-loader. It doesn't work by default. I ended up replacing `MiniCssExtractPlugin` with dev's...

I think realistically (with the amount of people using Phantom now), I should implement something for this but it'll require a bit of a redesign. I'll leave this issue open...

@spill50 I like the idea of implementing a scale effect with AJAX to turn make the theme more fluid and dynamic. What do you reckon?

@thco Heya :) I haven't had any time to work on this recently hence the lack of progress (but I want to soon). I'm definitely open to a PR if...

Made some progress on this locally. Cloned `firebase-tools` and made the following changes: 1. in `src/accountExporter`, add `"apple.com": 23` to the `PROVIDER_ID_INDEX_MAP` (I think you can just assign any number...

+1, returning a string or buffer would be optimal.

#### 📝 Changed routes: | [**/recommendations**](https://daylight-fdodxhbsh-haydenbleasel.vercel.app/recommendations) | |:-:| |(view full size) | And 1 other route: - [**/api/command-bar**](https://daylight-fdodxhbsh-haydenbleasel.vercel.app/api/command-bar) Commit 58410bdfea42e0c1eef68fae951cea00ba2666e9 (https://daylight-fdodxhbsh-haydenbleasel.vercel.app).

This would be handy for refactoring gamepad code. Could implement manually in the meantime. https://github.com/pacocoursey/cmdk/issues/46