Stephen Paul Weber
Stephen Paul Weber
Right now `haxe.crytop.Sha256` and friends require all the data to be hashed to be in RAM before hashing. This means it cannot be used to eg hash large files. It...
https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addIceCandidate
I have a custom newline-and-indent for most modes, but for Haskell mode I have to first `(haskell-indentation-mode 0)` and then re-set my `indent-line-function`. Why not keep my RET binding and...
This seems to be because the way `--cross-compile` checks if something is valid is by using it as an array size, but this constant is a double, so that's not...
Example: ``` @:include("rtc/rtc.hpp") @:native("rtc::Description::Type") extern enum abstract DescriptionType(Int) { var Unspec; var Offer; var Answer; var Pranswer; var Rollback; } abstract SdpType(DescriptionType) to DescriptionType from DescriptionType { public static var...
Right now if I set `HXCPP_NO_CPP11` it seems to allow it, but that's probably not going to be true on every machine
Does this support? Does it support OpenID Connect?
When using a project with cabal new-style builds, flycheck always prints and error about not being able to find dependencies, since they are not in the global ghc store.
Should https://indieweb.org/authorship at least be referenced by the h-entry spec?