Michiel Crefcoeur

Results 10 issues of Michiel Crefcoeur

In order to be able to use top-level `await` I enabled it in my `webpack.config.js` file: ```js ... experiments: { topLevelAwait: true } ... ``` Top-level `await` then works but...

feature
os: ios

## Motivation [WinterCG](https://wintercg.org/) is an initiative to promote "Web-interoperable Runtimes". As an influential player in the JS runtime space I believe it is important for this project to get involved...

On MacOS M1 when I: - run `deno run -Ar --unstable https://deno.land/x/webview/examples/local.ts` - maximise the window (third button in the window titlebar) The app crashes with the message: `segmentation fault`

### Which platform(s) does your issue occur on? - Android ### Please, provide the following version numbers that your issue occurs with: - CLI: 8.2.2 - Cross-platform modules: 8.2.1 -...

Would it be possible to use V8 isolates for the Deno runtime like what is done at [Deno Deploy](https://deno.com/blog/anatomy-isolate-cloud#the-runner-as-an-isolate-hypervisor)? E.g. cold start the Deno runtime once, keep it alive indefinitely...

Hi, I've just created a [group on LinkedIn for Dutch Haxe Developers](https://www.linkedin.com/grp/home?gid=8333349) after seeing [a question in the Haxe Google Group](https://groups.google.com/forum/?hl=en#!topic/haxelang/jILHdFET4sg) about a Haxe job offering in The Netherlands. I...

Waiting for Feedback

I now apparently have two Checkly accounts: one for when I sign in with Google and the other when I sign in with GitHub. Even though both are using the...

canny

### Describe the Improvement Preview URL's are always loaded in an iframe. When this URL returns a page that has a CSP that disallows embedding the page in an iframe...

:cake: Improvement
:file_folder: Live Preview

I did everything according to the documentation using a very simple query but I keep getting this error: ``` Ht [Error]: Field 205 has no SQL option at /directus/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_vue@3._z52xpt63kzhkvnshblnoyu2or4/node_modules/@premieroctet/directus-extension-sql-panel/dist/api.js:1:174914 at...

I'm trying to use the Kaniko executor behind a proxy. I'm using `apk add` in my Dockerfile. It works fine when I supply `http_proxy` as a `--build-arg` but I would...

kind/feature-request
priority/p3
area/registry
feat/proxy