Steve Howe
Steve Howe
> Might be the same as in #3796. Please send restic a SIGABRT and upload the log/stack trace somewhere, thanks! Here it goes. Thanks. ``` open repository SIGABRT: abort PC=0x558af0f1a401...
Sorry to bump this. But is there any plans to add this? I understand this could sound troublesome, but perhaps projects like https://github.com/IBM/sveld could do most of the heavy work.
I think that is great; hasura allows it and it's very useful. However that that could be implemented as an internal event as well, usable for the embedded server, and...
Hello, Would be a nice feature but several features are lacking: https://www.cockroachlabs.com/docs/v19.2/postgresql-compatibility.html#unsupported-features The authorization generator supergraph already implemented could cover the lack of RLS, and lateral joins appear to have...
I'd like to get involved, yes. My suggestion is implementing what they call in tailwind's site [Extracting component classes with @apply](https://tailwindcss.com/docs/extracting-components#extracting-component-classes-with-apply): ``` css Click me .btn-indigo { @apply py-2 px-4...
@patagoniapy actually that is the way tailwind was designed to work using @apply globally and classes locally. In the current implementation, classes will be overridden with calculates classes, so it's...
Sure. You can set css on any of these, and they are in order of precedence: css file < component tag < component class property < component style property As...
Since this is just very unofficial, I'm posting an example right here. This is using a local tag instead of the glocal css file. This: https://github.com/matyunya/smelte/blob/master/src/components/AppBar/AppBar.svelte would become something like...
Ok we can discuss there.
@patagoniapy feel invited to join us at discord while we are discussing this.