Michael Adler
Michael Adler
## Description It's not true that bash resolves to `/bin/bash` for all systems and avoids ugly patches such as [1]. Also, fix the tests for systems where ls does not...
If I want to review an old commit of a file that no longer exists in HEAD, vim-git-log silently returns and does nothing. My solution was to remove the problematic...
I've tried to run the tests on FreeBSD but they fail since they are killed by SIGBUS. There seems to be a problem with creating the file watcher from Lua....
### Description This commit clarifies the schema of the job definition for device artifact update workflows. It also makes the documentation a little more concise. #### Issues Addressed List and...
### Description Upgrading from Swagger to OpenAPI v3 offers numerous benefits, including enhanced specification features, better support for modern use cases, improved developer experience, access to a richer ecosystem and...
### Description - [x] Migrate our spec from Swagger to OpenAPI v3 - [x] Adapt the code generation process to use the newly upgraded spec (go-openapi doesn't support OpenAPI v3)...
### Description Rewrite subscriber events implementation since upstream seems to be abandoned and buggy. Reported-by: Felix Moessbauer #### Issues Addressed List and link all the issues addressed by this PR....
## Summary This may seem like a mundane merge request, but it delivers significant performance improvements. Benchmarks show that this library now outperforms jsonld.js. **Note**: While the changes may appear...
### Description This is the initial version of a Web UI for wfx, following up on some of the feedback given at this year's Beyond IoT conference. Features: - Implements...
## Summary Commit dd9b662 inadvertently made Context fields and subfields inaccessible to library users, breaking the ability to inspect Context contents (e.g., using AsMap()). This change restores public visibility to...