mindon
mindon
### Zig Version 0.13.0-dev.73+db890dbae ### Steps to Reproduce and Observed Behavior `zig test hello.zig --test-filter hell` ```zig // hello.zig const std = @import("std"); test "hell" { try std.testing.expect(true); } test...
### Version v5.1.1 ### Reproduction link [https://uzihu.csb.app/](https://uzihu.csb.app/) ### Steps to reproduce 1. render with option ``` const option = { grid: { show: true, borderWidth: 3, fill: "transparent", borderColor: "rgba(255,0,0,1)"...
If merging handler and render with a async render using hook, error throwed here's the example in **Multiple Sibling Islands with Shared State** ```js export default async function Home() {...
**feature 1: keep import as it is** ```ts // emit-ignore import * as hello from "https://hello.cdn.dev/hello.js"; ``` **feature 2: bundle import url as a local module js** optional with specified...
here's a ts example, which works fine with esbuild v0.17.19, but not any more with later esbuild v0.18.0 to v0.23.1 ```ts import { LitElement, html } from "https://cdn.skypack.dev/lit"; import {...
if i want abc.com and xyz.com always in allow-imports, maybe config it in env would be a solution
watching on static is not working any more, even after `deno task build`, those new static files already appear in **_fresh/snapshot.json** > deno 1.46.3 > jsr:@fresh/core@^2.0.0-alpha.22
Version: Deno 2.0.1+ https://github.com/denoland/fresh/issues/2714 jsr:@fresh/[email protected] works fine with Deno 2.0.0, but not 2.0.1+ with an js error