Jérémie

Results 8 issues of Jérémie

Feature request ! I could be interesting to add the ability to bookmark a message. Some post links to interesting stuff, but we don't always have time to read it...

🎨 ui
✨ feature

**I'm submitting a ...** ``` [x ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please...

breaking changes
freq2: medium
area: common/http
state: has PR
risk: high
state: confirmed
design complexity: low-hanging
P3
risky

Hi, It does not seem possible to install the plugin with ES 2.x.

question

Hello, Using your exemple of a multiple insert ([here](https://github.com/codelibs/elasticsearch-taste#insert-preference-value)) does not work. Only the first element is inserted in ES. I'm trying either ` curl -XPOST localhost:9200/sample/_taste/event -d "@dataSample.txt" `...

Installation with ES 2.x fails (ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip)

When building my electron app with @pokusew/node-pcsclite, I had an error on windows (same as this one : https://github.com/prebuild/node-gyp-build/issues/70) It is fixed with this PR, following this comment https://github.com/electron/electron/issues/40760#issuecomment-1979048889

When building my electron app with @serialport/bindincs-cpp, I had an error on windows (same as this one : https://github.com/prebuild/node-gyp-build/issues/70) It is fixed with this PR, following this comment https://github.com/electron/electron/issues/40760#issuecomment-1979048889

Hi there, A simple question about the following example : ``` const { diff } = require('json-diff-ts'); const a = { bubu: 'bubu', newProp: undefined } const b = {...