Diego ZoracKy

Results 7 issues of Diego ZoracKy

Hi @dbashford, First, congrats and thanks for this module. I'll try to not extend myself too much on this case. Extracting a text from a PDF, i noticed that the...

Example: ```javascript columnToKey: { A: 'id', B: 'name', C: { property: 'phoneNumber', transform: (value, row) => value.toString() // 'row' would be the entire row with all its columns (it could...

enhancement

Hi, at first thanks for bringing us this docker image. It helps a lot. I would like to know which version of fastText are being used to build the docker...

Requiring native modules works fine, but for those on cwd, it cannot find any.

Hi @andrewrk, What do you think about this? Right now i'm facing a case where i need to have a group of all possible diacritics from a specific char. I...

I'm unable to run some notebooks due to the following issue: *Loaded runtime CuDNN library: 7104 (compatibility version 7100) but source was compiled with 7005 (compatibility version 7000)* As described...

Having more than one minor version defined for a same major of a specific route, like: ``` javascript server.get({path: '/some-path', version: '1.0.0'}, handler); server.get({path: '/some-path', version: '1.2.0'}, handler); ``` Defining...

bug
help wanted