Dave Voutila

Results 36 comments of Dave Voutila

Well this is fascinating and I wonder how they generate that web page... Looking at the case name in the example HTML, there's definitely a UTF-8 character in there as...

This sort of relates to #173, but at least for now I see it's an issue that a unicode character is being mis-decoded due to the Py 2/3 bytes/str differences...

Do you envision this as required for anything decorated with `@login_required` currently or as an optional setting for users to turn on for their accounts?

I'm going to do some manual testing this week and push any tweaks to my branch as needed. I only have a GCP environment to test in, but should be...

@achantavy I believe I set the PR to be editable by contributors to the cartography project. That should allow you go push changes to the branch associated with the PR...

Tested manually on Windows 10 and, assuming the nng library is available for CMake to find, the addition of `include(FindThreads)` doesn't cause an issue.

Should the demos be building when someone builds the library? Or are you saying the demos should be able to build relying on the local library source?

I’ll take a stab at it. Need to brush up on CMake.

@gdamore this approach seems to be working for me in my limited testing, at least making it so the demos build without modification. Question though: what optional external dependencies should...

Simpler reproduction using Neo4j 4.2.5 and APOC 4.2.0.2: 1. Create a new dbms, installing APOC. 2. Connect to the `neo4j` database and run: ``` CALL apoc.custom.asFunction('fn', 'return 1'); ``` 3....