scarf
scarf
this looks promising! also interested in translating it to korean.
Same problem in linux, getting `Cannot read property 'getChannel' of null` since a few months ago
still you may want to view the game from different z-level, for example when throwing a grenade into high place, or flying through buildings. also for keybindings, maybe something like...
hi, this issue has been open for some month, and I'm also getting exactly the same issue. would there be plans to address it? for now I have to add...
# Summary to implement this feature, we need to handle cases like ```jsonc { "files": { "exclude": ["npm/"] } } ``` ## The four cases there's 4 possible combination for...
some possible solutions: ### [only allow exclude array](https://github.com/denoland/deno/issues/15300#issuecomment-1429900723) ```jsonc { "exclude": ["npm/"] "fmt": {} } ``` ### [use `"tooling"` scope](https://github.com/denoland/deno/issues/15300#issuecomment-1429981007) ```jsonc { "tooling": { "filter": ["fmt", "lint", "bench"] "files": {...
I just spent 2 hours finding seemingly identical string diff in test failure because a space was lost due to line wrapping. would love to have line wrap disabled by...
Hi, could there be any chance this PR could get traction? being able to interpolate strings sounds really useful
> @mteodori My aim is to enable something like that! But until the next feature release that allows this, I would suggest the following approach for scripting/automation: > > ```...
can confirm this slowdown also happens on [job log](https://github.com/cataclysmbnteam/Cataclysm-BN/actions/runs/7114787704/job/19369545622?pr=3830). disabling `quick-comment-edit` also fixes it. using: - ubuntu 23.10 - firefox developer edition version `121.0b7` - `layout.css.has-selector.enabled`: true