Alex Harper

Results 15 comments of Alex Harper

That is not a bad idea also. Reducing the number of triangles generated per number of keypoints is something that i will have to think about more. The question becomes...

7) Preferably i would like to see the thumbnail generation moved to a separate thread. From what i am seeing, HPX use greenlets which do not provide multithreading and so...

Some other intersting things to note: telling it to reindex the whole library and then forcing the search to update, then it finds everything. (yay!) But if you go back...

I agree that this would make more sense

What do you mean? It seems to work fine with where i was told to put it in the docs. I was following https://happypandax.github.io/install.html#using-with-docker-compose ``` docker/happypandax# ls ./data/config.yaml ./data/config.yaml ```...

I see that startup script is simply ``` #!/bin/sh clear exec ./happypandax/happypandax "$@" ``` and i also see my container is started with only "./startup.sh" so it is not passing...

I hit this a second time, unfortunately it happened the first time i tried to import some things without debug mode on :( I grabbed the whole database this time....

I would like an auto-update as well. 1) would like it opt-in by per download as default, but perhaps a setting to change to opt-out the auto-checking on download in...

Note : i have been attempting to reproduce this problem by increasing the import size, and this far have not had it happen again. I have made it up to...

For people who are looking at a quick solution and want a more specific detail more than just saying that a line to fix it was added somewhere, here is...