Jon Harper

Results 37 issues of Jon Harper

Hi, I think it would be a nice addition to allow to configure the reconnecting-websocket to preemptively open a new connection periodically and switch messages to it atomically. This would...

Hi, using flamecharts to investigate the performance of getPathLength, I noticed that 80% of the time is spent in the isDecimal function. Replacing it with a faster version would improve...

feature request
investigate

This issue is a: - Bug report: test failures. The author of object.getprototypeof was kind enough to publish a workaround, so projects work again. But they have been broken for...

It parses only floats between 0 and 1. Due to how things are written, it turns out to do only fixnum/f in number>string (because 0.123456789 is computed as 123456789 100000000...

parser
maths
benchmarks
floats
numbers
conversions

## Feature Request #### Is your feature request related to a problem? Please describe I want to be sure of the actual pool configuration parameters (sometimes the configuration is inherited,...

**Describe the issue** When I send a message with a header containing an UUID, it is received on the other end as an UUID with the kafka binder, but as...

waiting-on-feedback

I have a structure: parent/pom.xml parent/child/pom.xml When a plugin in the parent version is not in the build.pluginManagement.plugins.plugin element, it is not picked up by version:display-plugin-updates in the child. tested...

We should discuss where we want this feature. Also, do we want a general html editor for logger configuration, or just a list of the runtime loggers and configure everything...

We should discuss where we want this feature

There are at least hundreds of places in our codebase where the code reads like ```java try { ... } catch ( Exception e ) { AppLogService.error( e ) }...