Alex Vallee

Results 6 issues of Alex Vallee

Using the handler mustAccept ["text/html"] with a request with the exact accept header: "*/*" fails by skipping the pipeline. According to rfc7231 Section 5.3.2 > The asterisk "*" character is...

Would be nice to save the master token (only require password the first time, can forget since my account will require app specific password here). Ideally save a round trip...

I have a tbody with role=rowgroup due to https://crbug.com/933366. I am trying to avoid marking up every single element in my table with the correct roles, the browser should do...

Hey Cleartonic. I was watching Chelney's stream and he was complaining the bonus question setting didn't seem to work. I looked at the single big monolithic file and it was...

https://github.com/cwilso/Vocoder/blob/acccdb5a7a979ecdc95eb8caaccc3813663ea690/index.html#L30 references the /lib/ path instead of what seems to be the valid path with /build/ in the url.

Ran `dotnet saturn gen.json test test id:guid other:string` and got this output which does not build (isNull u.id). ``` namespace test [] type test = { id: System.Guid other: string...