Vincent Ricard

Results 32 comments of Vincent Ricard
trafficstars

Maybe the `Logbook#process` signature could accept an additionnal generic parameter (`Object` or `Map` or other) named "context" or whatever. Each module of would be free to fill it with some...

I added @Ignore for the test `multipleEnumArraysWithSameName`, since the enum is now an inner class. This is also more stable across the re-generation when the new schema insert a new...

Is this issue still relevant since v15 supports `fetch`?

Sorry, i misread the Changelog about the 15.1, only Headers was provided

The same seems apply for the `Access-Control-Allow-Origin` header. The tests in WTP: https://github.com/web-platform-tests/wpt/blob/b1997c4b395772d5eb212656e995926f99ec8899/cors/origin.htm#L64 https://github.com/web-platform-tests/wpt/blob/b1997c4b395772d5eb212656e995926f99ec8899/cors/origin.htm#L66 https://github.com/web-platform-tests/wpt/blob/b1997c4b395772d5eb212656e995926f99ec8899/cors/origin.htm#L72

Hi, Is there a way to expose the both parsers (rfc and mime-sniff)? Actually i'd like to make some [servo tests](https://github.com/servo/servo/blob/80570dafdd6ce9be318dd64a6807eb5d0bfc6c8b/tests/wpt/web-platform-tests/xhr/responsexml-media-type.htm#L24-L38) pass, so i need to follow the mime-sniff algo....

According to the [official documentation](https://nodejs.org/api/intl.html#intl_detecting_internationalization_support), we have to detect the supported languages ourself.

Not sure what you're talking about. Do you mean this [line](https://github.com/andyearnshaw/Intl.js/blob/master/src/11.numberformat.js#L600)? I think it splits the number according its toString representation, which is [locale independant](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toString#Description).

Hi @caridy, I could spend some spare time on this issue if you are not in a hurry :) I think i understood the purpose, but i'm not sure i...

@billnbell does the PR #316 fix the build for you?