mdxs
mdxs
Recently experimented with a DL533N CS - LibNFC NFC Reader from Digital Logic and using `nfcpy` (Python module using LibNFC) my code worked without modifications; in my configuration (using a...
There are some .pyc files in the commit that probably shouldn't?
Would it be an idea to have the default of 10 sec (10000 ms) in the function when the `timeout` parameter is missing? So that when it is not explicitly...
Not using `numpy` myself, but noting that a special version is provided via "Built-in Third-party Libraries" for Google Appengine, I would guess it might be worth trying to only use...
Perhaps the newer `main/requirements-dev.txt` approach may help in this regard... not sure, just guessing (and noting that this approach was introduced in December 2020).
Thanks for the confirmation @rbubley, as noted in #1720 it may still upload the local dev environment on deployment, but that shouldn't be a showstopper (it isn't used in GAE...
This issue could probably be closed by @lipis soon as it should be resolved now, unless @supern8ent reports back in a few weeks that it isn't working.
@rbubley Thank you for this (example) to improve gae-init with mailgun integration, JIT for me to pick up and use in my own project. Much appreciated.
+1 for the `isocalendar()` approach. Something else: I need to check why/how, but the graphs show 2x 2015-W52; probably due to part of that week in 2015 and another part...
There is a big performance gain to be made (about 20x faster), with a much simpler and easier to follow `date_limits()` in main/util.py: ``` python def date_limits(ts, duration='day'): if duration...