Neil Halelamien

Results 6 issues of Neil Halelamien

Do you have any plans for submitting this plugin to Phonegap Build? That would be quite useful for those of us using that service. https://build.phonegap.com/plugins

Provided initial output during train.py to show the current epoch, and indicate when checkpoint files are saved. I also ran an automated import optimization to remove unused imports and reorder...

Potential fix for https://github.com/cloudflare/workers-sdk/issues/4737. Note that I haven't tested this myself, as I don't have an environment set up for wrangler-devtools -- feel free to modify this from draft->ready once...

preview:wrangler-devtools

`datetime.utcnow()` was [deprecated](https://blog.miguelgrinberg.com/post/it-s-time-for-a-change-datetime-utcnow-is-now-deprecated) in Python 3.12, although it's [referenced](https://github.com/search?q=repo%3AMongoEngine%2Fmongoengine%20utcnow&type=code) in quite a few places in MongoEngine's docs and test code, e.g.: > Note: To default the field to the current...

Setuptools v78.0.0 started enforcing the following deprecation: https://setuptools.pypa.io/en/stable/history.html#v78-0-0 > Setuptools no longer accepts options containing uppercase or dash characters in setup.cfg. Please ensure to write the options in setup.cfg using...

Follow-up to https://github.com/MongoEngine/mongoengine/issues/2411 The README.rst and CONTRIBUTING.rst still reference travis instead of Github Actions, and should be updated.