Tw
Tw
Assume there are two files: ``` go // 1.go type A struct{} ``` ``` go // 2.go m := make(map[string]A) if elm, ok := m["test"]; ok { // do something...
I have uploaded a new patch set, please help to review
Hi @lukaszsamson Yes, actually it's feasible. The culprit of formatter misfunction is the empty project stack due to this before building: https://github.com/elixir-lsp/elixir-ls/blob/7f37d59ffe7952d70ddc2f44100227d558c8ef6e/apps/language_server/lib/language_server/build.ex#L130 I don't quite understand the code above, could...
Hi @lukaszsamson and @axelson Indeed, letting formatting wait for the entire building done is unacceptable, so today I worked out another approach. The culprit for the original issue is the...
I encountered the same problem when starting thunderbird with a prompt window popped up.
I also came across this issue today, my use case is that I want to show the most recently updated files at first when listing (e.g. `ls `), although I...
But I want to make a json with the exact content of a file as it-is. Could I archieve this with `jo`? Maybe we could add a option (like `-raw`)?
Really hope `jo` could add an option to support reading the raw content of a file as a string.