Clément Bouillier

Results 14 comments of Clément Bouillier

I had a look at your fork. I haven't seen anything about current blog post in the model. Is it on https://github.com/cdrnet/FsBlog (master) ? BTW, we could do it as...

Seems AppVeyor is failing because of "System.Exception : Cannot read sample XSD from 'http://europa.eu/rapid/conf/RSS20.xsd': The remote server returned an error: (404) Not Found." not related to the modification, any ideas...

Hi, I got same error with the following Value : {"echanges":1,"notifications":1,"messages":1} (on another website). Seems JSON is not well supported in Cookie value, perhaps it needs escaping ? I created...

From here : https://github.com/Microsoft/referencesource/blob/c0e8bf3fd2d79d1e73286bc384ba057b7e7b601e/System/net/System/Net/cookie.cs ``` Reserved2Value = new char[] {';', ',' }; .... if (m_value == null || (!(m_value.Length > 2 && m_value[0] == '\"' && m_value[m_value.Length-1] == '\"') &&...

A bit embarassed because the 2 examples we have do not even exactly conform to RFC : http://www.rfc-editor.org/rfc/rfc6265.txt It should be URL encoded...but not sure the server will be ok...

I would try to URL encode the cookie value. But as I said, I am a bit embarassed that servers of the examples we have do not conform to cookie...

I tried Url encoding, it fails several tests, not sure it is a good idea, it would introduce breaking changes for those who use their CookieContainer. A workaround would be...

I proposed a PR to solve some issues and that could help some people. Perhaps @kberridge could have a look if the proposed solution could be enough?

Hi @federico-terzi, probably not a main maintainer (first I am not fluent in Rust), but I was [thinking to help on an issue I logged today](https://github.com/espanso/espanso/issues/1760). Still I am a...

I am on Discord @AucaCoyan now. I now it is "quite easy" to get started on new language (I am also used to functional programming with F#), but still not...