Adam Gregory

Results 9 issues of Adam Gregory

Adds a plugin that can use UnoCSS to generate CSS at different times: * During AOT builds (enabled by default) * During server-side renders (disabled by default) * During client-side...

### UnoCSS version 0.55.1 ### Describe the bug The VS Code extension does not work with Deno if there is an ESM import in the config file. For example, if...

help wanted
vscode

When submitting a form partial using a button that has `name` and `value` attributes set, this data is not included in the form data of the request. For example: ```html...

I've just started using obsidian-livesync, and it's been a great experience. Thank you! The setup URIs and the notebook for easy fly.io configuration are particularly helpful. The only tricky thing...

### Problem description After adding a dependency using Deno v2.3.1, the "version" field in `deno.lock` has been bumped to "5". Other than that I can't spot any significant differences. When...

Today esm.sh seems to have stopped propagating the `external` flag to transitive dependencies. At least, for type declarations. I guess this is related to the rollout of v136. Some example...

I have a table with a column of type `smallint[]`. When a value within the array is `NULL`, Postgres.js maps it to `NaN`. I would like it to map to...

**Describe the bug** If I add an `--env-file` argument to the `deno.testing.args` setting, it does not affect the environment when running tests from the test explorer. Setting an `--env-file` argument...