Till Klocke

Results 12 issues of Till Klocke

I would like to implement an instagram bee in the future and would like to generally have the ability to handle media files for other uses. So as a first...

For some use cases it would be very useful to be able to serialize structs as CBOR arrays. The CDDL (https://datatracker.ietf.org/doc/draft-ietf-cbor-cddl/?include_text=1) actually specifies that this should be possible with CBOR...

enhancement

With Helm 3 we are deploying a mutating webhook service in kubernetes. For that we need to generate a CA and a server certificate. We di this via the template...

I tried to build a project using this library via tinygo (because this project would also make sense in microcontrollers), but unfortunately tinygo doesn't support `reflect` (or at least certain...

TinyGo

When creating a connection in Android activities in onCreate (like shown here http://jfarcand.wordpress.com/2013/04/04/wasync-websockets-with-fallbacks-transports-for-android-node-js-and-atmosphere/) the exception android.os.NetworkOnMainThreadException is thrown. wasync seems to invoke networking methods not on in a background thread....

This PR adds preprocessor statements and replacement functions to make this library available as an ESP IDF compatible component which can easily be included in ESP IDF based projects. Compatibility...

While development in the Arduino environment is fun and certainly has its place, sometimes it is necessary to use more powerful frameworks, such as ESP IDF. It would be great...

- [x] Bug exists Release Version 1.2.5 ( Master Branch) - [x] Bug exists in MQTTv3 Client on Snapshot Version 1.2.6-SNAPSHOT (Develop Branch) - [x] Bug exists in MQTTv5 Client...

Hello. I build a [plugin](https://github.com/dereulenspiegel/glauth-authelia) which can be used with the authelia file user db and just copied and modified the Makefile from the sqlite plugin. My question is now...

### Description When restoring from a repository in a namespace with multiple PVC it can happen the latest snapshot actually doesn't contain the necessary data. This happens because with multiple...

bug