Timothee Cour

Results 437 comments of Timothee Cour

@msoucy also, is showing the contents of the entire proto necessary? if we had file:line i think showing file:line contents[line] would be enough

@msoucy This feature would be great to correctly implement spec and interoperate with systems that use these; how much work would that be? Any pointers (eg what to change) would...

if you're asking whether protocol buffer text format is used, yes it used extensively in companies that use protocol buffers; [that file provides such an example]. Use cases: conveniently define...

> > In my opinion this vicious practice must remain the problem of these companies Care to elaborate? Which part of it is nasty? If google has a strong use...

> In the current implementation we only support 2 header names (alg and typ) are you sure? ```nim parseJson(decodeUrlSafeAsString(token.headerB64)).pretty ``` shows additional fields, eg: typ, kid, alg, iss, client, signer,...

> Can't reproduce for system.nim no, `def /Users/timothee/git_clone/nim/Nim/lib/system.nim:106:22` worked, since that file is given on cmd line that starts nimsuggest > And the line 69 in modules.nim has changed now...

@krux02 I see you transferred the issue to here, thanks! is there any way to transfer the set of all labels too? (i know, some may not be relevant, but...

if, fixed, please add a regression test case in a PR before closing this issue, thanks! (the test case obviously should be such that it would fail using an older...

* on OSX `/tmp` is not using RAM (see also https://superuser.com/questions/448585/is-there-an-implementation-of-tmpfs-for-mac-os-x) * see also rationale for NimLime stopping support for nimsuggest [here](https://github.com/Varriount/NimLime/issues/117#issuecomment-435800027): > Nimsuggest has, quite frankly, been more trouble...

agreed but please always refer to devel docs (ie https://nim-lang.github.io/Nim/nimsuggest.html) instead of stable when reporting issues (in case issue was fixed in devel; which in this case isnt' the case)