Martin W. Kirst

Results 41 issues of Martin W. Kirst

**Describe the bug** I want to use Radiomaster Zorro, with an internal ELRS transmitter and multiple drones with an ELRS receiver, with separate model definitions. This means I would like...

Problem: the Github action successfully completes, even when there is a Maven error. That should not happen See https://github.com/camunda-community-hub/zeebe-simple-monitor/actions/runs/6913808290/job/18811042822#step:6:5354 ![Screenshot 2023-11-18 at 13 16 04](https://github.com/camunda-community-hub/zeebe-simple-monitor/assets/1189394/20e0d969-6675-4afb-b202-3c8223efd58f)

bug
triage

There are some technical checks about the consistency of the BPMN/XML file. They are commented out because no tests cover these scenarios. Tests should be created and code can be...

help wanted
good first issue

### Goal Marshalling and UnMarshalling should work reliably, and repeatability over multiple iterations of marshall & un-marshall. ### Problem When marshalling, the `originActivity` got lost, since we don't preserve full...

Refactor the interfaces, to match best practices mentioned in effective Go https://go.dev/doc/effective_go#Getters

wip
go

## motivation Internal data structures (slices, maps, etc) do grow over time and occupy memory. Hence, all objects shall be removed, once no more needed.

help wanted
good first issue

Hi @ntankovic , I'm the author of https://github.com/nitram509/lib-bpmn-engine and it seems we have the same idea :) (but just speaking different languages ;) ) Kudo's to you and your project....

Hi, I really appreciate your work in building such a BPMN engine in Go. I'm quite impressed by your problem statement because it's exactly my thinking. Really great job done...

The new limit for 7.2 is 1023 chars and no more 123. Source: http://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/rzaq9/rzaq9osCLstrpccmd.htm

enhancement

fix issue #61 * switch to Go 1.22 * separate the code to have separe CLI and library distribution in the same codebase * introduce example code