Shubhrajit Sadhukhan
Shubhrajit Sadhukhan
The duckduckgo favicon grabber is not working for links with subdomains, resulting in broken icons. So I have used google's utility instead. Eg: https://icons.duckduckgo.com/ip3/https://music.youtube.com/ https://www.google.com/s2/favicons?sz=180&domain_url=https://music.youtube.com/ Fixes #619
The link thumbnails for _https://chat.openai.com_ and _https://web.whatsapp.com_ are not working (display as ▶)  Is it the case with everyone?
I tried to do this on my Android device (oppo f19), didn't work. Then I check marked iOS mode and it worked!
I would like Code Runner to support running `docker-compose` commands directly. I tried to add `"docker-compose": "cd $dir && docker-compose up"` in the executor map but Code Runner says "Code...
I was following the [Getting Started with Java in VS Code](https://code.visualstudio.com/docs/java/java-tutorial) doc and found it pretty confusing as a beginner. The [Setting up](https://code.visualstudio.com/docs/java/java-tutorial#_setting-up-vs-code-for-java-development) section asked me to install the coding...
For running locally in Windows, I needed to install cross-env and make some changes to package.json file. This should be mentioned in the readme.
I think it'd be helpful if you put the [GitHub Stats](https://github.com/Envoy-VC/awesome-badges/?tab=readme-ov-file#github-stats) section in the beginning of the readme. When I first came for that, I got lost scrolling down.
I downloaded DeepSeek (32b, 20GB) and after the download completed, ollama checked the available RAM and found it insufficient for running. This check should be done before initiating the download!
Is there a disable prop to cancel the popup in cases such as when the user is already logged in?
Fixes #1203 and #271