Paul Bakker
Paul Bakker
Having to make some adjustments to the `es*/skeleton.html` files, I'm wondering if I should be bothered to look at the `es*/compiler-skeleton.html` files as well. Are they still being used? They...
@ljharb appreciate it if you could have another look at the direction of this PR: in https://github.com/kangax/compat-table/pull/1791/commits/35bd089b3c583a7b5a5c74f7ebbd36e6aad2dbee I added the option to augment the testresults already available in this repo,...
The Rhino compat tables live here: https://mozilla.github.io/rhino/compat/engines.html > nor do i understand why one would exist when we already have rhino in our table The reasons for hosting our own...
> Fair point on the rest of it. K, so how to proceed? Share my prototype?
Am looking for this as well. Sorta expected @pdmosses to have build this already and included it in his `combined` branch (as is the case with pretty much everything else...
I've got a slightly different angle on this case I'm in the process of porting over an existing SDK to internally use got and am trying to intercept (among others)...
In case of GETs, you might want document that the property will always be returned, but might be null, as in: `name: string?`, so suggesting that people mostly want to...
I have the same question, I've posted a question on the RAML forum this is a bit wider in scope, but stems from this issue: https://forum.raml.org/t/the-state-of-raml/2149
Think I have the answer to this problem: #264 Makes sense that somehow in the authorize flow I need to determine the user and the default AuthorizeHandler will of course...
I could contribute an example of using node-oauth2-server with plain NodeJs (so no Koa/Express), if it works (see #358 and #357) I'm also thinking that it might be beneficial to...