Igor Kuzenkov

Results 3 comments of Igor Kuzenkov

Want to add here the similar issue but linked to the `values` clause. E.g. some dbt model is (simplified): ```sql select * from values(1),(2) ``` As a result, you see...

I got the same problem on my local Win 10 dev environment. Python 3.11.7. No errors in console after `.\start.cmd`. Just blank page at http://localhost:50505 and the mentioned error in...

Hey There! Got the same issue. In my case issue was linked to the python file name that was exactly `hashids.py`. I used this file to test/play with Hashids package....