cabbi

Results 3 issues of cabbi

I noticed that password validation is applied on both login and signup. I would like to have login password validation disabled but keep validation on signup. The reason is that...

This piece of code in `util.dart` does not handle error code in case sp_nonblocking_read fails ``` dart static Uint8List read(int bytes, UtilFunc readFunc) { return ffi.using((arena) { final ptr =...

Hi, I see this library supports ESP32, I'm wondering if porting it to Teensy 4.1 (https://www.pjrc.com/store/teensy41.html) using PlatformIO would be a big effort. I'm going to start this porting but...