Paul Irwin

Results 40 comments of Paul Irwin

@rclabo haha I'm jumping in again after a very long absence. My colleagues and I had done a lot of work to finish getting the core of 4.8 ported about...

T-Z done and merged, moving backwards to the J-S monster (1,158 tests): - [x] Search/Payloads - [x] Search/Similarities - [x] Search/Spans - [x] Search/B-TestB - [x] Search/TestC - [x] Search/TestD-TestE...

> Unfortunately, while IKVM has been a reasonable go-to way to quickly support Java-based apps in the past, it has been [abandoned by its main contributor](http://weblog.ikvm.net/) in 2017 and has...

I rewrote this script in modern C++ for the Raspberry Pi, and added channel and humidity decoding as well as checksum validation. Let me know what you think. https://github.com/paulirwin/acurite-sensor-pi/ I...

I had a similar issue with the PostgreSQL parser from the official grammars repo: https://github.com/antlr/grammars-v4/tree/master/sql/postgresql I left this building for over a day on my M1 Pro MacBook Pro and...

Also note that this scenario is covered via unit tests (see the NullEmptyTests class and its usage in the Jaro Winkler unit tests).

+1, confirmed that byType doesn't work in v0.4.0

Hello, can you provide more details about what the problem is? The library targets .NET Standard 2.0 which [should support .NET Framework 4.7.2](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0), but we do not actively test against...

When I try to run the docs.ps1 script on macOS arm64, I get the following error after the "Building api metadata for..." lines: ``` Building api metadata for /{path_to}/lucene.net/websites/apidocs/docfx.demo.json... Building...

@NightOwl888 Unfortunately for our diagnostics, these tests passed on my Mac with that seed/culture set and net7.0: i.e. TestInclusiveLowerNumericRange: ``` RandomSeed: 0xfcd3b1a5ebdbe7c0 Culture: ks-Arab-IN Time Zone: (UTC+12:00) Marshall Islands Time...