Alex Wennerberg

Results 25 comments of Alex Wennerberg

Thanks for the bug report! This is on my TODO for sure -- the code around error handling is a bit sloppy and I'll have to fix it a bit...

I did some more work debugging this. Here are my notes: 1. Still present on 0512e691d146dd66ff841043db4da2a0d99483df using Rustc 1.41 2. Not present on a3fb4a23bdd83db2e9244640fa8c82decd0fe92a using Rustc 1.26 (I was playing...

OK -- I used git bisect with Rustc 1.33 and isolated the issue as being introduced in this commit: 81f21cf7c215cb30e2cba96c9851fc445892148c Hope that helps!

Ah, sorry -- I shuffled things around a bit on my site. Here's the fixed link: https://lists.flounder.online/crabmail/threads/[email protected]

I think that if it's part of the path it should be treated as such. I guess this is a broader question, whether this library should reject invalid TLDs? like:...

I may put together a PR then! I really like vial and I use it for https://finger.flounder.online/ -- I'm thinking of using it for a more substantial project I have...

@Zireael07 for nanoserde? sadly no, I've been caught up with my day job

Interested in this feature. My use case is that I want to take a nested JSON object returned by an API and generate a number of insertable structs. I want...

After I wrote this issue I was motivated to implement it in a wrapper to Google APIs: https://github.com/Cloudbakers/agm You all may find it interesting / useful or draw inspiration from...

@mdecimus That's true, but the spec also says quoted-printable shouldn't be used for this purpose https://www.ietf.org/rfc/rfc2646.html#section-4.1 > [[Quoted-Printable]()] encoding SHOULD NOT be used with Format=Flowed unless absolutely necessary (for example,...