Gwen Weinholt

Results 29 comments of Gwen Weinholt

I just want to check if you're aware of the package manager Akku: https://akkuscm.org/. Chez-srfi is available from there and Akku already has solutions to the problem of library installation....

> Does Akku support pre-compiling the entire source for the srfi libs? ie, > is include/resolve handled in some way such that the referenced file is > compiled to file?...

> It's an interesting idea, but general package compiling in Akku is > probably a bit outside of the scope of this issue @weinholt. Maybe Akku > could be modified...

The implementation in `%3a39/parameters.sls` doesn't look like it's SRFI-39 either. It's from Ikarus and has the same semantics as Chez Scheme. I'm testing them with the code from the first...

I might be missing something obvious, but is there a reason you don't run the whole program inside `run-fibers`? If you do then you can use `spawn-fiber` every time there...

At first it would seem that `;ct=110;ct=112` is wrong, it should be `;ct="110 112"`. That is how RFC7252 says multiple content formats are written. But writing `ct` multiple times is...

> You mean the LWM2M spec allow something which is not allowed by the ABNF in RFC6690 ? @sbernard31 Yes, there is an exception, but it's only for the Bootstrap-Discover...

You mean that .NET code is responsible for reading from the ports and they can be passed around to .NET code? Pretty cool if so, but looks difficult. In any...

The fs-fatfs tests pass now, but only because I don't check that the output is correct. :) ``` ("README.md") 155 # "sspn6hi e itFepile ,63h" "s" # ```

@leppie Tested with fs-fatfs; verified that the output is now regular English. Looks good.