Upstream issues tracking #48
Labels
bug: upstream
Something isn't working (upstream)
bug
Something isn't working
scope: repo
stale
This isssue or pull request is inactive
Warning
This is an umbrella issue that covers bug encountered during development but are due to upstream bugs.
Usually a workaround is found in the meantime (if possible) so this is more for maintainers' reference
Scope
repo
Deno
npx tsx
cannot be run throughdeno task
deno task
: cannot run tsx denoland/deno#27166deno task
not mentioned in the doc denoland/docs#1270npm test
insteaddeno.jsonc
cannot useworkspaces: [ "@mizu/*" ]
because it breaks bundling resolutiondeno.jsonc
have somesleep 0
tasks as placeholder (empty command not supported)deno task
: support empty command if dependencies are specified denoland/deno#27165sleep 0
as placeholderdenoland/deployctl
github action does not behaves the same as the cli versionmizu/.github/workflows/ci.yml
Lines 61 to 63 in 7a03e8f
mizu/.github/tools/github_actions_deno_deploy.ts
Lines 16 to 25 in 7a03e8f
deployctl
conflicts with dependencies installed by npm jsr (e.g.Error: The deployment failed: npm package '@jsr/dprint__formatter' does not exist.
)mizu/.github/workflows/ci.yml
Line 64 in 7a03e8f
mizu/.github/tools/github_actions_deno_deploy.ts
Lines 10 to 14 in 7a03e8f
mod.html
filescleanUrls
natively for easy HTTP servingcleanUrls
option toserveDir
denoland/std#6232Deno doc
@deno/doc@^0.162.1
is not able to generate documentation for local modulesError: relative URL without a base
, but 0.161 works fine ? denoland/deno_doc#6800.161
Node
npx tsx --test
does not find tests on the github runner (but works as expected locally)Bun
bun test
currently ignores all tests wrapped by themod_test.html
test runnerbun test
ignores tests in subsequent files when using a test factory oven-sh/bun#11660oven-sh/setup-bun
to1.x
1.x
/1.0.x
result in400/404
response errors on install oven-sh/setup-bun#37latest
insteadnode-canvas
oven-sh/bun#5835 ?Ref [1]:
The text was updated successfully, but these errors were encountered: