Martin Page
Martin Page
When data is at the very start of the track it is overlapped by the track label/name. An option to indent the track so it starts just to the right...
Currently it assumes the input layer is 1x1xINPUT_LENGTH. This does not support 2D or 3D inputs, my changes allow the user to specify the shape.
It would be great if I could do `getJoin` on a document. for example ``` Author.get('sdgwesd-sdgsdg-sdffsdfs) .then(author=>{ author.getJoin({books:true}) .then(books=>{ //do stuff }) }) ```
I have tests running on travis-ci but I have to put the timeout on them to 5000> because the first test that runs causes the tables to be created, is...
I made my own very similar app before finding FromScratch, thank you for making this. my attempt: https://github.com/doomedramen/mush
This lib is very similar to mine, I have tested the who side by side to see if there is any speed difference. It seems they are near identical in...
If no meta data uploaded, date sits in wrong place. 
The following error is received when adding a new experiment. Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
python3 hue-thief.py /dev/tty.usbserial-202312152122131 /Users/martinpage/Developer/hue-thief/hue-thief.py:136: DeprecationWarning: There is no current event loop asyncio.get_event_loop().run_until_complete(steal(args.device, args.baudrate, args.channel)) Traceback (most recent call last): File "/Users/martinpage/Developer/hue-thief/hue-thief.py", line 136, in asyncio.get_event_loop().run_until_complete(steal(args.device, args.baudrate, args.channel)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/[email protected]/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/asyncio/base_events.py",...