Results 5 comments of Ben Murrell

+1, having the same issue. I have enabled strict routing at the app level and at the router level. Seems like this should still be classified as a bug?

``` js var express = require('express'); var app = express(); app.set('strict routing', true); var router = express.Router({ strict: true }); router.use('', function (req, res, next) { res.send('noslash'); }); router.use( '/',...

@hpuxadmin 1. Make sure you are using python 3.9. 2. In requirements.txt, change the lines for numba and scipy so that they don't specify a version (remove everything from ==...

@Marius-Sheppard you’re more than welcome to submit a PR that fixes the issues you’ve come across.

@hpuxadmin I think the problem you're having after reboot is that you are back to the base anaconda environment. You set up a new anaconda environment for python 3.9. You...