Jon

Results 13 comments of Jon

The fix may possibly be to add a mapping of `$LAMBDA_TASK_ROOT` as a redirect to `./` in import_map.json, possibly? Can definitely confirm this is reproduceable with an empty zip file...

I see that your codebase is Rust. Deno(a javascript runtime similar to NodeJS) uses Rust and bundles itself with JS files to make a single combined EXE, which is a...

https://github.com/ionic-team/capacitor-plugins/issues/1366#issuecomment-1427893963 I think is actually along the correct lines of what the fix should be. The issue is that the web view is loaded before the map view component is...

> I believe the latest alpha version of the plugin does address the delay requirement, but I haven't tested it: > > [MR:1638](https://github.com/ionic-team/capacitor-plugins/pull/1638/files) > > To be honest - I...

Using any form of res edit has failed for me - the Deno compiled EXE ends up completely corrupted.

This might be resolvable by making use of `import.meta.url`, though may not be an option for Cap v4.. v5 I'm sure could use that API, though. It may be good...

This is frustrating because `deno bundle` is being deprecated, and this is the replacement. Definitely considering switching from Deno because of the developers negligence to giving users a proper solution...

> > This is frustrating because `deno bundle` is being deprecated, and this is the replacement. Definitely considering switching from Deno because of the developers negligence to giving users a...

Can confirm its still happening - reproducible with a default tokyo-night preset on pwsh, git bash, on Windows. ```text ❯ starship --version starship 1.18.2 branch:master commit_hash: build_time:2024-03-29 15:47:49 +00:00 build_env:rustc...