hottwaj

Results 22 comments of hottwaj

Just as an FYI, out of the box unticking the "execute full path" option also causes script execution to fail, as python is not being executed from a path where...

I'm now getting around this problem by putting any modules I'm using in my scripts in a library on my PYTHONPATH. This seems cleaner than messing around with symlinks etc....

seems like using `ConstrainedNumberMeta` as metaclass for `ConstrainedDate` has broken the tests relating to Hypothesis strategies (_hypothesis_plugin.py) Would appreciate some guidance on whether this approach makes sense and how to...

Thanks for the help and changes, I've now got initial version working and all tests pass. Some follow up questions for @samuelcolvin - I agree with Zac-HD's suggestion to rename...

Hopefully that covers everything you mentioned :) Sorry if some of this overlaps with changes already envisioned for V2 And thanks for the great work!

thanks! That's really helpful :) If an API is added for this, my vote would be for that to be able to return either i) raw IDs (i.e. avoid the...

aha thanks I did not consider how the "last N" would interact with "upsert" :) hope some progress on that PR can made too

I understand if you would prefer not to maintain this in the repo (e.g. due to time constraints, not being core functionality etc). my opinion (which you are welcome to...