determin1st
determin1st
add description in doc maybe
Hello, i dont know anything about codec but i have an assumption that there is no need in transport container (mpeg-ts) as you demux/mux it into the player anyway, you...
Yep, when I open a local file with browser, some cookies may be sent, for example, with fetch API requests. But extension doesnt activate in this case.
https://github.com/mdn/dom-examples/blob/224c7f14cd824fb589404ed0048e2fd1edd5bddc/web-crypto/derive-key/ecdh.js#L85 when CryptoKey (shared secret) is made and exported, it is 32 byte sequence with first zero-byte? So, 1. Why zero-byte? 2. How to get full/longer byte-sequence? Here is the...
checkout this issue: https://github.com/php/doc-en/issues/1397 name ~ cannot contain `\` character autounlock ~ is integer type not boolean type
Running `deoptigate test.js` gives empty output (no files). Windows 7, node.js 10. Logs: [deoptigate.zip](https://github.com/thlorenz/deoptigate/files/2709075/deoptigate.zip)
i was probing so-called "key modifiers" capability that is implemented in xterm, its escape sequence is ``` \x1B[?0m \x1B[?1m \x1B[?2m \x1B[?4m ``` the terminal started underline everything, means those `?`...
hey, what if livescript introduce shorthands to those basic statements? not a real issue, just a question to discuss maybe. ``` if a > b true else if a <...
Hi there, I was assembling constructor functions in a map with similar code: ```livescript # create constructors map map = new !-> for a of type # create constructor @[a]...