Adriano M.
Adriano M.
I "solved" it for plain text (for HTML continues to crash) like this: ``` --- +++ def get_authorinfo_list(self): if not self.authors: for i in self.commits: - Changes.modify_authorinfo(self.authors, i.author, i) +...
I'm having the same behaviour with `ros shell` > ==> ERROR: A specified local key could not be updated from a keyserver. > error: mingw32: key "FA11531AA0AA7F57" is unknown >...
Same error here 
If you mean snippet working with the GUI, then yes.
The workaround didn't work for me.  The logs show this error: Trying to load shared version Error loading shared "hint" package Error [ERR_REQUIRE_ESM]: require() of ES Module /home/***/.config/Code/User/globalStorage/ms-edgedevtools.vscode-edge-devtools/node_modules/node-fetch/src/index.js from...
I'm also interested, I tried with some ONVIF control programs with no luck.
Is there an alternative method for printing? Is it possible to use the Python print function?
Same error on Manjaro Linux  
Using sbcl-bin/2.1.1 as temporal fix
@Dj-Polyester I had to modify `package.json` because vsce can't build the package. ``` "engines": { "vscode": "^1.74.0" }, ``` After that it works without problems.