Amit Levy
Amit Levy
_NOTE: this PR includes relatively sweeping changes mostly in new files, though much of the code is borrowed from the modules it aims to replace. As a result, I recommend...
The goal of this PR is to allow SASL-style authentication through the ASCII protocol (). I'm not confident this a particularly good way of going about it though. Each TCP...
Some more esoteric Unix-like variants (in my case NixOS) don't have `bash` symlinked from `/bin` (which is common, but not part of the Filesystem Hierarchy Standard) but _do_ have `/bin/sh`...
Add the ability to grep for code and have coypond return which class/method the code is located in.
@nd2s asked whether we'd change the license to LGPL instead of GPL as GPL is cumbersome to use in some settings, and all the simple-\* code is LGPL anyway: alevy/simple.cx#1
@nd2s wrote (alevy/simple.cx#2): Is there a way to easily modify the model before INSERT/UPDATE? I need to set created_at and update_at timestamps on every save.
I think the basic structure makes sense right now, with two exceptions: 1. It might be worth getting rid of the `tock` submodule, and instead depending on the main git...
(I'm not sure there is anything great to do about this) When I attach a terminal to the FTDI, DTR--which is connected directly to the SAM4L's RESET signal--is pulled low,...
/cc @brghena There are some un-diagnosed, rather serious interactions between RTS3 and the sensor power rail. To replicate the problem, first install the Tock kernel from `master` or the `bugs/imix-power`...