Maxim Kupfer

Results 28 comments of Maxim Kupfer

@sbrugman just wanted to reach out and see where you were on this? Have you figured out the bug? Let me know if you need any help, clarity, or want...

This seems like it may be specific to your system. I'm also on windows10/python 3.8.x and do not have such an issue. Can you try running it as a script...

@steve-solun I may be mistaken and I can't really tell from your mix of python and java, but I was able to get the same results without breaking up the...

That's pretty odd. Just to be sure, I created a fresh virtual environment and I'm still getting the error. The error comes up when I change tabs. The error only...

Had the same issue on my end. `npm install [email protected]` fixed this for me...hope it works for you! As a side note, adding a package-lock.json to the cookiecutter would be...

Here is that issue I reference from vue: https://github.com/vuejs/vue-cli/issues/3407

It looks like /usr/bin/python is pointing to python2.x. What do you get when you type `/usr/bin/python --version` ?

Sounds like you had same issue as me. You can either 1. skip install of dependencies in cookie cutter set up and install manually Or 2. use my fork that...

Ok, I can actually recreate the problem now that I understand it, see below. ``` sql = "select 'a', 'a'" cur.execute(sql) df = cur.fetch_pandas_all() ``` Is there a way we...

The user wouldn't loose any information in that case; it would just throw a runtime error and fail. What about enhancing the error so that there is more context? i.e...