Brian Duenas

Results 27 comments of Brian Duenas

still dont see a way of doing this. the above hack removes the numbering but keeps the column just empty

you have this error in the log "python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution...

> We have been considering to use a prefix or port override, but so far haven't been able to work on this. Port 80 is used by IIS if enabled....

I reran the command and this was the whole stack trace and even tried to include the `--debug` flag but it did not work. `fbs freeze` and `fbs installer` do...

If I run the commands individually `fbs freeze`, `fbs installer`, `fbs upload` It fails at `fbs upload` with the same stack trace above. but will repost for confirmation ``` Traceback...

I solved the issue. It has to do with macOS not providing openssl headers. Im Using Python3.9 which should include its own version of openssl so im not sure why...

Maybe I need to open a separate thread for this please let me know but now that I release the app it is corrupted when I download and install. The...

I compared the downloaded image md5 with the local version and they match yet i get an error with the installer. I now am getting the SSL error on my...

yes this seems to have fixed the issue :-)

same issue here. have to manually remove to get it to work. maybe add it as ```python try: from hydra.experimental import compose, initialize except ImportError: from hydra import compose, initialize...