Alfred Morgan

Results 26 comments of Alfred Morgan

No, this is not correct. In CSV there is no difference between 1,3 and "1",3. There is no int and string type in CSV like you might be thinking.

The enum would be nice. As for the default, I recommend quoting **only** when it is required. This will result in the smallest file size and will be easier to...

I'm having a huge issue with eol and this library. I was with you on sticking with the RFC eol as CRLF but I am having 0% success rate. I...

I was reading [PEP 278](https://www.python.org/dev/peps/pep-0278/) how Python ran into a similar issue. When I think of something good that accepts all EOLs I think of Python Universal Newlines. The PEP...

I'm having this issue as well. It is a shame that this was reported about a year ago and hasn't been fixed. I did find a workaround. There is a...

I ran into a similar issue but then I found the [shared_sources](https://github.com/nvpro-samples/shared_sources) project. It would be nice if the README.md mentioned this. I installed it in the parent directory and...

> An alternative proposal to #456. This doesn't sound like an alternative since it doesn't address all the issues that 456 solves. This RFC sounds more like something that could...

> I do not agree with the automagic style conversions, that is something doable with a macro without breaking changes. If so, then this should be implemented as a macro...

I would like to propose renaming to std/sorting Example use: "that is found in the sorting module"

also demonstrated by a problem [mentioned in the forum](https://forum.nim-lang.org/t/6592) 3 years ago