Nicolas Wild
Nicolas Wild
Send messages to exchange and wait for reply with same correlation-id in return_queue in one step
I spent many hours to figure out how to add directives to my schema - but nothing works. I want to add some @auth or sensitive (for masking personal data)...
Right now net.reqeust() gets just called with the path attribute of the options object: https://github.com/danielnieto/electron-download-manager/blob/master/index.js#L138 It would be good to allow all other options too. In my use case I...
npm install hipack / > [email protected] install /Users/nwild/Documents/DEV/JS/secucard-connect-nodejs-client-opidemo/node_modules/hipack > node-gyp rebuild CXX(target) Release/obj.target/hipack/pack.o ../pack.cc:74:24: error: unexpected namespace name 'Buffer': expected expression char *BufferData(node::Buffer *b) { ^ ../pack.cc:74:32: error: use of...
Just found that project and the idea is great. I found some posts regarding the support of Oculus quest. This was also my intention. But no response at all. Seems...
### First of all I want to congratulate you on this fantastic piece of code! Finally a conceptual approach that makes sense. #### My thoughts: I think today's systems need...
I added generated typescript types to my code and created client as written: `const client = createDirectus("").with(rest());` It works well, but how is now the correct typed syntax to do...
**[REQUIRED] Describe the feature you'd like:** I want to have a list of the "last X" clips/events of a camera with thumbnails. Right now the full list is shown. **[OPTIONAL]...