Zachary Griffee

Results 21 comments of Zachary Griffee

I did want to mention, as I just thought about eating dinner, during 'development' when testing out these tools, I utilize cdn esm.run (e.g. cdn.jsdelivr.net/npm/hyperswarm/+esm) to then import either by...

> Do you have any idea how this can scale (horizontally)? This is what I've done in attempt to scale horizontally. 1: I've implemented the relay in a [digital ocean](https://www.digitalocean.com/),...

#### Have to have internet. Sadly I haven't found a way around that, and I have even raised issue at the @holepunchto/hyperswarm-dht-relay [here](https://github.com/holepunchto/hyperswarm-dht-relay/issues/15#issue-1537472528) at the beginning of the year. Also...

Another thing. This may go without saying but thought worth the mention. Regarding network switching. During testing, I have it set where the 'webpage' I have connecting to the services...

I use a jst-like-templating with custom seperators so I can add to the url a custom relay address with testing as well. ```ecmascript 6 const { concurrency = Math.max((navigator.hardwareConcurrency ||...

Also regrding the bootstrapper node, I found examples [here](https://github.com/mafintosh/dht-rpc/tree/master/examples) specifically targeting the bootstrapper (private swarm) at [dht-rpc](https://github.com/mafintosh/dht-rpc)

I came here looking for an official solution to referencing the self component from the script block. Oddly, $$self is the first argument of the instance. But results in illegal...

> I'm curious, Is this legal? Will it change? I can't find a reference to it in the svelte docs; I'll use it anyway, but I'm hoping the svelte team...

Was thinking this would be a straight-forward component. But, after a good few hours of messing with it, and contemplating hacks myself, I decided to check on github to find...

Ran into this problem as well! I nearly threw my keyboard thinking it was something wrong I was doing.