Guillem Córdoba

Results 63 issues of Guillem Córdoba

This error: ![image](https://user-images.githubusercontent.com/2046932/134044476-3938a3cc-2efd-4ebf-a713-8073ad5a4ea1.png) is really confusing to a lot of people that think they are missing something in their setup, and that things have failed and are not working properly....

usability

## Pretty much needed - [x] Remove unnecessary verbose types: - https://docs.rs/hdk/0.0.101/hdk/prelude/struct.Links.html - [x] Ability to get the provenance with maybe agent_info? (agent pub key that called the executing function)....

enhancement
permanent

While using the Holochain Launcher, some agents get the signals from the conductor, some don't. It's not a matter of the UI that the application is running, the UI socket...

Hi :) So I know this will be a somewhat controversial topic, so I wanted to start the discussion in an issue where we can keep track of the points....

The provenance of the caller of the function that is executing is not found in `zome_info`, or anywhere else as far as I can see.

This would enable a lot of flexibility in making dynamic and composable UIs. Maybe the best place for this would be with the alongside the cell info [here](https://github.com/holochain/holochain-conductor-api/blob/develop/src/api/types.ts#L10).

I've found this scenario following [a discussion with @Connoropolous](https://github.com/holochain/holochain/pull/749) about validation related to private entries. 1. Alice commits a private profile entry. 2. Alice's `validate_create_entry_profile`, `validate_create_entry` and `validate` get called...

triage

I get this error whenever I try to commit more than 40MB (more or less) of entries in the [file-storage-module](https://github.com/holochain-open-dev/file-storage-module) ``` { type: 'error', data: { type: 'internal_error', data: 'Workspace...

In order for this project to work, are there any setup steps required (initialize IPFS db externally...) before executing the app? I just downloaded and executed it and this is...

Tutorial

I'm trying to import the `customElementsManifestToMarkdown` function in rocket like this: ``` ```js script import { customElementsManifestToMarkdown } from "@custom-elements-manifest/to-markdown"; ``` ``` But I'm getting this error: ``` Uncaught SyntaxError:...