James-Hudson3010

Results 8 issues of James-Hudson3010

In my use case, the document I would like to search will not change. I would like to be able to pass this document to Flexsearch, have it create an...

This is possibly related to https://github.com/probonopd/linuxdeployqt/issues/484 I am working with the project at https://github.com/jh3010-qt-questions/HelloWorld My goal is to have linuxdeployqt create an AppImage that can be launched by a systemd...

I have a gist of my docker-compose file in a gist at: [docker-compose.yml](https://gist.github.com/James-Hudson3010/b5377c44418ea080b5c5d4baa8323e75) (1) My first question relates to the [instructions](https://neo4j.com/docs/labs/nsmntx/current/install/) in the documentation which say to place this ```...

Are there instructions for how to build this tool and what the prerequisites are? I cloned the project, noticed there were submodules and executed: ``` git submodule update --init --recursive...

On macOS, it is common to have a python installation which creates Python.framework. For example, the .dmg installers from python.org will do this. It can also be done using pyenv...

I built libplist with the python bindings and when I try to import it, it crashes. My simple script is: ``` import sys sys.path.append( "/Users/jamesh/tmp/local/lib/python3.8/site-packages" ) import plist ``` without...

I am working with the project at https://github.com/jh3010-qt-questions/HelloWorld My goal is to have linuxdeploy, with the qt plugin, create an AppImage that can be launched by a systemd service on...

The readme contains a broken link to the preview package. I am not sure what the correct link should be.