BlueC0re

Results 8 comments of BlueC0re

Play Services and no. *IIRC* it occurred after waking my desktop up from sleep. But can't say for sure.

It happened again once yesterday when trying to reproduce. But wasn't able to do it again so far. I thought it was related to switching from VPN (on device) to...

Probably fixed by #18 Main issue was the missing flag copy (which resulted in tries to load debug data from actually stripped files).

I saved the output for [0.39.1](https://gist.github.com/bluec0re/4f12384a32ed3b14c87997cacc05fd4f#file-rules_go_0-39-sorted-json) and [0.40.1](https://gist.github.com/bluec0re/4f12384a32ed3b14c87997cacc05fd4f#file-rules_go_0-40-sorted-json) and also a [diff between them](https://gist.github.com/bluec0re/4f12384a32ed3b14c87997cacc05fd4f#file-rules_go_0-39__rules_go_0-40-patch). To be able to generate the diff, it used `echo {} | ./scripts/gopackagesdriver.sh builtin | jq...

Interestingly, it shows no error for `unsafe` but the `gopls` logs report "no readable files" when using jump to definition: ![image](https://github.com/bazelbuild/rules_go/assets/638422/d816c40c-8a07-4b0f-9e74-8d4abc948500) ``` [Error - 12:38:35 PM] Request textDocument/definition failed. Message:...

Text proto is already supported, but not with the `.textproto` extension: ``` $ bat -L | grep 'Protocol Buffer (TEXT)' Protocol Buffer (TEXT):pb.txt,proto.text,textpb,pbtxt,prototxt ``` I created https://github.com/VcamX/protobuf-syntax-highlighting/pull/11 to add support...

Update: the change just got merged: https://github.com/VcamX/protobuf-syntax-highlighting/commit/1365331580b0e4bb86f74d0c599dccc87e7bdacb

Hm, indeed... didn't notice as I added the textproto extension to my config file: ``` --map-syntax "*.textproto:Protocol Buffer (TEXT)" ``` But the commit needs to be bumped in this repository...