-
Code looks great. Your code is performant and functions perfectly. Keep up the great work !!
-
One thing to consider is shimming `ResizeObserver` like: https://github.com/maslianok/react-resize-detector to make this even more performant when available.
-
Fix current issue of `_normalize.scss` overriding styling of different tags e.g.
```scss
// Remove list styles on ul, ol elements with a class, which suggests default styling will be removed
ul[cla…
-
Hi!
I have several ideas about how Dune's performance can be improved - maybe some of these ideas will be interesting enough for you to try them ;)
Firstly, I noticed that in the `Cargo.toml` fi…
-
The version 2.0 Branch can be viewed here: https://github.com/jakiestfu/Snap.js/tree/v2.0
Version 2.0 of Snap.js will focus mainly on the following aspects:
- Performance
- Cross Browser Compatibilit…
-
generate html on the fly based on the markdown code (once more performant search implemented)
-
The example doesn't work out-of-the-box, as changes aren't reloaded. IMO, this line in `examples/server/settings.py` should default to `True`:
```python
DEBUG = config("DEBUG", cast=bool, default=…
-
Searching through threads is currently done with Fuse.js, a lightweight client side fuzzy search tool.
Over time, this will not be performant as the number of threads the user has grows. We current…
-
Right now most vector DBs support uploading duplicate vectors as long as the ID is unique. It might be beneficial for vectorflow to 1) prevent the uploading of duplicate vectors
2) deduplicate an ind…
-
### User story
As the developer of the citizen science pipeline and technical support infrastructure, I need to implement multiprocessing via `concurrent.futures` in order to speed up the Butler query…