Loïc Hoguin

Results 114 issues of Loïc Hoguin

The code in https://github.com/ninenines/cowlib/blob/cc04201c1d0e1d5603cd1cde037ab729b192634c/src/cow_ws.erl#L581-L588 was written a decade ago. The VM has changed a lot. The JSON PR in OTP has a different way of doing this that may be...

When parsing we should return a headers tuple that doesn't contain PRIORITY information, even if it was given. When building we should not include PRIORITY. This is already the case...

To be done later on. Adds a date type: https://httpwg.org/http-extensions/draft-ietf-httpbis-sfbis.html

Hello! This project is not compatible with OTP-27.0-rc2 (and likely the upcoming full release). The problem comes from the use of `maybe` which has become a keyword. ``` src/snabbkaffe.erl:104:16: syntax...

#### The bug Just got a request timeout fetching repo info: https://github.com/ninenines/cowlib/actions/runs/8434678847/job/23098464908 ``` Error: Request timeout: /repos/erlang/otp/releases?per_page=100&page=2 ``` #### How to replicate Probably hard to. #### Expected behaviour I would...

bug

I don't have HiPE in a default kerl build (no options). Tried with r14b and r14b02. On the other hand, a default source build compiled manually enables HiPE. Is that...

I have a generator that looks like this: ``` erlang token() -> ?SUCHTHAT(B, ?LET(T, list(tchar()), list_to_binary(T)), byte_size(B) > 0). ``` On error, the shrinker always returns `` which is invalid...

Title

Feature request

https://github.com/ninenines/esdl2/pull/16

https://github.com/ninenines/esdl2/pull/17