icedman
icedman
I tested PWA icons (Starbucks). It seems fine. Could you do a screenshot?
Acknowledged: The issue seems to be with Brave browser running the web app.
After several tests. Brave web apps suddenly properly show their icons. I'm not sure yet what happens. I think the apps should be opened first before pinning to the dash...
This plugin is a little behind dash2dock-lite; Please try running the development branch - which now uses code from dash2dock-lite; Some of these issues high resolution and edge wacky positions...
Please add these feature requests at the Dash2Dock Lite GitHub page. I usually resist adding new features to keep it "lite". But these are probably must haves. Note that lite...
https://link.medium.com/xIxOAuZ87xb This is the medium article that I wrote for the library. It explains setup for Linux, windows, macos.
There is an existing separate extension that adds fuzzy search. Please check that out. Thanks.
Please use gnome-47 branch. gnome 48 has a lot of api breaking changes
Means deno doesn't yet support nextjs after all.
Yup. nextjs thing. I saw this workaround from another project. Running fastify with nextjs. Works for me so far. https://github.com/nextauthjs/next-auth/issues/11390 ```js fastify.all('*', { // nextjs does its own POST body...