kozi
kozi
It would be great to have the option to use **`infinite scrolling`** instead of displaying pages. As soon as the user approaches the bottom of the list by scrolling, entries...
 https://repo1.maven.org/maven2/org/bouncycastle/bcjmail-jdk15to18/1.71/bcjmail-jdk15to18-1.71.pom I think the jakarta dependencies would have to be used here with the scope provided. Otherwise they will also end up in the runtime dependencies and possibly overwrite...
```java JavetLibLoader.setLibLoadingListener(new IJavetLibLoadingListener() { @Override public boolean isSuppressingError(JSRuntimeType jsRuntimeType) { return true; } }); ``` If I add [this example code](https://www.caoccao.com/Javet/reference/resource_management/load_and_unload.html#can-already-loaded-in-another-classloader-be-suppressed) to my project I have to implement the method...
in function writeInterface() #88
`SPACE` missing in function `writeInterface()` before keyword `extends`.
refs #141
### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/stenciljs/core/blob/main/CONTRIBUTING.md). - [x] I agree to follow the [Code of Conduct](https://github.com/stenciljs/core/blob/main/CODE_OF_CONDUCT.md). - [x] I have searched for [existing issues](https://github.com/stenciljs/core/issues) that already...
https://github.com/slab/quill/blob/ebe16ca24724ac4f52505628ac2c4934f0a98b85/packages/quill/src/core/editor.ts#L404-L407 The `style`-Attribute should not be part of the *generated* HTML-Code.
https://github.com/Remix-Design/RemixIcon/blob/8bc436bdd329cf342958d8effdd078bfa74354c6/icons/Design/color-filter-ai-fill.svg#L1
`monaco-editor v0.55.1` and `@monaco-editor/loader v1.7.0` ```typescript import monacoLoader from "@monaco-editor/loader"; import type * as Monaco from "monaco-editor"; const monaco = await monacoLoader.init(); monaco.typescript.javascriptDefaults.addExtraLib(""); /* ERROR: typescript does not exist */...