Aziz Köksal
Aziz Köksal
Ah, I wasn't thinking about going as far as converting the Erlang data structures to JSON. I agree there wouldn't be a clear and easy way to do that. I...
Hey @jeremyjh, I checked the raw format but it isn't really the solution. Do you have any pointers for how one would go about implementing this? Maybe I can try...
Closing due to staleness.
This is another simple example I came across: ```bash #!/bin/bash f1() { local cmd cmd=(echo array) } f2() { local cmd="echo string" echo "$cmd" } ``` Errors with shellcheck version...
Oh I see. But do you think it would be a reasonable assumption to make that normally hardly anyone will implement the encoder protocol for tuples? I don't know, maybe...
By the way, the `term` type includes `pid`, `port`, `reference`, `function`, `BitString` etc. Maybe it's worth it to restrict the encodable type somewhat?
Hey @michalmuskala, I changed the code so that `encodable` is basically a `term` again. I made some other changes too. I hope it's possible for you to review and sign...
Well, I see where you're coming from, but I don't think it's such an issue for several reasons: 1. I've probably never hit Ctrl+Q accidentally in all the years I've...
> This, but also I'm strongly against that keybind because it's specific to one platform only (macOS, although CMD + Q is done by system already) while other platforms have...
Ok! I just left it in commented out if that's alright. I also added `"Quit Editor"` as the command's message, renamed `"quit_app"` and `"QuitApp"` to `"quit"`/`"Quit"` and moved the `LapceWorkbenchCommand::Quit`...