Moritz Fuller

Results 51 issues of Moritz Fuller

### Summary When checking the `$errors` store that come with calling the `createForm` method, at first it's a string and then after more error are being added it becomes an...

bug

Right now you can't pass a name to a `Form` component that references a element in an array, like ``` ``` Please support this. ### Problem to solve Allow usage...

enhancement

it would be great to be able to - see the current controllers of the asset canister application - add new controllers of the application - remove controllers of the...

**Is your feature request related to a problem? Please describe.** In the titanium nft sample dapp as nft-wallet is being deployed, i can't seem to find the source code for...

enhancement

**Is your feature request related to a problem? Please describe.** There is a Rust codebase for this, but no Motoko codebase. Motoko is the official language of the IC and...

enhancement

**Overview** Following steps throws an error if we don't run `git init`. I wasn't able to successfully run `git submodule update --init --recursive`, I think it might be because we...

I'm getting a lot of `httpx.ReadTimeout` exceptions, is there anything that can be done to prevent this? ``` Traceback (most recent call last): File "/Users/moritz/projects/ic/glue-org/glue-bot/.venv/lib/python3.10/site-packages/anyio/streams/tls.py", line 130, in _call_sslobject_method result...

when calling `icx-asset upload index.html` specifying a principal id that's not authorised to the the asset canister, there's no handling of that error. `icx-asset` just freezes. would be nice if...

The part of the URL after the last delimiter was missing in the previous implementation, e.g. `subdomain.dfinity.org` would have been split up into `[subdomain, dfinity]' (growing from left to right).

As `parseDomain` pushes the domain from left to right onto the list, we would end up with this list for the domain `subdomain.dfinity.com` (if it would have been implemented correctly,...