Roger Fedor

Results 7 comments of Roger Fedor

I think the better approach would be to just make bcrypt compatible with v12 by upgrading bcrypt from 3.0.1 to 3.0.6. Doing that will allow everything to install properly. Sqlite...

I was able to fix part of the problem by moving the `useExpressServer` to before the app.use('/api-docs' line. It was able to get rid of the AuthenticateUserRequest error, but the...

Well, the problem isn't necessarily that, I have a 6 for the row_count, however it treats it as though its 1 result. I was also getting this error when trying...

It looks like the issue was I needed to change the search criteria to the last 30 minutes.

Looks like it's related to the keydown event being triggered twice in a row. The first for when it adds the letter, then the dropdown dissappears like it's being redrawn...

figured out the issue, check that your not loading the bootstrap-select.js file twice. The library sets global events on $(document) so if you load the library twice, it attaches the...