Nicholas Pini

Results 9 comments of Nicholas Pini

I'm trying to use PlotlyJS in Pluto, but I cannot save files using the desired resolution. I've tried the above method but it doesn't work. I'm forced to use the...

Output log of `bacon clippy`: ```16:10:41.684 [INFO] cli_log::init: Starting bacon v2.0.0 with log level DEBUG 16:10:41.686 [INFO] bacon::cli: args: Args { prefs: false, summary: false, no_summary: false, wrap: false, no_wrap:...

I'm using the Windows Terminal, but using the other terminal installed (cmd) doesn't change anything. Using that bacon.toml and pressing `o` gives this: ![image](https://user-images.githubusercontent.com/50493113/154516467-9d0c9d6b-d768-4b65-aca8-e165cbdd150d.png) If an error is present, the...

I've updated to 2.0.1. Here are some screenshots: - one warning ![image](https://user-images.githubusercontent.com/50493113/154761288-e9bb9fc4-8cf8-430a-b351-fac7dc2f1199.png) - one error ![image](https://user-images.githubusercontent.com/50493113/154761303-06c80b10-e530-4d59-b882-c523f3ad2b45.png) - warning and error ![image](https://user-images.githubusercontent.com/50493113/154761315-16dde374-a669-402a-bd55-aa3d73abf095.png) ~~Overall it works as intended, but~~ there's no number...

> Hello, > > Yes, it's possible, but notice: it's absolute experimental and not stable. > I tried to run and in my case, some times the server starts, and...

Following the instructions in the docker file I was able to make it work! I didn't use podman since most of the step in the docker file were familiar enough...

I've added this configuration to my workspace: ![image](https://github.com/microsoft/vscode-cpptools/assets/50493113/9012f247-7eb5-45f2-9ef0-5ccbb279f901) But the keyword `__interrupt` is still flagged as an error: ![image](https://github.com/microsoft/vscode-cpptools/assets/50493113/67b60d2b-c723-4a5d-8c3b-3f926f497a20) What did I do wrong?

> @ultrapoci I saw an update from you which seems to be deleted now (?). Based on what you said, the problem is that you are using the clangd extension...

I see. I'm not using a workspace because I need all projects to be independent from each other and with their own venv folder.