Artem Golubev
Artem Golubev
When I added the gem and followed the instructions there is what renders:  No icons.
Introduce end-to-end testing based on [testRigor](https://www.testrigor.com/)
Add [testRigor](https://www.testrigor.com/) end-to-end testing tool
Scaffold generated for Spring Boot 2.0 does not compile Tested on 2.0.0 M7
spring scaffold should have flag "-f" this forces it to override existing files. This way it is easier to experiment.
To close connection we require our customers to explicitly do it via "Connection" header like so: ``` curl -i http://localhost:3000/api/override-default-heade -H "Connection: close" ``` This is not a standard expected...
In Meteor 1.3 it just doesn't do anything when I add: ``` const basicAuth = new HttpBasicAuth("user", "password"); basicAuth.protect(['/myroute']); ``` to `routes.js`. I can still access URL without need to...