Aral Balkan
Aral Balkan
@JonasKruckenberg Thanks for the suggestion, Jonas. Is this a use case you’ve encountered in your own project (i.e., has the lack of SRI in your dev environment led to a...
Then it’s a valid use case. I’m also all for keeping development and production as close as possible (he says, while also enjoying hot module replacement) :)
Assuming this is why I’m getting `No module named 'grpc'` when I try to run `/usr/bin/opensnitch-ui` from the .deb install? (Thanks for working on this, by the way. Having a...
The solution is based on @Mrjianghan’s answer (if a Quill module uses Webpack, you must expose the Quill instance as a Webpack plugin so that it can find it. Sadly,...
> Part of the important part for me is that the data on disk is easy to look at and manage - like I can delete old posts by just...
Oh yeah, it’d be great for that :)
Take a look at https://codeberg.org/small-tech/jsdb#javascript-query-language-jsql Basically, it’s all in-memory so it should be more than fast enough. And hopefully the interface is fluent (and if you do try it out...
Was apparently reported May 2019 but only led to a conversation about the best status to close the question with. https://elementaryos.stackexchange.com/questions/19001/mac-address-of-bluetooth-device-seen-no-name-is-seen
Right, so it seems the problem is that it’s showing a bunch of devices it doesn’t have the name for and only if they’re in pairing mode it shows the...
Having though of it more `hx-disabled-elt` doesn’t really make sense with WebSocket calls as it’s not request-response. There is no response to wait for. Going to edit the title and...