Rui Oliveira

Results 21 comments of Rui Oliveira

This is their official docs: https://code.visualstudio.com/api/language-extensions/language-server-extension-guide

The language server protocol definitely supports syntax highlighting. Clangd makes ample use of it. This package will only really be viable with a dedicated extension. And the vscode docs really...

> > Could be a stock YT Music problem as said [here](https://www.reddit.com/r/YoutubeMusic/comments/1fh5lqs/i_found_solution_for_yt_music_on_android_auto_not/), [here](https://www.reddit.com/r/YoutubeMusic/comments/zg9qec/why_does_yt_music_on_android_auto_say_that_my/) and [here](https://www.reddit.com/r/YoutubeMusic/comments/kij8zy/playlists_not_showing_in_android_auto/). (Can probably find more, if you dig around). > > In the past stock YT...

I made it work in Quasar with the following workaround: Create a boot file (I called it `leaflet.ts`). Add the following contents: ```ts import { boot } from 'quasar/wrappers'; import...

To be clear, and for everybody else, it also works if you just add the lines ```ts import L from 'leaflet'; globalThis.L = L; ``` In the component you're using...

For me it does retain the settings even with a reboot. Now, I also changed phones and on my Pixel phone it refuses to connect with an error message saying...

The logs say ``` [14:49:08][INFO][BLE] BLE Client Connected [14:49:14][INFO][BLE] BLE client Disconnected, Started Advertising [14:49:15][INFO][BLE] BLE Client Connected [14:49:20][INFO][BLE] BLE client Disconnected, Started Advertising ``` The phone shows: The device...

One more day, one more information. In hindsight, it's obvious: you can't pairaa BLE device, since that's a feature of traditional Bluetooth. Of course here the problem is that the...

@OK1FWG please see https://github.com/richonguzman/LoRa_APRS_Tracker/issues/260#issuecomment-3163115096 and https://github.com/richonguzman/LoRa_APRS_Tracker/issues/255#issuecomment-3163165783

I also have this problem, please read https://github.com/richonguzman/LoRa_APRS_Tracker/issues/260#issuecomment-3163115096