Paul Grau

Results 67 comments of Paul Grau

Since there hasn't been additional interest in this feature, I'm gonna close my PR!

I just tested this and don't seem to get any errors. If nobody has anything to add here, I'd close this issue.

Closing as stale. Also #1114 might help. Please open a new issue with a reproduction if there's still a problem.

Is this also the issue tracking that I would expect these two lines to be the same? ``` const values = [4, "hello"] as const; const result1 = values.filter(val =>...

I also really enjoy VS Code's `semanticTokenColorCustomizations`. You can also use it to format function parameters and const variables differently than other variables: ``` "editor.semanticTokenColorCustomizations": { "rules": { "parameter": {...

Hi! Could you push these canary releases to the "real" npm? I couldn't figure out how to install packages from the GitHub registry without authenticating. Or does anyone know how...

@LeulAria There have been multiple suggested solutions in this thread. The TL;DR is that this isn't something that zod does but it can be done with other tools.

Hi, the purpose of the rollup plugin is to specifically NOT bundle all CSS into one file to enable tree-shaking and consumers only needing to include the CSS for components...

Have you tried `--ts_opt=json_names`?

Sorry, I was confused. To redeploy the contract, of course we need the binary. the ABI is already accessible. So I am not sure how the loader could handle this...