Adriano M.

Results 15 comments of 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 ![image](https://user-images.githubusercontent.com/1783926/120033408-cb185c80-bffb-11eb-9ad7-af5b85a89a41.png)

If you mean snippet working with the GUI, then yes.

The workaround didn't work for me. ![image](https://github.com/microsoft/vscode-edge-devtools/assets/1783926/17765e47-06dd-4829-af62-f49d43f97187) 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 ![image](https://user-images.githubusercontent.com/1783926/123451986-46ab0080-d5de-11eb-882a-c8f7857a7ad8.png) ![image](https://user-images.githubusercontent.com/1783926/123452225-7fe37080-d5de-11eb-9a91-514f74adab20.png)

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.