Drew Blokzyl
Drew Blokzyl
Bump on this issue/pr, as it affects our deployments as well.
There is a fix for this that I have implemented in another tool. I will likely put together a fix for this and issue a PR.
I am also experiencing this issue, though i have modified models.py and removed the unique field, and also tried setting it to False. I currently have one domain that I...
Turns out the issue is also present in catalog/migrations/0001_initial.py and that is making its way into the database.
Might not be the cleanest way, but you could do this. ```Python tickers = [stock["Ticker"] for stock in stock_list] ```
@markperdue @webdjoe Is this project being maintained? I don't see any commits from @markperdue in the past year - on any project. Are you good dude? Would you guys like...
> This is a python3.10 with Cython issue. Install python3.9, and download Cython source ( https://github.com/cython/cython ) and install it : `python3.9 setup.py build && python3.9 setup.py install` Download libpcap:...
> I had this same problem, dual 4k displays on KDE in Ubuntu 18.04. Things wouldn't just look weird tho, the screen would get all super glitchy, like it "lost...
I know this is old, but adding some info in case anyone else comes across it. I ran into this yesterday. For me at least, it was being caused by...