-
- Use Numba to speed up Numpy
- Use modin pandas to speed up pandas
-
Hi,
I like the tool really much, but I'm missing a UI feature to allow darker background images in light mode (similar to Windows Mail App) with contrasted text color.
To be precise: With darker…
-
Now that block times are much faster it would make sense to lower the `retryInterval` param from `5000ms` (waited on twice, so it's `10s`) to something more realistic.
Also, I find it weird that `r…
-
This issue is for the transfer of the [hedera-improvement-proposal](https://github.com/hashgraph/hedera-improvement-proposal) repo to Hiero. Details about the general transition process can be found a…
-
1. Based on these and other freely available materials, I propose to switch to using `slim` images instead of `alpine`.
https://pythonspeed.com/articles/alpine-docker-python/
https://pythonspeed.com…
-
I’d like to propose some enhancements to the `CSSFragment` API, which could further streamline development workflows and align the API for convenience and clarity.
### **Proposed Enhancements for `…
-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …
-
### Feature Description
I would like to propose enhancing the "Contact Us" page by adding subtle hover effects to make the page more interactive and visually appealing, improving the overall user exp…
-
## Introduction
This document summarizes a couple of recent conversations surrounding how shading the front and surface of an object might be improved in MaterialX. It’s broken down into a number of …
-
## Make use of Viper
Viper is setup in `internal/controller/defaults.go`
```
func init() {
// init viper for config env variables
viper.AutomaticEnv()
}
```
we can make use of it when …