Emanuele Natale

Results 35 comments of Emanuele Natale

In the app I can navigate to `Settings > Other settings > Key bindings > Edit` which opens a `.key-bindings.json` file in the `acode` folder, but I can't find any...

Thanks @ahumenberger, I installed Julia via snap and was having this issue, but reinstallling the [correct Julia binaries](https://julialang.org/downloads/) solved the problem.

I made some (apparent) progress by looking at [this issue](https://github.com/FluxML/ONNX.jl/issues/36). In the `model.jl` file produced by this package, I removed the enclosing `var"..."` from all statements of the type `var"stride=(2,...

I have the same problem on my local Linux machine. Oddly, if I'm working on a remote machine using the *Remote - SSH* extension, the shortcuts behaves as expected. The...

It seems that #168 is ready to be merged to close this. The pull request is by a student in [our team at INRIA UCA](https://team.inria.fr/coati/) and we hope to contribute...

Same problem on Ubuntu 20.04.2 LTS.

I was getting the same error of the OP on Fedora 39. Conda was trying to use `libstdc++.so.6.0.29` (in `~/.conda/envs/drones/lib`). My system a the more recent `libstdc++.so.6.0.32` in `/usr/lib`. Linking...