matthme
matthme
> I find that using enums with #[serde(tag = "type")] is the way to go and makes for a clean typescript experience as well. I would love to have all...
Closing this now as completed. Forwarding the option to hc-spin / hc-launch are separate issues in the respective repositories (https://github.com/holochain/hc-spin/issues/15 and https://github.com/holochain/hc-launch/issues/1)
`hc launch` does not require the launcher at all. It's spawning tauri windows itself and taking care of code-signing for you. Or do mean testing something else?
@pospi I recently added support for using it pointing to a dev-server running on localhost: https://github.com/holochain/launcher/pull/119. Is this already what you need? It's already in holonix so you should be...
Currently it's not possible to access your UI in the browser without going through the process of authorizing signing credentials. I'm still trying to get the full picture of it...
This is likely because you use a dev setup that does not make use of hc launch's localhost capabilities. Check out the example generated by `hc scaffold example forum`. It...
Can you elaborate on what you mean by "another context"? I just tried to come up with the possible contexts I can think of and they are 1. another UI...
Thank you for reporting this! Luckily in this case it's an issue that's known already and has been fixed in the meantime in holochain. It means that Moss 0.13.0-gamma.4 is...
I'm closing this because it should have been fixed in holochain in the meantime (https://github.com/holochain/holochain/issues/4323) and is released with the latest version of Moss.
Acorn has this pull also. Acorn is set up to have independent DHTs per project and does not want to have a global DHT. However, with the first cell being...