Doug A

Results 42 issues of Doug A

@pfrazee I am trying to use [beakerbrowser/dat-pinning-service-client](https://github.com/beakerbrowser/dat-pinning-service-client) to access [hashbase.io/.well-known/psa](https://hashbase.io/.well-known/psa) from a non-beaker origin domain, but I am getting the error: > blocked by CORS policy: No 'Access-Control-Allow-Origin' header is...

I ran into issue #118 , here is a PR that I think will address the issue, for your consideration.

Hey there, I've been experimenting with your library, it's really great. I have noticed that the button sizes are not set in the library css, causing sometimes the buttons in...

Not sure how crucial this is _(everything still seems to work)_, but when I create a new Dat ``` const dat = new Dat({ persist: true, gateway: 'ws://gateway.mauve.moe:3000' }) ```...

Hey guys, was just reading through the readme and noticed both the terms `feed` and `core`, it got a bit confusing to know whether `core` was referring to a `hypercore`...

ref: https://github.com/geut/nanoresource-promise/releases https://github.com/geut/nanoresource-promise/releases/tag/v2.0.0 https://github.com/hypercore-protocol/corestore-networker/blob/a6df51eb8949562ffa1674d64d91643cdc307f1f/package.json#L11 Please consider bumping to 2.0.0, thank you :)

If the opts object is not passed, I'm getting a "cannot read host of undefined" error, which should be fixed by assigning a default opts of {}

Hello, How does one pipe together 2 tries on 2 different machines? How does the remote machine get the stream reference for the originating machine? [https://github.com/mafintosh/hypertrie#stream--dbreplicateisinitiator-options](https://github.com/mafintosh/hypertrie#stream--dbreplicateisinitiator-options)

JF, since this connector could be used for wallets outside of Arweave, would you be open to renaming it to Web3-Wallet-Connector?

@bjorn3 as I mentioned here https://github.com/bytecodealliance/jco/issues/42#issuecomment-1597139850 I think the way to go about supporting the component model is: 1. Generate the files, imports and exports using the wasm-compiled [`js-component-bindgen-component`](https://github.com/bytecodealliance/jco/tree/main/crates/js-component-bindgen-component) ```js...