tekul

Results 25 comments of tekul

A possible workaround is to use the customization option for `thead`: ```elm c = Table.defaultCustomizations myThead = c.thead >> .children >> tr [] >> List.singleton >> Table.HtmlDetails [] tableCustomizations =...

See also: http://tools.ietf.org/html/rfc7591#section-2.1 and http://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata for information on validating the requested grant types based on supported response types.

I'm not sure if there was a particular reason, other than that in most cases, a server is only interested in whether a client sent the correct data in the...

Hi. Thanks for your feedback! I will try to add some more documentation in general to clarify some of the things that your questions raise. Most of the library evolved...

The weather here is kind of lousy for biking. I might start an "emigrate to Spain" fund. I don't think my workload here justifies it yet though. I'll leave this...

I'm trying to write some tests and having doubts about the usability of the code. For example if I try to write a simple test using `cons` followed by `uncons`,...

OK, thanks. I'll make a PR tomorrow. Have to go to Biel just now :). On 15 Jun 2017 3:57 pm, "Vincent Hanquez" wrote: > I think you're hitting the...

One use for accessing the fragment (or lack of it) is in validating the `redirect_uri` query parameter which an OAuth2/OpenID connect client passes to the authorization endpoint (or registers with...

Apparently this isn't possible - the browser deliberately hides this information for security reasons. If you read [the steps for performing a request](https://www.w3.org/TR/cors/#simple-cross-origin-request) and the [network error steps](https://www.w3.org/TR/cors/#network-error-steps) which it...

The thing that often confuses me with visualization examples is where the data is and what it represents. I'm lazy and I usually want to plug my own data in...