Balaji Dutt
Balaji Dutt
An ugly hack that works: On [Line 262 of api.py](https://github.com/aeroxis/sultan/blob/65b4271a161d6c19a9eb0170b5a95832a139ab7f/src/sultan/api.py#L262) change `output = output.strip() + ";"` to `output = output.strip()`
I was hit by this issue as well, but only after I upgraded to WSL2 on Windows 10. If you are running WSL2, you may have been hit by the...
If you are running on Windows 10, with WSL2, I posted some information on why this could be happening & some workarounds [in my comment on a similar issue](https://github.com/rafaelmaiolla/remote-vscode/issues/80#issuecomment-778572667),
In an interesting twist, I realized that spacemacs now has a `tabs` layer which is based on centaur-tabs. I replaced my additional package install of centaur-tabs with the tabs layer...
Hi @geekuillaume I'm not sure if you had a chance to look into this issue. I notice in the changelogs for 0.4.13 there is mention of faster detection for Chromecasts...
@geekuillaume Ah! I've been bitten by that issue as well. When I could add a Chromecast, the playback was very choppy and laggy. I was going to file a separate...
> Hi @balaji-dutt! The domain names list doesn't allow wildcards. You have 2 options - set `singaporeair.com` in the **domains list** or `http?://*singaporeair.com` in the **custom rules**. I hope, this...
My basic tests seem to suggest the Custom rules don't work correctly right now. I tried the following: - Switched to blacklist mode. - Added `*google.com` to the Custom rules...
Hi @pdobsan I had changed the root key to `gmail-backup` as I have multiple Gmail accounts I'm trying to access with mailctl. I assumed therefore I cannot use the `google`...
> What happens if you run the commands mentioned in the logs directly eg `emacs28 '/path/to/projects/hobbies.org'` > This works correctly if I run the command from a WSL2 terminal -...