Mika Tuupola
Mika Tuupola
If I recall correctly the reason why it was done in the original way was to support `GROUP BY` queries.
You need to provide the i2c functions by yourself. If you are using ESP32 you could use these: https://github.com/tuupola/esp_i2c_helper You can find example usage at: https://github.com/tuupola/esp_m5stick
Published as 0.4.0 https://www.npmjs.com/package/branca
For first point usual way would be to throw specialised exceptions. This way the user can catch named exceptions to figure out which action to take. This is a good...
Sorry it took a while. I am back from summer holidays. I do agree now that we have proper test vectors should require listed implementations to actually implement them. As...
This spec is only about the token format. This spec is not about which data format implementation should use nor how people should implement the spec. > Fundamentally, this comes...
> There is already an interoperability issue. You mean there is a library which cannot consume token generated by another library. Which library combination?
> PHP: I believe @tuupola has also just modified this lib to work the way that the JS lib works now. https://github.com/tuupola/branca-php/commit/10ca91aa462309c3c68339d32a2bbe30023e4be1 Nope, I just changed the code examples in...
> JS: Now fixed, but now also a breaking change with keys generated from older version of lib, and now incompatible with other implementations. Just tested and I am able...
> I did do some testing of what developers will experience when they upgrade from JS 0.3.0 to 0.4.0, which is breakage. It is possible for them to fix that...