Elias Datler

Results 6 issues of Elias Datler

``` RumbleDB$ 1 + 1 >>> ⚠️ ️There was an error on line 1 in none: ^ Code: [FODC0002] Message: Malformed URI: . Cause: Illegal character in path at index...

Bug

# Description When creating a simple Dockerfile that installs crun, setting the platform to `linux/amd64`, and then starting that container on an Apple Silicon (M2) laptop, crun immediately exits printing...

# Description When creating a canister with `dfx ledger create-canister --next-to` on a canister that does not exist (e.g., aaaa-aa), then the funds are first transferred away from the users...

# Description When deploying to the mainnet, dfx sets the `NODE_ENV` env variable which causes a different behavior with `devDependencies` than when deploying locally. To remove this inconsistency between local/remote...

When running mops in a Docker container on an Apple Silicon Mac, mops hangs indefinitely on various commands, providing no output why it is hanging. Steps to reproduce: ``` export...