Jean-Baptiste Richardet
Jean-Baptiste Richardet
Adds the possibility to use a pipeline for indexing as for https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-index
* Now always return Promises (#148)
Create a basic system of extensions on read and write action. This will be adaptable to be able to cover a lot of hook points in the future.
We should use the same technique as in Fs tests that append a timestamp behind filenames and folder names so we could launch concurrent tests at the same time. Especially,...
As demanded by @nk932714 on https://github.com/silexlabs/CloudExplorer2/issues/24
We should use CozyCloud as a connector. They have an OAuth flow described [here](https://cozy.github.io/cozy-stack/auth.html#post-authregister).
I found some edge case today. After a local install I run Silex. I think I have some cookies that listed a GitHub project in my dashboard, but the GitHub...
Hi, I tried to compile my Haxe/JS code with Cocktail and got some errors in return. 1. js.html.Element.classList in Haxe return a [DOMTokenList](http://api.haxe.org////js/html/DOMTokenList.html), but in Cocktail, this is an Array,...
The `oneOf` properties is described in README as `Not expressible in TypeScript`. I recently discovered the discriminated union type with a mutual exclusion, which fit perfectly with a XOR: ```typescript...
When trying to rename a folder I hit `Enter` key and this `cd` into the folder, not renaming it. The behavior of `Enter` should be the same as when creating...