Alexey
Alexey
Had the same issue but it's fixed now. Shouldn't this be closed?
Hey, agree that making this an installable app will be very usefull, since you'll be able to use it easier on a phone. I had experience creating installable apps, but...
@taos15 It still looks good as first steps, thanks for that!
LGTM, but it still needs a sync from master to resolve conflicts
Hi, any progress on that? Would love to see that feature
> so this is a horrible workaround but if you don't want to update to v2 then you can manually call the custom json serializer like so: > > ```...
Fine on Fedora 37 with Gnome 43. I just disabled version check `gsettings set org.gnome.shell disable-extension-version-validation "true"` until metadata is updated and pushed.
No idea mate, I guess we should ping the maintainer @UshakovVasilii 👋
> would be also nice to follow https://github.com/actions/cache#outputs and provide an output `cache-hit` so we can `if: steps.[id]. cache-hit != 'true'` to avoid calling `pip` altogether. Hey, this feature was...
> but the `cache-hit` is just for the packages, not the installation, right? IOW: do I still need to call `pip install`? Oh you're talking `pip`. Well yeah, then you'll...