Daniel Maricic

Results 66 comments of Daniel Maricic

yup, this is the bug in this library. it should contain the `type:module` in distributed package.json

i think he is talking about this: ```js onMount(()=>{ if (browser) { console.log('window is ready', window) } }) ```

it seems like the `yh` is not in the $PATH

One way to solve this is to disable the bash globbing expansion. https://github.com/direnv/direnv/issues/989 In your `.envrc` file add ```sh set -f # or set -o noglob # ... your stuff...

I think it's because of the issue with YAML server keeps crashing with the new version, and the author tried to republish older version and it couldn't. Im using older...

Uh, a common language mistake about the cores. Unfortunately, I cannot extract the example from the source code, it is not public. But the fact that the avif might be...

Hey, sorry for not replying i was busy with work, i started on the repo that will test the scenario for this issue, but unfortunately, I didn't finish yet.

I would also like to mention that I checked today GitLab access token and I couldn't find the GPG/PGP permission scope ( relates to https://github.com/gitpod-io/gitpod/issues/666#issuecomment-651321561) That sounds like a viable...

maybe look into this https://keys.pub/ and their https://keys.pub/docs/specs/wormhole.html approach