Jason Noble

Results 5 issues of Jason Noble

Page 4 or so: ``` $ curl localhost:8180 Hello, you requested: / ``` ``` $ curl localhost:8180/test Hello, you requested: /test ```

Steps to reproduce: ``` story = project.create_story(name: 'Some story name') story.estimate = 3.0 story.save story.estimate # => 3.0 story.estimate = nil story.save story.estimate # => 3.0 ``` I think the...

I would like the ability to run kilt-app in the background.

As a Kilt User In order to be able to see if my connection settings are working When I run kilt-app --check-settings I would like to see the following output:...

When I click the copy button, it was including the `$` at the beginning of the command.