Nate Dudenhoeffer
Nate Dudenhoeffer
For example `cal.parseDT('2nd of nov')` returns datetime.datetime(2017, 11, 1, 0, 0) ( the first of november). I would like to be able to support both "2nd" and "Second" if possible.
We are needing to support financial periods to our application, so I am looking for parsing of the following types of strings: beginning of quarter beginning of last quarter beginning...
This is a feature request and patch for a template tag which checks user permission based on a method defined on the model. This template tag will accept either a...
`PouchDB.defaults()` is being called too many times, resulting in the pouch error `(node) warning: possible EventEmitter memory leak detected. 11 listeners added.` The use case is an angularjs SPA with...
The current implementation of the `DjangoTracing` class forces the use of `view_func.__name__` as the operation name for the span. I have a use case with class based views where the...
First off, I wanted to say thanks. I just started using this today, and the visualization is fantastic. It would be nice to have an option to set the root...