Mark Hughes (happybeing)

Results 84 comments of Mark Hughes (happybeing)

@blake-regalia I saw that you had created a Svelte repo (as I follow you) and wondered what you might be up to. :smile: I made some progress since opening this...

I have this with node 8.10 on Ubuntu, Atom beta 1.29.

UPDATE: I've just installed Outline client on two Android devices, a phone and a tablet and both have web access while the VPN is connected, so the issue is only...

Thanks for the tip. Just testing again I find I don't have the problem in Chromium - I can turn the VPN on and off and Chromium is fine, and...

Re-opening as with the VPN connected I still don't have internet access from the terminal (e.g. ping google.com is not working unless it is disconnected). Yet as in the last...

@vasturiano hope it's ok for me to jump in here. I've been learning to do some basic graph visualisation and began using d3js and trying different implementations (SVG, canvas) to...

@vasturiano they and the others of yours I've tried have all been fine. It's only Jeff's example that's jittery.

@jeffmcwhirter The difference is minor on such a small graph but noticable on lower powered devices (mobile/tablet). I think to see the difference in desktop you would need a larger...

I have a fork of go-billy which compiles to wasm and is used in my Git Portal project (commit [56e87cf](https://github.com/happybeing/p2p-git-portal-poc/commit/56e87cf0b5ad75e0fdc53003e755c7729168547b)). Here is the diff with `go-git/go-billy` or you cold use...

Just reading the abstract, the `io/fs` draft says it is for read-only filetrees so it wouldn't be suitable replacement for `go-git`'s `go-billy` filesystem. So maybe that isn't what you are...