Nathan
Nathan
I receive this error, randomly it seems, with `require('look').start()`. ``` events.js:72 throw er; // Unhandled 'error' event ^ Error: channel closed at process.target.send (child_process.js:402:26) at null. (/var/node/node_modules/look/lib/observer.js:33:10) at EventEmitter.emit (events.js:95:17)...
Hi, piWallet uses an insecure hashing algorithm to store user passwords, plain MD5. It's weakened by the fact `strip_tags()` is being run on the plaintext password (why?). ``` $password =...
> Swaziland king renames country 'the Kingdom of eSwatini' http://www.bbc.co.uk/news/world-africa-43821512
### Steps to reproduce the problem 1. Make a report 2. Delete the account 3. The user will be shown as "suspended" next to the report when they haven't been...
### Pitch When banning a user, include an option to disallow them to appeal the ban. ### Motivation Personally, I don't want "gasthejews" to have another opportunity to send me...
### Steps to reproduce the problem 1. Configure Wasabi as the CDN 2. Upload an image 3. Try to use OCR text recognition for alt text ### Expected behaviour It...
### Steps to reproduce the problem Unable to reproduce ### Expected behaviour Zero REFRESH MATERIALIZED VIEW CONCURRENTLY queries killing performance ### Actual behaviour Dozens of REFRESH MATERIALIZED VIEW CONCURRENTLY queries...
> Not sure where to put this one... or whether its a bug, but it can cause confusion. > [http://community.mybb.com/thread-136051.html](http://community.mybb.com/thread-136051.html) > > Simply put, if we go to forum management...
Hi, It would be great if there was a customizable time/date variable. An example where this would be useful is an email template for a new account sign in. It...
### Summary of problem or feature request I get this exception which causes a 500 error on my web application. This shouldn't happen since it's only informational. ``` Yajra\Pdo\Oci8\Exceptions\Oci8Exception: oci_pconnect():...