scarf

Results 261 comments of scarf

> it might work to move that under "publish": { "include": [...] } EDIT: it works if full relative path (`./`) is given. ```json "publish": { "include": [ "mod.ts", "./lib"...

@EdJoPaTo partially resolved in #6666, `quoteStyle: '"'` is now supported in `@std/yaml/unstable-stringify`

thanks, disabling rocket loader indeed fixed the issue for me. will keep this issue for a while till i open a PR on how to solve this issue on https://pagefind.app/docs/hosting/

as talked in discord, this may be related: https://github.com/libsdl-org/SDL/issues/10075

possible duplicate of #4837?

> Okay, it now uses either the ammo's specified damage/range OR the value you'd get out of throwing the ammo, whichever is higher, instead of getting both. :> maybe we...

sorry for late response, i accidentally marked notification to this as None. i'm fine with either approach; (to be honest, doesn't know which way is the best) > if you...

currently stuck on [NPE while converting to `codeAction/resolve`](https://discord.com/channels/632642981228314653/718047292749381662/1311692272223518792). ``` ==> X tests.codeactions.FilterMapToCollectCodeActionSuite.cursor-on-filter 4.928s java.lang.NullPointerException: Cannot invoke "org.eclipse.lsp4j.Range.getStart()" because "range$1" is null ``` > let me know if you have any...

@tgodzik i've rebased and migrated to `codeAction/resolve`. still stuck on semanticDB part. strangely, while it doesn't happen on my local machine the NPE still seems to happen in CI: ```...