Dave Voutila

Results 25 issues of Dave Voutila

The Neo4j 1.7 driver will be end-of-life soon as Neo4j 3.5 becomes EOL in November 2021. This PR moves to using a newer driver (4.2.1) that still supports Neo4j 3.5...

As far as I can tell, there's no need to restrict to just macOS, Windows, and Linux since the library is purely javascript. I ran into this when installing an...

This backports the changes from commit 4b0c83dabac5c42e08069c1d81c2395da6333152 (see PR #613 for context). Unlike in v4, the leak in v1.7 is temporary as resources were being destroyed in the acquire() method,...

Some scrapers still have potentially issue-prone regex patterns that could be an issue in Py3.7+. Guess I didn't catch these before. Simple fix is to set these string literals to...

The approach to generating title case in `juriscraper.lib.string_utils` is a bit complex due to trying to preserve punctuation like "left single quote" (`\u2018` or `‘`) etc. This can simplify the...

This PR "lifts" support (pun intended) for Neo4j to the 4.x line as the v3.5 has a current "End of Support" date of [Novemer 28, 2021](https://neo4j.com/developer/kb/neo4j-supported-versions/). This PR touches a...

keep fresh

The demos weren't using the CMake [FindThreads](https://cmake.org/cmake/help/latest/module/FindThreads.html) module to properly identify the threading library for use, which caused both CMake warnings like: ``` CMake Warning (dev) at CMakeLists.txt:19 (add_executable): Policy...

When using FQDN's with trailing dots to connect to a broker, the trailing dot in the hostname should be stripped before using the hostname for validation against the server's certificate....

network protocol

I created a topic with 30 partitions and produced 1,001 records. (Yes, I also had an off-by-one issue, too 🙃) Since the highwater mark is 1 past the last offset,...

bug
help wanted
backend

### What would you like to be added? There's no current way to provide granular settings to the PV, such as the `reclaimPolicy`. ### Why is this needed? It's possible...

chart:redpanda