Liam Mitchell

Results 156 comments of Liam Mitchell

Darn I am now just getting the error. ``` WinPcap version 4.1.3 (packet.dll version 4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b (20091008) \Device\NPF_{0E1FCFD9-0532-45C5-A3EB-7179F7830653} /192.168.196.1/255.255.255.0 \Device\NPF_{1F57BC32-DCE2-4437-ABEB-8C87D9849E65} /0.0.0.0/255.0.0.0 \Device\NPF_{3FDF918A-C004-4786-9321-9DEA5B7382CD} /192.168.111.1/255.255.255.0 *...

Upgraded to node v0.10.28 and it works. Just have to figure out why I am not getting addresses such as addr, netmask, broadaddr, dstaddr. Possibly the workaround i am using...

Or maybe we can reuse node's function for inet_ntop? https://github.com/joyent/node/blob/master/deps/uv/src/inet.c Thoughts?

Hi super keen on this as well, wanted to use Luxon as I'd heard good things. But seems I'll have to keep using moment for now. Docs still say "Luxon...

Can we do it from docker-compose.yml labels instead of the traefik.toml?

Same here, I'll try cloning repo, building it and copying. npm ERR! Error: GET https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-node-v93-win32-x64.tar.gz returned 404 npm ERR! Prebuild for current platform (iohook-v0.9.3-node-v93-win32-x64) not found! npm ERR! Try to...

Got it built but it has an error about Could not find Keyboard Map. Ran as admin as well just in-case. Tried on USA and NZ keyboard languages. ``` PS...

Same with Ionic trying to build for android. How to fix this I don't want to register an account and use Fabric Crashlytics I want to use Firebase Crashlytics. Is...

I suspect it should be this on line 10 of Mpesa.php ```php require 'vendor/autoload.php'; ```

Or possibly something like Carbon.php does? ```php $dir = __DIR__.'/..'; if (!file_exists($dir.'/autoload.php')) { $dir = __DIR__.'/../vendor'; } if (!file_exists($dir.'/autoload.php')) { $dir = __DIR__.'/../../..'; } if (!file_exists($dir.'/autoload.php')) { echo 'Autoload not...