-
The current `dash_mantine_components.js` file is quite large at 2.7MB, which can impact performance and load times.
### Build Output:
```
> dash_mantine_components@0.14.6 build:js
> webpack
…
-
I tried uploading the [Web Stories](https://wordpress.org/plugins/web-stories/) plugin, but the plugin gave an error notice:
![The following PHP extensions are missing: dom, libxml. Please contact …
-
### Describe the bug
Pytorch uses `dlopen` to load `libnvrtc.so` without publicly declaring a dependency on it: https://github.com/pytorch/pytorch/blob/014f91a9d9f94ac9a7f0711600240d7cd7f69844/aten…
-
Dataset loaders in PyG loads all the data into memory, then return batches of graphs for computation. However, all the remaining graphs not used for computation are still present in memory even if not…
-
Currently, our main file in CDN fetches and registers all of the components immediately. It's also possible to hand pick components by users to only download and use them like:
```html
```
Bu…
-
### Describe the bug
I'm using a react component like
```ts
import { lazy, Suspense } from "react";
const Lazy = lazy(() => import("./LazyCanvasPreload"));
const FullPageSpinner = () => spi…
-
Lazy loading of nodes data
-
It was nice, if the coverimage can config over TS with loading lazy.
Best regard´s!
-
## Feature Description
If an image is visible in one breakpoint but not another, it should be loaded conditionally. If an image lacks `loading=lazy`, however, it is loaded unconditionally. Neverthe…
-
Is there any possibility or solution to lazy load an auto height image component? In a large list with several images it is downloading all images at once I believe.