Results 311 comments of Martin Klepsch

This error could potentially occur when the file specified as `:in` doesn't exist. Try putting `(show :fileset true)` before the minify task and verify that the file exists in the...

:+1: Is there anything we can do to get this merged? Anything missing?

> 1. from some googling, that exit option we were trying might be buggy and maybe does not always work? I think it should work but only if the OOM...

Fair, it's taking into account some things you already told me about the macro API. As to how it considers dependencies: it wouldn't. Much like compileString doesn't really consider dependencies....

That's not what I'm suggesting. `compileString` is called by the plugin and the plugin could construct the `macros` input.

The plugin could also look in `src` or even have some built in logic to find namespaces in `node_modules` or even jars. This is far out of course but I'm...

Hey, I just ran into memory issues as well and tracking down some of the relevant issues I noticed that https://github.com/rustwasm/wasm-bindgen/issues/3854 has been closed/solved. It was the issue that was...

Wanted to add/confirm my understanding here - that there are two resvg "runtimes", node (via napi-rs) and wasm. - both suffer from some memory leaking - There's a PR to...

Can `function` be serialized less well than arrow fns? This seems like an odd requirement on Qwiks side. Could be useful to provide some low level syntax helpers in squint...

I created an issue but also realized that maybe we should just rename this one, then all context is in one place.