Tianxiang Chen
Tianxiang Chen
Per user per dir might be better, just like DSM moments. It would be easy to import photo to photoprism user by user from other system. This is now the...
@mfdeux currently hasura is not forwarding the graphql query name/query details. If I want to do rate limit on insertions to a certain collection/table, how can we do it with...
Yes, that can be a solution, but not very easy to use :) If hasura can forward more context info to webhook, and extend the protocol, I think rate limiting...
When this happens, I can sign out and sign in again, and this will stop.
I am having the same issue, I think it is due to https://github.com/kimchi-project/wok/commit/fc586b7622caac84ad309473337a752e1f693666 Adding the service param back can fix the issue cc @alinefm
@milliele Thanks for the write up! May I know the content of `build_ldflags.py` you mentioned?
I have the same issue, on OSX. Install from github tarball does not work for me, it is complaining .h file not found.
My error: ``` > npm install groove > [email protected] install /Users/txchen/localcode/groovetest/node_modules/groove > node-gyp rebuild CXX(target) Release/obj.target/groove/src/groove.o In file included from ../src/groove.cc:2: ../../nan/nan.h:602:20: error: no type named 'GCEpilogueCallback' in 'v8::Isolate' v8::Isolate::GCEpilogueCallback...
@andrewrk Now I can npm install 2.5.1 However when I run the example/playlist.js, I got this error (on OSX) ``` groove.connectSoundBackend(); ^ TypeError: groove.connectSoundBackend is not a function at Object....
No, I mean encrypt the markdown content and save the encrypted content to github repo. User will need to provide a password/encryption_key to decrypt the content and edit it locally.