Tobias Meggendorfer

Results 74 comments of Tobias Meggendorfer
trafficstars

Okay, I'm stupid :-) Apparently, I misconfigured something before. Now, it works with `check-purpose=codesign` in system.conf. But this toggle should be available on the command line IMO EDIT: Identified the...

Thanks for the mention! Two thoughts on this: **1)** Google (at least Guava and, I think, GWT) does this with `@Beta` annotations, marking less mature, potentially changing API, I guess...

> Note: I am less interested at this point in time in how we could improve test coverage. That's super important, but a distinct issue. That is, sometimes it is...

I'm not too familiar with gradle depency scopes together with annotations. `@Beta` has `RetentionPolicy.CLASS` which means it remains in the compiled source (?). So this would mean Roaring has to...

Can confirm this issue (happens when I build telegraf as part of a buildroot project). I have the exact same checksum mismatch.

@baziorek I'm also using DOMjudge in academic / teaching context. I'm solving the deadline issue by creating a separate contest per week. I actually invested quite a bit of time...

1. That's a good point. If the record doesn't exist, one probably has to throw an error I guess? 2. I implemented my own hack for this and it works,...

Just as a small addition, forgot to write that: Why is this a "relevant" thing? (just in case this isn't already clear) My use case (and I believe this may...

> Sorry to get back to this so late me too! I wanted to try this for a long time but alas other things always popped up ... > Would...

Tried it, seems to work :+1: thanks for this! On a small note: I think the README should say that `provider_ip` and `ipv6_suffix` are incompatible (so I think at least)...