Phillip Haydon
Phillip Haydon
@MoOx @rnmp what's the status on this. Would love to see this merged in...
Sorry @MoOx :( I do appreciate the effort you put in tho. I'm using your repo at the moment. It's almost perfect for me. Recreation works great when the images...
@mikedidthis I thought about that but then I would end up with a long column of images which then flickers after all images are loaded :( I figured knowing the...
For what it's worth I added a temp solution: ``` (function() { var imgs = document.querySelectorAll('#gallery a>img'), i; for (i = 0 ; i < imgs.length ; i++) { imgs[i].addEventListener('load',...
Just saw your post on the forums. What do you mean by canonical app? You can run nancy using a console app, but usually need something like nginx to push...
Why is .cn even used? I'm not in China.
Hey, Makes sense, you /could/ use BigInteger to sum the values. Tho it might be slow. I'm currently targeting .net 7 rc1. Right now I'm just casting to int so...
Hmmm is this project dead?
Other than lacking Description and Examples, this is awesome! `explain` is really nice for being able to view the branches and check that descriptions and examples have been written.
I don't mind trying to do a PR next week if you can point me in the right direction.