Timothee Cour

Results 307 issues of Timothee Cour

See linked issue for the problem description: https://stackoverflow.com/questions/41238148/how-to-line-wrap-long-lines-inside-markdown-code-blocks-in-githubgitlab/67544049#67544049 Given the number of upvotes, it's a commonly requested feature. The goal is to wrap code blocks, eg: ``` some very long...

opening this issue to track ideas for how to port Halide to nim. This could be either using halide in Nim via: * A1: a wrapper (eg using nimterop) or...

http://code.dlang.org/packages/botan.json my dub.json contains: ``` "dependencies": { "vibe-d": "~>0.7.30", "ggplotd": "~>1.1.3", "msgpack-d": "~>1.0.0-beta.6", "msgpack-rpc": "~>0.1.2", "dproto": "~>2.1.1", "dcv": {"path": "/home/timothee/git_clone/D/dcv", "version": "~master",}, "dub": "~>1.3.0", "mir": "~>1.1.0", }, ``` dub build...

* `mapItLit` is error prone and not flexible enough, see https://github.com/nim-lang/Nim/pull/18577#issuecomment-886231715 * `mapIt` returns a seq so isn't appropriate in cases where you want to return an array|set|etc This PR...

stale
Ready for review

refs https://github.com/nim-lang/RFCs/issues/276 see tests tests/misc/trfc_276.nim ## for `static:` this PR should fix existing issues * fix https://github.com/nim-lang/Nim/issues/10938 * fix https://github.com/nim-lang/Nim/issues/13312 * fix https://github.com/nim-lang/Nim/issues/13887 ## for `const:` this PR should improve...

stale

This PR improves and generalizes (and in fact subsumes) `patchFile` as follows: * `--moduleoverride` can be used in cmdline (and therefore, in user config too) * it uses the canonical...

stale
Ready for review

depends on https://github.com/dom96/httpbeast/pull/53 which should be merged first ## before PR ``` in terminal tab 1: nim r --threads jester/tests/example.nim in terminal tab 2: nim r --threads jester/tests/example.nim # no...

to be merged after https://github.com/dom96/httpbeast/pull/47 since it depends on it

other popular packages link to docs (generated during push to master along with CI integration). this should be doable with `nim doc --project jester.nim` ## examples * https://github.com/nitely/nim-regex linking to...

```nim import jester echo "ok1" ``` ``` nim doc $timn_D/tests/nim/all/t0209.nim Hint: used config file '/Users/timothee/git_clone/nim/Nim/config/nim.cfg' [Conf] Hint: used config file '/Users/timothee/.config/nim/nim.cfg' [Conf] Hint: used config file '/Users/timothee/git_clone/nim/timn/nim.cfg' [Conf] Hint: used...