Marc

Results 17 comments of Marc

Hey, if you used WSL2 under Windows 10 previously and upgraded to Windows 11 via windows update (no clean w11 installation): you need to update your WSL2 VM first. ```...

> Have you installed influx 2 ? or 1 > > This repo only works with influx 1.* and in that case maybe http auth is enabled on this influx...

In case you're selfhosting: https://stackoverflow.com/a/64336274 As @Hitesh-Agrawal already stated: the tool doesn't support the more modern (and now default) ``scram-sha-256`` authentication mechanism.

I would recommend against using twind, as it honestly brings more drawbacks than advantages when you want to extend Tailwind with plugins. Especially since twind's plugins are mostly broken or...

@MarcoSantonastasi I'm not sure what exactly you mean. Please ask again if I understood you wrong. If you want to run commands concurrently, you can do that by concatenating two...

> The solution has been validated by the Lume.land maintainer as the only possibility. If we accept to run tailwindcss as a stand-alone, I seem to be incapable of running...

Happenes to me too. Completely new wallet, only 4MB in size.

> @VIEWVIEWVIEW You also used Feather wallet + hardware wallet (Ledger or Trrezor)? I'm using feather wallet, but without storing keys on a hardware wallet.

If you want a hacky solution to disable type errors you can create ``splitpanes.d.ts`` anywhere in your project with the following content: ```ts declare module 'splitpanes' { let Splitpanes :...

Ah, I see flip was added too! Awesome! Btw, how do you create these alerts instantly? The latest version seems to open an emoji/alert name window first Edit: With shift...