Benjamin Conlan

Results 9 issues of Benjamin Conlan

I'm currently dumping sql databases tables using the queryNodeStream and im seeing inconsistent results (perhaps the 'end' chunk sent by the mysql2 driver isn't correctly being handled?) In anycase this...

help wanted
MySQL

While attempting to resolve an issue regarding a typical url encoded path `test/user%2B"` I discovered that `match-route` function was returning nil. `(bidi/match-route ["/" {"test/" {[:slug] :om/details}}] "/test/user%2B")` Looking into the...

The animate package has the following poorly defined engine constraints: ``` "engines": { "node": ">=0.12.0", "npm": "^3.0.0" }, ``` This needs to be updated/removed (specifically the "^3.0.0" npm range constraint)...

Kata Containers are no longer supported via the bundle mechanism (or bundle containers-virt as outlined in the documentation) due to the most recent changes made to the bundle definition: -...

P2

### Problem Statement We were using keycloak-config-cli:5.6.0 for keycloak 21.1.1 and recently updated to the latest keycloak-config-cli:5.8.0 release. Upon applying our configuration with the tool we noticed that the server...

enhancement

When 'slugging' a string containing a '+' symbol the string is not expanded to use a url safe string (such as replacing with 'plus' word etc.)

When slugifying "$200,000" it will not expand the 'dollars' because it fails the currency validation rules. Removing the comma corrects the issue but it would be better if the CURRENCY_RULES...

# Compatibility Report - Name of the game with compatibility issues: Bionic Commando - Steam AppID of the game: 21670 ## System Information - GPU: Nvidia GTX670 - Driver/LLVM version:...

Game compatibility - Unofficial

**Expected Behavior** When using the PgVector vector database (PgVectorStore) functionality I was hoping to use the `halfvec` type due to requirements needed from my local model. **Current Behavior** Currently only...