Per Lundberg

Results 169 comments of Per Lundberg

@marco-brandizi > Unfortunately, that's not the case, I set it with [JAVA_TOOL_OPTIONS](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars002.html), the JVM never misses this. Are you 100% sure this option actually works in this case? The link...

Hi, Any timeframe for releasing a new version of csscomb? I was about to take it into usage for my own project, but since I rely heavily on CSS variables...

I also agree that this would be useful. We are adding external annotations using `annotations.xml` at the moment but it feels like quite a kludge. Supporting either `com.google.code.findbugs:jsr305` (i.e. `javax.annotations`)...

@googleberg While you're at it, it would be great to get this looked into at some point: https://github.com/protocolbuffers/protobuf/issues/4351#issuecomment-1117284074. It's an incredibly annoying detail of the generated (Java) code where certain...

> Protobuf Java API never returns null. This may have been true in 2018 (can't tell for sure), but it's unfortunately not 100% true today. :grimacing: Given the ffollowing `.proto`...

Luckily for us, https://github.com/protocolbuffers/protobuf/issues/5526 was recently reopened. Let's hope it gets implemented eventually. :pray:

> I'm using Ember 2.12.0, Ember-CLI 2.12.0-beta.1, ember-power-select 1.5.0 and ember-engines 0.5.0-beta.9 and I still need @dbashford's workaround The same for me, with Ember 2.12.1 and ember-engines 0.5.0. The workaround...

(Note, I fully do not expect this to be merged into this repo. :slightly_smiling_face: It's just much easier to throw in a 1-line PR illustrating the fix rather than write...

For reference, this might come handy for others (supplied by @slovdahl, thank you!). The way that @TheHound 's test case crashes is a "hard JVM crash", caused by a `SIGSEGV`...

The error is not consistent though, sometimes it fails with more "normal" JVM errors like this: ``` java.lang.AssertionError: error at org.testng.Assert.fail(Assert.java:82) at FSTSerializationTest.tryAndReProduceBug(FSTSerializationTest.java:53) Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.io.IOException: java.io.IOException: java.lang.reflect.InvocationTargetException...