C W
C W
It's currently 64 bit because I can (ab)use inline storage for them. Postgresql itself uses 64-bit pointers, and you can just store your data right in what would be the...
As I understand it, using 2 columns wouldn't provide any guarantee that the two column's representations would be stored adjacent to each other on-disk. As such, you'd not have any...
https://github.com/Nextdoor/ndscheduler/pull/59 adds support for using apscheduler interval scheduled jobs. The ability to create them isn't exposed in the web UI, but you can programmatically add them, and they render correctly...
Ok, it now also adds supports for: - `pypy` `psycopg2cffi` (which is a drop-in replacement). - Showing (and triggering, though not scheduling) interval-based jobs.
Rolled up to current master. Any chance of this getting merged?
If I reparse the numbers with `parseInt()`, it gets the results right (except for `Two Hundred and Eight Six`, which parses as 214 (208 + 6, but why the heck...
I'm using the numbering stuff in py3k, at least, though it all imports. See my fork: https://github.com/fake-name/semantic
https://github.com/esphome/esphome/pull/719 would go a long ways towards supporting this. Most TS databases support simple HTTP(S) addition endpoints.
Even if other people provide the integration? That's..... spectacularly lame.
The MCU size argument is a bit silly. Minimal HTTP can be done on a 8-bit AVR with 2 kb of ram. Sure, it won't support some of the esoteric...