matthme

Results 82 comments of matthme

Just saw this error today in launcher (holochain 0.2.4-rc.0): ``` Error install hApp bundle: ExternalApiWireError(InternalError(\"Conductor returned an error while using a ConductorApi: AppBundleError(FfsIoError(IoError { original: Os { code: 24, kind:...

> If the app interface is not bound to an application then it must accept any connection that passes the origin check and provides valid authentication. Can a connection established...

If I understand your proposal correctly I think it would not work for browser extensions or alike since in that case which keypairs are authorized to sign zome calls are...

I just noticed that there is still this one reference left: https://github.com/holochain/scaffolding/blob/ab7e7050abe4d28d45e1c1f5d8506a0368c0e30f/templates/custom-template/custom-template/template/web-app/ui/index.html.hbs#L12

I made similar experiences. It is quite cumbersome to rerun the scaffolding again and if the application is somewhat complex it's not easy to remember every step again. I would...

Wow, that's pretty cool!

Here's my implementation proposal: * Add an additional field `modifiers` to the `InstallAppPayload` which is of type: `Option` * let the `network_seed` field as well and have the following order...

After feedback that all "by-role-settings" should probably be unified in a single field in the `InstallAppPayload` for convenience, I made a [draft PR](https://github.com/holochain/holochain/pull/4416) now. It is removing the `membrane_proofs` and...

Hmm...good point. Interestingly this case of invalid/obsolete input data is already the case in the existing API I think. `enums` are a bit unwieldy in typescript but it's probably still...

Maybe we could call the enum variants `Existing` and `Provisioned`?