Kristóf Poduszló
Kristóf Poduszló
Based on the implementation of the [Gatsby plugin](https://github.com/kripod/glaze/tree/master/packages/gatsby-plugin-glaze).
Based on the implementation of the [Gatsby plugin](https://github.com/kripod/glaze/tree/master/packages/gatsby-plugin-glaze).
## Motivation Responsive typography, e.g.: ```js globalStyle({ fontSize: [undefined, '125%', '150%'], } ``` ## Details Typings should be inferred similarly to `useStyling()`.
## Motivation A significant amount of code gets compiled by treat, which will not be part of the runtime. Also, only the [`OptimizedStyleInjector`](https://github.com/kripod/glaze/blob/2f1de570396d6797e6634edf2d4f7df1072d8632/packages/glaze/src/StyleInjector.tsx#L101-L138) may get instantiated (besides [`NullStyleInjector`](https://github.com/kripod/glaze/blob/2f1de570396d6797e6634edf2d4f7df1072d8632/packages/glaze/src/StyleInjector.tsx#L65-L75)) on the...
Players may disconnect from the network during gameplay, and the game cannot be continued with missing player data. Dropout tolerance would allow any amount of players to disconnect without permamently...
Instead of only checking for [relative anchor URLs](https://github.com/alicelieutier/smoothScroll/blob/776228f875c16d70f22a02a5f2f174cb3f4c9032/smoothscroll.js#L111), check for paths like `/#top` or `/some/absolute/path/which/matches/the/current/url#section`.
When generating documentation for the code snippet below, the "Classes" menu on the right shows "exports" instead of "Car". Also, it shows "new exports()" instead of "new Car()" on its...
I propose turning off the following rules by default, so that the `recommended` config could act as a baseline which may be extended explicitly: - `unicorn/filename-case` – This goes against...
### Have you read the Troubleshooting section? Yes ### Plugin version v6.2.0 ### ESLint version v8.56.0 ### Node.js version v20.10.0 ### package manager and version pnpm 7.33.7 ### Operating system...
Cryptographical operations can often get complicated. Adding proper type definitions would greatly improve developer experience.