Mabi19
Mabi19
This probably means the Date spoofing isn't good enough; I'm not maintaining this anymore, but it could be "fixed" by replacing the moon emoji used in the code
Right now I'm a bit busy and can't find replacements (keep in mind the YT link list is not mine). I'd be able to swap them out if I had...
Go for it! I'd love to have theming included. Note that I will be redoing the build system eventually (I want to make something more general out of this setup),...
I think that using CSS `filter` would be best here, as it doesn't require maintaining several SVG files per icon and doesn't leave the component markup bloated and hard to...
I think that what you've prepared there is a bit overkill. I think that both the themes only need minor tweaks, so I'll list them here: (sorry for being this...
I've done some experimenting and the best I can do for a `.prop()` function is something like this: ```ts prop(key: K): Value extends Connectable ? TransformBinding : never { return...
I consider the new bindings to basically be feature-complete by now, so I'm marking this as ready for review. It is still untested in a real app, though, and the...
> @Mabi19 you might find this interesting https://github.com/Aylur/astal/issues/132#issuecomment-2497052603 Oh yeah, co-opting RxJS or similar is definitely an option to solve these issues too - though my implementation was born mostly...
With the docs updated, I consider the implementation done. The only thing that could be implemented now is `Promise` unwrapping, and I decided against that (for now at least) because...
Initial testing is done, and it seems to work fine after I fixed one minor oopsie along the way. However, for some reason `DataBinding` is not assignable to `Binding` (but...