Iddan Aaronsohn

Results 243 comments of Iddan Aaronsohn

I'm testing the creation of the options provided to the command palette. If they could be data only I would be able to create them with a pure function which...

No, I haven't. Seem like a little more complicated than the solution I proposed but it should do. If I understood it correctly, It will require creating custom code to...

I agree it's a simpler approach. That is why I'm suggesting a more React-ive solution for the problem that separates data from function.

This has created issues for me when deploying to Heroku. Heroku's Python build pack doesn't copy the binaries to the production app and so it is left without the binaries....

Just my opinion here: I think the syntax should be as close to Prisma's docs as possible so developers could easily find docs for the query syntax

Seems like you need to run `blue` on `src/prisma/binaries/platform.py`

The common practice is to only load a file with the exact name `.env`. Other `.env` files should be consumed explicitly

Output of `sys.path` is: ```python ['/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python36.zip', '/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6', '/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload', '/Users/iddan/Library/Python/3.6/lib/python/site-packages', '/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages'] ```