Alan Fregtman

Results 74 comments of Alan Fregtman

Hello, just here to say I also had the same issue. After installing 1.1.0 and making sure I had opened a Python file so the Python extension "woke up", it...

FYI if this happens again and it is a legitimate false positive in the eyes of Windows Defender, you can manually submit your executable to Microsoft for re-analysis here: https://www.microsoft.com/en-us/wdsi/filesubmission...

Also curious to see what's the most crossplatform way of doing this short of exposing a build arg to override the timezone.

Did that actually affect your time zone? Those env vars are normally for "localization" (system language, date format style, decimal separator character, etc.), not for time zones.

Like @alexagv I too was able to run this in Ubuntu 18.04 after `rm libQt5*` from the extracted folder. Thanks for the tip @kybos!

I hear ya. I too was surprised that OSX's bundled Bash is from 2007. You'd think they'd refresh it a little. 🤷‍♂️ You can close this issue if you want....

There's a ton of tags missing in this project. I tried to use it to read some tags and it didn't know about them. For the most complete I'd recommend...

We've been using a lot of [Vue](https://vuejs.org/) for frontend pipeline webapps lately and really loving [the DataTable component from the PrimeVue suite](https://www.primefaces.org/primevue/datatable). It has a ton of bells and whistles:...