Jonathan Senecal

Results 75 comments of Jonathan Senecal

This is a duplicate of #77 and #42

Have you tried using: ```python import datefinder df = datefinder.DateFinder() matches = df.find_dates(a_string) for match in matches: print(match) ``` ?

Hi @mission-liao , @manatlan . I strongly believe that this project has the potential to kick off due to many platforms (namely django-rest-framework and FastAPI) now using OpenAPI (fka Swagger)...

See my comment here: https://github.com/pyopenapi/pyswagger/issues/193#issuecomment-1069160150 Perhaps you could add interest to the issue as well as you do seem to have an advantage to have this project properly maintained.

Is there any progress that was made @holgi ? I too, am hitting this bug with motor/beanie

Thanks for your submission, but... Isn't that too specific ? I mean, here we are covering the cases of the IEC 60130-10 standard, but then some other user may complain...

Can you add an example of custom field that would warrant such functionality ?

FWIW, this issue/PR and the test cases it includes seems to offer good functionality. Not sure how many users would benefit from it though. Everything looks good to me, however.

Only Inventory items would require this ability to be reassigned, right ?

This could be implemented in a way similar to what [netbox](https://docs.netbox.dev/en/stable/administration/permissions/) is doing. Which would allow per-object (ticket, queue, etc) permissions. (Initial changes to make it happen [here](https://github.com/netbox-community/netbox/pull/4705/files))