Pavel Ivanov
Pavel Ivanov
> It stops accepting input and starts using my CPU, sometimes up to 20%. I have to force kill it and try again with sudo instead of using the prompt....
Update: After reading this [book](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html) I've figured out that code above is incorrect and it drops futures half-way this skipping some data which were already read from the file but...
Currently, I have found a workaround, but it is not very pleasant. Do not use the special WHITESPACE rule, instead declare your own `ws` rule and add it explicitly to...
Hi, what stops this pull request from being fixed and merged?
Ok, I've rebased the pull request and added temporary hack to make tests working. Also it seems that failing tests are connected with some existing contradictory logic. TestDecode_StructTaggedWithOmitempty_OmitEmptyValues and TestDecode_StructTaggedWithOmitempty_KeepNonEmptyValues...
This is not a desired behavior. I am going to fix it, but the fix is not trivial. In the meantime, I can suggest you a workaround. Add the following...
May I ask you why you were using `--raw-fields`?
Yes, I see. This is a bit off topic, but it would be great if you could share what kind of cosmetic issues you've experienced. For example, it could be...
Thanks for the feedback. It helps a lot. It looks like I guessed that you wanted to add quotes to string values. Currently, you can add single quotes with the...
Could someone explain why this pull request hasn't been merged yet?