Martin Lévesque

Results 7 issues of Martin Lévesque

I am sometimes getting the following js stack when it crashes: -- ==== JS stack trace ========================================= Security context: 0x1eebfa29cca1 1: indexOf(this=0x8003cb8acb9 ) 2: cssmin [/home/1/www/node_modules/cssmin/cssmin.js:~28] [pc=0x30c7f5977e84](this=0x3443744b0189 ,css=0x2bd8de31baa9 ,linebreakpos=0x1eebfa282241 )...

The boards data are currently saved as json files as far as I can see. They should be saved using any database. And maybe there could be a mode without...

enhancement

**Is your feature request related to a problem? Please describe.** If the application is not locked, any user having access to the computer can open it and view sensitive information....

enhancement
moderate priority

I am getting the following error: `TypeError: Cannot read property 'width' of null at get_width (/home/app/node_modules/cli-table/lib/index.js:130:42) at /home/app/node_modules/cli-table/lib/index.js:125:68 at Array.forEach () at extractColumnWidths (/home/app/node_modules/cli-table/lib/index.js:124:9) at /home/app/node_modules/cli-table/lib/index.js:98:11 at Array.forEach () at...

With Node 12, simply doing a require("unzip") will crash your application with the following error: ``` const { Math, Object, Reflect } = primordials; ^ ReferenceError: primordials is not defined...

I was wondering if this gem can be used with Passenger ( https://github.com/phusion/passenger ) to have heroku language runtime metrics working ( https://devcenter.heroku.com/articles/language-runtime-metrics-ruby )? Did a quick test with the...

Don't know if this could be included as an option feature, I added the following function (query) to add a retry mechanism: ``` async function wait(seconds) { return new Promise((resolve)...

enhancement