Arne Döring

Results 71 comments of Arne Döring

I don't understand this issue? Is this still being worked on? The provided link sends me to a sign in wall.

Well, logging is really a solved problem for some people, and for other people it is an unsolvable problem. But I don't see why this is a language RFC. Logging...

There is a slow and simplistic implementation of a logger: ``echo``. Never had problems with it, fulfills all my needs for a logging "framework". It uses a standard interface (``$``),...

I just use `compile` instead of `nim-compile` because of problems like this. Here is how it works: ```elisp (defun arne--get-nim-compile-command () "Calculate a good default compile command for Nim." (let...

Interesting I did not know about nimsuggest.log. It had a size of 1839172114 bytes on my system. I just deleted it. Maybe that is the reason for some problems. I...

First of all, nice to see this work being done. At first sight it looks clean. Regarding the either/orelse, I don't think it should be supported, at least not because...

Yes, I agree. I want this. And we almost already have it. [Please take a look at ``strformat.formatValue``](https://github.com/nim-lang/Nim/blob/240174dd81781e279d84090f1937ebf4b971e29c/lib/pure/strformat.nim#L420). It even allows an [extendable format specifier](https://github.com/nim-lang/Nim/blob/240174dd81781e279d84090f1937ebf4b971e29c/tests/stdlib/tstrformat.nim#L90) and does not have intermediate...

> I have a WIP that would allow writing strAppend as a template instead of a macro, to avoid depending on macros.nim Well, what I have in mind for quite...

Yes, I have this problem, too. I just never opened an issue, because reasons. Do you know how to fix it in emacs? Seems like you know more about this...

Well since I don't use spacemacs, I guess I don't have indent on paste enabled.