aschiffmann

Results 6 issues of aschiffmann

### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing issues and docs ### Issue Description When using the RateLimiter Middleware with a rate between 0...

good first issue

When creating a new empty timeline and calling setGroups() afterwards, it happens in some cases that an item is not visible initially, only when scrolling the timeline to the right...

bug

This PR adds an message ID list option to only compile particular messages: `generate [...]` Example: `generate dbcIn dbcOut 587 256`

cli

Great lib! Is there a way to pass some kind of list of messages to the `generate` command to filter code generation only for specific messages? Would be very useful...

I noticed that that the plugin cannot handle nested overlays properly: After adding overlays to several nested containers and removing only one overlay from a parent container, all other overlays...

I accidentally used a cancelled `context` for a call to `opcua.Client.Write(ctx..)` which obviously made that write request fail. However it also had the side effect that the client connection was...