-
Proper Structure of Components so that Header won't have to be called again and again and also implementation of Lazy loading and Shimmer UI which would decrease the loading time and also performance
-
### Preflight Checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions
- [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Describe your problem
Wh…
-
Is it possible to do lazy loading of locale data?
Locale data can be huge depending on the number of keys and languages, and usually only 1 language's values are needed at runtime.
So a lot can be s…
-
-
### Description
We can avoid performing unnecessary concatenation for all children. This concatenation can be done lazily when we actually want to read the children from the dat…
matkt updated
14 hours ago
-
We merged in a bug fix for some race conditions in some of our dynamic import patterns: https://github.com/NomicFoundation/hardhat/pull/5899
We need to add integration tests to cover the bug: https…
-
### Is your feature request related to a problem? Please describe.
I really like mui-tiptap. It is easy to use and worked well to sync tiptap with mui. We are undergoing a redesign and using a cust…
-
Hey,
Is there an option to load objectManager.js only when it's needed?
```c#
private readonly Lazy _structureModule = new Lazy(() => jsRuntime.InvokeAsync(
"import", "./...etc...objec…
-
### Describe the problem that you experienced
Currently the docs don't provide information how to provide lazy loaded route children in standalone workspaces. There is detailed information how to d…
-
## Env
- windows
- GPU, RTX4070,
- OS, e.g. Ubuntu16.04, Win10, etc.
- Cuda version 11.8
- TensorRT version 8.6.1.6
## Your problem
python gen_wts.py -w yolo11n.pt -o yolo11n.wts -…