gojimmypi
gojimmypi
Jenkins retest this please
what do you see for `pip --version`? Here's mine on WSL 18.04: ``` $ pip3 --version pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6) $ pip --version pip 19.0.2 from /home/gojimmypi/.local/lib/python2.7/site-packages/pip (python...
It looks like this is a [known problem](https://github.com/espressif/esp-idf/issues/4774) in that they want to continue using Python 2.7. Although the issue is closed, none of those solutions worked for me in...
@XarkLabs There's a vastly better solution mentioned in [esp-idf #4774](https://github.com/espressif/esp-idf/issues/4774#issuecomment-632995911) that refers to the [espressif docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-setup.html#setting-up-python-3-as-default-for-ubuntu-and-debian) (thanks @dobairoland!) specifically as noted on that page: > Setting up Python 3 as...
thanks for the heads-up. I'm working on an improved version of the toolchain [here](https://github.com/gojimmypi/ulx3s-toolchain) which I believe fixes this issue. I'll be sure to also check out https://github.com/ulx3s/ulx3s-toolchain/issues/5
I think the key to the threaded work-around, is to redraw the viewport upon completion of the `VerilogGlobals.Reparse` thread in [ViewLayoutChanged](https://github.com/gojimmypi/VerilogLanguageExtension/blob/057249c9a33ca0b37be6001d51dc68c3d4d27150/Highlighting/HighlightWordTagger.cs#L72). I tried doing something like this from a [stackoverflow...
Thanks for the info. I'll look into it. Any other details? I've seen an issue where two project types are listed ( there should be only one). Do you see...
Do you know if the problem that it cannot find an existing template, or that it cannot save the new project? What exact version of Visual Studio and windows are...
@suanfalalala after having problems of my own with my antivirus software installing the nightly build of iCEStudio... I was wondering if perhaps you have something that may block the zip...
Oh, that's not good. Thanks for the heads up. I've not yet tested this app for VS2022. Did you get this error from the MarketPlace install? The first place I'd...