adrien-n

Results 14 issues of adrien-n

I would like to use WebCrypto but there is currently no binding for it (it's still RC but it has been in browsers for several years). Proper bindings will probably...

enhancement
Lib

It would be nice to provide bindings to window.performance.now ( https://developer.mozilla.org/en-US/docs/Web/API/Performance/now ). The precision has been reduced because of the concerns raised by spectre-class attacks and isn't much better than...

enhancement
lib
Good first issue

I'm opening this a bit late and I may have forgotten part of the context. Please forgive me if this is the case. Currently an unimplemented javascript primitive triggers an...

Hi, I have been trying to retrieve the X-Forwarded-For header and have failed to find a dedicated API so far (like there is for Host). I haven't seen a way...

Hi, When looking at issues in datefudge (same purpose as faketime but more limited scope) with the update to coreutils >= 9 in Ubuntu, it appeared that there is no...

confirmed
help wanted

Hi, When running sslscan against [::1], it uses [::1] as SNI: Testing SSL server ::1 on port 631 using SNI name ::1 There are many failure afterwards (nothing really works)....

This patch series functorizes the Simple module over integer handling in order to optionally support 64 bits integers. The API doesn't expose the functor but merely two modules: Simple and...

Hi, If I'm not mistaken, the CBOR specification supports 64 bits unsigned integers but they're not supported in ocaml-cbor. Is it possible to add them to the library? Note that...

question

I wanted to do something like `[%sql "CREATE TABLE pads_%s (id);"]` However this does not work and I get an error at runtime about "pads_?" from sqlite. I also get...

In downstream projects, files may be copied and moved around. This makes it difficult to track the copyrights and licenses without having them stored in each file. License and copyright...