Jo Voordeckers

Results 11 comments of Jo Voordeckers

same issue here XPS 7590 ``` sudo python undervolt.py --core -150 WARNING:root:You have supplied different offsets for Core and Cache. The smaller of the two (or none if you only...

Snapshot Build 841 ``` Error Message java.lang.AssertionError: No error received. Expected: is not null but: was null Stacktrace java.lang.AssertionError: No error received. Expected: is not null but: was null at...

I'm all for finding a better name for `DoBeforeFinallyOnHttpResponseOperator`, I still think it makes sense to have both options, because in cases where there is state in the callback you...

@NiteshKant Conceptually I think I get what it wants to do, but not sure how that would work in practice. Can you rewrite this example using a made up `using()`...

Yeah feels like a toss up with the existing code, maybe slightly less appealing, seems like we can't get around a capturing lambda either way, so `Single.defer(..)` seems more flexible...

Failed #919 build log https://ci.servicetalk.io/job/servicetalk-java11-prb/945/testReport/junit/io.servicetalk.concurrent.reactivestreams.tck/PublisherPublishOnOverrideTckTest/required_createPublisher1MustProduceAStreamOfExactly1Element/ ``` java.lang.AssertionError: Async error during test execution: Rule 3.9 states non-positive request signals are illegal, but got: -1315438106 at org.testng.Assert.fail(Assert.java:85) at org.reactivestreams.tck.TestEnvironment.verifyNoAsyncErrorsNoDelay(TestEnvironment.java:374) at org.reactivestreams.tck.TestEnvironment.subscribe(TestEnvironment.java:306) at...

I get the same error since I've upgraded to Ubuntu 23.04 from 22.10 (also when I build from source)

The ubuntu 22.04 version: ``` Package: byobu Version: 5.133-1 Package: tmux Version: 3.2a-4build1 ```

This is exactly the feature I've been looking for too! I've suggested this same feature be implemented by the Tasks plugin natively, but most of the mechanics are already implemented...