Guillem Córdoba

Results 64 issues of Guillem Córdoba

The `Location` type is used [here](https://github.com/holochain/holochain-conductor-api/blob/develop/src/api/admin.ts#L88) but not defined anywhere. I think this is compiling because `Location` is a valid JS type in the context of the browser, which maybe...

This code in a `page.rocket.md` file: ``` ```js story import {html} from '@mdjs/mdjs/preview'; const hey = 'hey'; export const StoryPreview = () => html` Use ${hey} in Rocket! `; ```...

Steps to reproduce: 1. Run `npx @rocket/create@latest`, select the documentation theme. 2. Cd into that folder and run `npm install`. 3. Install `@rollup/plugin-json` with `npm i -D @rollup/plugin-json`. 4. Change...

Coupled with https://github.com/holochain/launcher/issues/67

Applet functions: Imagine an event attaching a note: Attaching a note ```mermaid sequenceDiagram EventsApplet->>We: get_all_attachment_types() We->>NoteApplet: get_attachment_types() We->>TheadApplet: get_attachment_types() We-->>EventsApplet: note, thread EventsApplet->>EventsApplet: choose_attachment(note) EventsApplet->>EventsApplet: store attachment ``` Seeing the...

### Describe the bug I get these two errors when publishing an app to the Google Play Console: Crash 1: ``` backtrace: #00 pc 0x000000000005e50f /apex/com.android.runtime/lib64/bionic/libc.so (abort+191) #01 pc 0x000000000331d726...

type: bug
priority: 1 high
status: needs triage
platform: Android

As a happ developer, I have deployed [this app](https://github.com/darksoil-studio/rostanga) and some users have it already installed it in their computers, that is, they have a conductor running that has installed...

After a full iteration of development + deployment + testing cycle with [the rostanga mobile app](https://github.com/darksoil-studio/rostanga), I've explored a lot of the territory for running holochain on mobile. Right now...

Right now, there is this weird [Details struct](https://docs.rs/hdk/latest/hdk/prelude/enum.Details.html). If you ask for an `EntryHash`, you _should_ get `Details::EntryDetails`, if you ask for an `ActionHash`, you _should_ get `Details::RecordDetails`. Anything else...

enhancement
hdk
permanent

I'd like to be able to have `app_info()` on the backend. It would return exactly the same information that we have in the frontend. This call is important to have...

enhancement