Artem Golubev

Results 7 issues of Artem Golubev

When I added the gem and followed the instructions there is what renders: ![image](https://cloud.githubusercontent.com/assets/1357101/8585732/1694682c-259b-11e5-8fca-11b06b3447e1.png) 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

question

spring scaffold should have flag "-f" this forces it to override existing files. This way it is easier to experiment.

enhancement

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