Roger Fedor

Results 11 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...

For those interested, you can download v10.1.1 here, MacOS: https://dl.pstmn.io/download/version/10.1.1/osx64 [Dead] Win64: https://dl.pstmn.io/download/version/10.1.1/win64 [Dead] https://www.reddit.com/r/webdev/comments/1530mnu/postman_deprecating_scratchpad/ Seems as though the Postman team decided to screw everyone over and removed the downloads...

Updated my 2nd post with a new link for osx64 since they decided to remove the files to prevent people from downloaded.

> > Updated my 2nd post with a new link for osx64 since they decided to remove the files to prevent people from downloaded. > > Do you perhaps have...