Temm
Temm
/cclickthrough block|entity @e[..]|minecraft:... or something like that. Couldnt come up with a better command name... Would disable the hitbox for selected entities/blocks. Idea came from sheering sheep and wishing to...
[The Window Documentation](https://github.com/c-smile/sciter-js-sdk/blob/main/docs/md/Window.md) documents Window.CHILD_WINDOW as a possible window type, but that constant does not exist on Window (is undefined)
With your script: [Dark Blue, hard to read]  Without your script: [Light Blue, easy to read]  Using youtubes own dark mode only, no custom themes. 
**Describe the bug** The "ES2015 exports introduced. Not side-effect free yet, hence limited tree-shake ability." Tooltip in the Size-per-package-Version graph is displayed behind the graphs bars, possibly making the tooltip...
Hi! Looks like someone took your script, replaced all your credits with their own and packed it to an exe. https://github.com/Teammatrixx/warp-plus Is this happening with your permission? It's definetly against...
Adds a Value to the Config: suppress-errors: true/false ; false by default, can be changed to true to hide script execution errors from /js and plugins
`GraphQLClient.request` may throw a `FetchError` from `node-fetch`. In order to nicely catch this type in typescript, the fetch error type is needed. This type is inaccessible through `graphql-request`, so separately...
Does typed-emitter have support for the "once" function of the "events" inbuilt package? https://github.com/nodejs/node/pull/26078 Used like this: ```typescript import { once } from "events" // ... await once(emitter, "event"); ```...
Hey! I just installed typed-emitter v2.0.0 and am not sure how to use it now. The code that worked previously and that still follows what is in the readme, ```ts...