Julien Fontanet
Julien Fontanet
Xen Orchestra is using this method to deploy a new appliance on a host. Unfortunately for the moment, HTTPS is not supported which force us to HTTP, which obviously is...
```js require('cuckoo-filter'); ``` ``` > node index.js { Error: Cannot find module 'cbor-js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15) at Function.Module._load (internal/modules/cjs/loader.js:508:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) code: 'MODULE_NOT_FOUND' } ```
BREAKING: people with Node < 4 should use a polyfill such as [native-promise-only](https://github.com/getify/native-promise-only). On Node, it's possible to use a specific promise implementation (only at application level), [Bluebird](http://bluebirdjs.com/docs/why-bluebird.html) for instance,...
I'm not using this small lib anymore, and I'm not interested in maintaining it anymore. If anyone is interested, please drop a message here :slightly_smiling_face:
### Description I believe the current behavior, i.e. specific configs shadowing entirely parent configs and relying on manually importing and extending the parent is not ideal, because: - specific configs...
### Description Fixes zammad#21691 On Pool/Advanced:  On VM/Advanced when disabled at pool level:  ### Checklist - Commit - Title follows [commit conventions](https://bit.ly/commit-conventions) - Reference the relevant issue (`Fixes...
### Description Fixes zammad#15258 This new implementation is non-recursive and adds a sane concurrency limit of 10. ### Checklist - Commit - Title follows [commit conventions](https://bit.ly/commit-conventions) - Reference the relevant...
### Description The new implementation is more declarative to make it easier to maintain. ### Checklist - Commit - Title follows [commit conventions](https://bit.ly/commit-conventions) - Reference the relevant issue (`Fixes #007`,...
### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...
### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...