Shahab Dogar

Results 19 comments of Shahab Dogar

I think it would be nice to have complete examples of error handling as a part of the regular documentation. Right now the documentation doesn't cover any form of error...

I'm happy to do this as well if you haven't got time or capacity.

Yeah no problem, feel free to assign this issue to me. I'll test out on my fork and make a PR when it's ready.

After discussion offline we've decided to wait for s-expressions to be implemented into eww before proceeding with this issue. https://github.com/elkowar/eww/discussions/206

Wondering if there's been any progress on this issue. If help is needed adding in push functionality I'm happy to give it a shot!

Looking through the code, this should be possible to implement. There is a catch though, right now we don't actually set flags for anything anywhere so we would need to...

I do think we should adjust the arguments for `set` either way, as currently consumers of this library have no way to set flags on their data unless I am...

I may have gone a bit overboard with this one? Let me know. Essentially having the `async` feature flag turned on makes everything async by default and the blocking client...