Ralph Weires

Results 8 issues of Ralph Weires

A minor PR to have the example_configs make use of the updating naming, of #852 @dhoard for consideration

type: enhancement
theme: configuration

Encountered a possible livelock with FST, which occurs on a single thread without any concurrency in play. It is triggered by a combination of nested FST-use and class-initialization, and basically...

The ability to find messages/offsets by timestamp is very handy when trying to locate specific messages in the Message view (available with #99). However, it seems that this is currently...

frontend
ui/ux

Suggestion to support SUREFIRE-2152, helping developers identify problematic invocations of templated tests much quicker, especially also based on the console output. The initial commit a87457bb to handle JUnit5 templated tests...

**Client** Which WebSocket client are using? => Java, `org.java-websocket:Java-WebSocket:1.5.3` **Issue** In the WebSocket stream, there are occasionally multiple events with the same sequence number (`q`). We only observed this for...

bug

Add %newobject declaractions for some functions returning strings, so generated wrappers release the respective memory accordingly.

fix

## Description We noticed an apparent memory leak when calling the SWIG Java wrappers, in our case namely for (repeated) calls to `LGBM_BoosterSaveModelToStringSWIG`. Doing so repeatedly keeps piling up more...

bug

### OAuth2-Proxy Version 7.12.0 ### Provider google ### Expected Behaviour While starting to use oauth2-proxy (in middleware setup, in tandem with caddy as reverse-proxy) with the default google provider, I...

bug
help wanted