Mark Hughes

Results 23 issues of Mark Hughes

I was able to compile Shallot on macOS 10.12 after installing the OpenSSL package [like this article says](https://www.anintegratedworld.com/mac-osx-fatal-error-opensslsha-h-file-not-found/), heres the output: http://pastebin.com/GBM3CnE8 However. I get "_error: can't allocate region_" when...

This implements https://github.com/crypto-browserify/crypto-browserify/issues/213 and https://github.com/crypto-browserify/crypto-browserify/issues/214

https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues

https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID crypto.randomUUID should return a UUID. Edit: more links - https://nodejs.org/api/webcrypto.html#cryptogetrandomvaluestypedarray - https://nodejs.org/api/webcrypto.html#cryptorandomuuid

Hi! I'm using bigSlide for a homepage. However, it's support for JSPM is not so good. ``` ~/Projects/Homepage on  master! ⌚ 14:18:42 $ jspm install bigslide=npm:bigslide Looking up npm:bigslide...

Although operating systems like Gentoo and Alpine Linux use a 'initd' they use a slight alternative known as [OpenRC](https://wiki.gentoo.org/wiki/OpenRC). So this won't work: ``` $ sudo update-rc.d minecraft defaults $...

help wanted

Hello! To start off this is my startup error in bungee: http://pastebin.com/qT0y5S73 I have a bungee network with multiple servers, in this situation my issue is between these three PaperSpigot...

missing information

So I have imported your library and then I have this: ``` scss #container { @include vu-unit(width, 90vw); } ``` But when sass tries to compile I get thrown with...

I think it would be worthwhile submitting this to PECL https://pecl.php.net/account-request.php

Hello! I tried this out and it worked well, however I've had to modify it to support 1.9 and some syntax updates, and to hexops's vecty I was wondering if...