Robin Krom

Results 397 comments of Robin Krom

Maybe as a workaround you can draw something (e.g. a rectangle) over the detected barcores, using the ResultPoints in the result, and trigger another decode?

Not directly on topic, but some background information: @micjahn I actually had a bit of an similar challenge, I added ZWing to Greenshot so it was able to provide the...

Thanks a lot for the thorough feedback, your examples is what I saw when I got the ResultPoints. But I never tested a 1D variant, that makes total sense for...

Created a package Dapplo.CaliburnMicro.Security which does most stuff I need, still needs documentation

I'd love to hear how I can simplify that process @toertchn ? What about a: `issue.GetCustomField(string fieldName)` and `issue.AddCustomField(string fieldName, object)` Your "get value" code might look like this: ```...

I've implemented what I suggested, it's in PR #63 you can see the code how it could work here: https://github.com/dapplo/Dapplo.Jira/blob/258ce655ab4ee4cf4ecc9838c43713eb45dca8bd/src/Dapplo.Jira.Tests/IssueTests.cs#L140 I'd love to get some feedback on this...

Btw.. In the example code I use e.g. "customfield_10001", but this is the name I used to create the field, in the code it will figure out the read ID....

> Thank you - I try to test it on my next free day (maybe 6.1.2021) Ah yes, Heilige Drei Könige! Due to the epidemic I don't have many days,...

> But this doesn't list me one custom field we use. Don't know why. I also can't check this but i can imagine that a custom field also needs to...