Michael Maurizi

Results 8 issues of Michael Maurizi

Android id resources are not final in library projects (see http://tools.android.com/tips/non-constant-fields) It would be helpful if there was a way to link methods -> views other than using the view...

This is a redo of #244, rebased on top of the latest `next` branch to bring in the changes to support Angular 8 and OpenLayers 6. I understand if this...

Posting a comment that causes a validation error, such as a comment longer than 300 characters, is supposed to show the `django_comments/templates/comments/preview.html` template. From my testing however, I always get...

With a `.gitignore` file located in `bin/` containing: ``` * !gitignore ``` I would expect files or directories in `bin/` to be ignored when running `TagsGenerate!`. They were not ignored...

I've been looking for a library to handle daemonization and creating PIDfiles for my small rust project: https://github.com/maurizi/retag.rs Do you have any examples of projects this library has been used...

We have `null=True` set for several string fields, which results in the empty state allowing both the empty string and null. Which should remove `null=True` for these fields and write...

Technical Debt

We'd like to be able to make authenticated Esri reverse geocoding requests in OpenTreeMap. Authentication with the Esri geocoding APIs is somewhat complicated, and since we [plan to support it...

It can be easy to forget a manual step like this, and would be better if this was handled by TravisCI in the same way that the PyPI package is...