Jo Voordeckers

Results 10 issues of Jo Voordeckers

Observed with https://github.com/apple/servicetalk/pull/757 ``` java.lang.AssertionError: Async error during test execution: Rule 3.9 states non-positive request signals are illegal, but got: -1821637576 at org.testng.Assert.fail(Assert.java:78) at org.reactivestreams.tck.TestEnvironment.verifyNoAsyncErrorsNoDelay(TestEnvironment.java:374) at org.reactivestreams.tck.TestEnvironment.subscribe(TestEnvironment.java:306) at org.reactivestreams.tck.TestEnvironment.newManualSubscriber(TestEnvironment.java:321) at...

flaky tests

While fixing Default Serializer in #891 we've identified [1] an area of performance improvement in `HeaderUtils`. In case `hasContentType()` doesn't match the exact content-type with charset, we fall back to...

enhancement
help wanted
performance

Test utilities for HTTP filters (requester and service) have been implemented with mocks in some places: - `AbstractHttpRequesterFilterTest` - `AbstractHttpServiceFilterTest` We should consider implementing these utilities using actual clients and...

Today we only have `StreamingHttpClientAdapter` which facilitates creation of `StreamingHttpClient` filters given it helps with providing the `StreamingHttpRequestResponseFactory` and delegating all method calls. We don't have the equivalent adapter for...

During review of https://github.com/servicetalk/servicetalk/pull/233 we discovered some scenarios with HTTP/1.0 or when connecting to an HTTP proxy where redirect may not work: - https://github.com/servicetalk/servicetalk/pull/233#discussion_r247293690 - https://github.com/servicetalk/servicetalk/pull/233#discussion_r247294114 - https://github.com/servicetalk/servicetalk/pull/233#discussion_r247295119

```cpp void Timer::stop() { this->clear = true; } ``` `clear` as plain bool has no cross-thread synchronization so in theory the interval timer may run indefinitly, consider using `atomic_bool` and...

I'm new to antlr, so perhaps I'm doing something wrong. I'm trying to write a grammar for a language with string interpolation like kotlin by starting from the `MiniCalc` example....

`zenith 0.13.1` ![image](https://user-images.githubusercontent.com/159325/198419769-35e66001-a2b9-429e-8e38-1c98d34877a7.png) Upon resizing the terminal window it makes the app use all the available vertical space.

### Describe the bug In one of our applications we're infrequently seeing failures when calling `newrelic_start_web_transaction()` we get a `NULL` pointer, it would be good to get provide more context...

bug

Whle trying to learn Bazel with a simple project setup with Bazel/Clion I ran into this issue. _update_: `oso_prefix` seems a non-standard Apple/Darwin-only linker flag https://github.com/bazelbuild/intellij/issues/6410#issuecomment-2080239502 introduced to [fix debugging...

product: CLion
lang: c++
awaiting-maintainer