Timothee Cour

Results 307 issues of Timothee Cour

when running 2 different instances of this, the 2nd instance doesn't crash but instead waits for 1st instance to die before handling requests. I could see how that's a useful...

/cc @Araq @dom96 in D [vibe](http://vibed.org/docs), is D's analog to jester. Some ideas could be borrowed, one of them is a nice syntax sugar to avoid boilerplate in defining routes:...

- [ ] `nimble test` fails on OSX error I get: same as https://github.com/dom96/jester/pull/161#issuecomment-415608482 also tried `nimble test` after `git submodule init`, didn't help - [ ] `git submodule init`...

what's the utility of the version field in a nimble file? I feel this is redundant with a package git tag and can only cause confusion; an un-tagged package shouldn't...

fails: ``` NIMBLE_DIR=$HOME/.nimble_fake65b nimble install jester Warning: Using the environment variable: NIMBLE_DIR='/Users/timothee/.nimble_fake65b' Prompt: No local packages.json found, download it from internet? [y/N] Answer: y Downloading official package list Success Package...

Out of source builds (and tests) is standard practice with many benefits over in-source builds (eg https://cgold.readthedocs.io/en/latest/tutorials/out-of-source.html or many other resources), such as easy gitignore (just gitignore a single dir,...

testament uses: `discard tryCommand("nimble install --depsOnly -y", maxRetries = 3)` (which calls `retryCall`) so that it retries on error, but that's not satisfying because only networkd commands should be retried....

Feature

* at very least (and in meantime) a caveat should be mentioned in `--help` that `nimble test --nim:path` is not 100% reliable, and explain that tests (or other tasks) that...

~~- [x] new `--nim` option not listed in nimble -h~~ (EDIT: was looking at wrong version of nimble) - [ ] https://github.com/nim-lang/nimble/blob/master/changelog.markdown#0120 says: `Nimble will use it to store all...

/cc @dom96 all other packages foo I installed after `nimble develop` behaved like: `nimble path foo` returns /Users/timothee/git_clone/nim/foo but not nimble: `nimble path nimble` returns /Users/timothee/git_clone/nim/nimble/src instead of /Users/timothee/git_clone/nim/nimble

Feature
Low Priority