Benoît Claveau

Results 6 issues of Benoît Claveau

### Description Why In setStoredValue: function(path, value) the value argument is not used. ``` setStoredValue: function(path, value) { if (this.key != null) { try { this.__setStorageValue(this.key, this.data); } catch (e)...

1. Steps to reproduce ```javascript import mattermost from "@mattermost/client"; const client = new mattermost.WebSocketClient(); client.initialize(`https://${process.env.HOST}/api/v4/websocket`, process.env.TOKEN); client.addMessageListener(message => { console.log(message); }); ``` The stack trace ```bash .nvm/versions/node/v18.15.0/bin/node ./dist/server.mjs websocket connecting...

Awaiting Submitter Action

#### Summary The definition of the Post type in TypeScript is incorrect for createPost. In the documentation, only channel_id and message are mandatory. In the Post type, the other fields...

Hi, My tesseract doesn't known the -psm argument. ``` tesseract v4.0.0.20181030 leptonica-1.76.0 libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.3) : libpng 1.6.34 : libtiff 4.0.9 : zlib 1.2.11 : libwebp...

**Is your feature request related to a problem? Please describe.** It seems that it is not possible to obtain an InChI Key from a molecule with the same options as...

### What version of `drizzle-orm` are you using? 0.29.4 ### What version of `drizzle-kit` are you using? 0.20.14 ### Describe the Bug I can't pass an array as a parameter...

bug