ptrxyz
ptrxyz
In the example, the `
> any update ? Seems #6876 is something that's out for discussion as of now. No idea what's the status though.
This seems to also stop UI frameworks such as Chakra and Flowbite to port their stuff to Svelte. Is there any info to this wrt what needs to be done...
Great work, keep it up. Would also like to see put/copyfromlocal in the future.
I would also love to have this feaure. Just to think about it during implementation, would this also be reflected in the permission model? Something like "Guests can only add/edit...
I might add to my request, that after getting this SegFault, I tried to build the application myself using the source. However without success, which might be related to me...
I did some more testing and running the application simply using `yarn run start` gets me to the main window. However nothing happens when I click on anything. I made...
Ok, this seems to fix it: ```diff diff --git a/src/codex-notes.js b/src/codex-notes.js index e7a5051..c2e3675 100644 --- a/src/codex-notes.js +++ b/src/codex-notes.js @@ -159,7 +159,10 @@ class CodexNotes { height: 700, backgroundColor: '#fff', titleBarStyle:...
Can confirm, found the same issue. Compiled this for GTK3.24.
Add this to the end of `.themes/Lounge-night/gtk.css` (and the other versions if it is relevant to you) as a workaround: ```css .linked > button:not(entry):first-child { border-left-color: rgb(37, 37, 37); }...