Gijs Molenaar

Results 47 comments of Gijs Molenaar

https://github.com/hannesmuehleisen/MonetDBLite-Python/pull/1

there are some missing things here, but at least there is a description field. We could maybe extract a bit more information from the numpy types. Also the types need...

ah only now I see the absolute path error, oops. Still this is not very user friendly.

Ok so this actually only fails *the first time*. So if you init/connect a database with a absolute path first time, the second time you can access DB's with a...

realize now this is probably related to #193 and I guess you can only operate on one db connection per Python session.

I think a good start would be to give a warning or error, it is now not obvious what is happening. It is not a huge problem to have the...

hi @lautarodapin i don't have much time to go into depth here, but If you want to contribute you can also start with improving the docstrings of all methods: https://github.com/gijzelaerr/python-snap7/issues/242...

I think we should replace the ADict objects with dataclasses. Note that this has been added in python 3.7, and we still support 3.6. So we need to add dataclass...

hm, interesting. To be honest, I don't know. python-snap7 is just a thin wrapper around the snap7 library, I think we need to ask the original snap7 author what the...