Alec WM
Alec WM
I had a similar issue (pulseaudio missing features on startup when launched via cadence), but with the pulseaudio bluetooth module instead. I worked around it by adding the following to...
Just to pitch in, things are working fine for me with ST3 (Build 3114) on Linux using the following config file: ``` { // The full path to the racer...
While we wait for a new release, here's a workaround you can use if you invoke csscomb from the command line: **package.json** ```json { "scripts": { "fmt": "node node_modules/csscomb/src/cli.js -c...
What web browser are you using? You'll need one that supports [crypto.randomUUID](https://caniuse.com/mdn-api_crypto_randomuuid) as well as [WebGPU](https://caniuse.com/webgpu)
What URL are you guys using to access the app? Something like `http://172.22.0.4`, if you're running it in a container? crypto.randomUUID will [only run in secure contexts](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID), which means that...
If you have a self signed cert, you can add it to the vite config like this: ```diff diff --git a/vite.config.ts b/vite.config.ts index bf12e0d..9839a09 100644 --- a/vite.config.ts +++ b/vite.config.ts @@...
I wasn't a huge fan of the new colours in the `v1.16.0` version of Gruvbox for `Typescript JSX`, so I added two overrides: ```json5 "editor.semanticTokenColorCustomizations": { "[Gruvbox Dark Medium]": {...
Yeah! My comment is only relevant to the new syntax highlighting, not specifically how it affects python. That being said, the changes should apply to any language.
Not yet! 😆 We have the updated coingecko ids but still need to put them into chaindata https://docs.google.com/spreadsheets/d/1jJk64RlfaUsikVmmD6xzuw0G3I6XZpQlzKWQF5utNPQ/edit#gid=442576719