-
Currently, completion lists are implemented with `list-mode` + `occur-mode`. This doesn't scale when the collection is large (I'm already having trouble for web history in `C-x C-l`!). We need to find…
-
- qualitative scale only has 8 colors, often this is not sufficient
- extend to 12 colors which can still be distinguished, if possible colorblind friendly
- for many colors: Possible strategy…
-
Operating systems generally offer a system-wide font-scaling setting for accessibility.
MapLibre should respect this setting and scale fonts with this value, just as it respects the device's display d…
-
Author, hello, thank you for your work. I want to train 4x and 8x super-resolution experiments. I changed the scale in option.py. Then the code reported an error. Can you answer this question?
![imag…
-
There seems to be a video scaling issue after building Holani in Linux (Kubuntu 24.04 LTS).
Here is a video showing the problem: https://youtu.be/GMC8FuRs8To
And a screenshot if the video is una…
-
I don't know if it's a bug or something, the converted LayerNormalization Scale is 1
When I want to convert this onnx to ncnn, an error occurs. I check the model structure and the LayerNormalization …
-
The ability to change the text scale is great, however I'm encountering two issues:
- the slider being on the bottom edge of the screen constitutes a problem when Android is set to Gesture control:…
-
I've been able to scale nodes up/down using the `kubectl scale` command. However, when scaling down the number of CP replicas, I noticed:
- It throws an error if the operation would result in an od…
-
```python
def _center(self):
self.update_idletasks()
width = self.winfo_width()
height = self.winfo_height()
x = (self.winfo_screenwidth() // 2) - (width // 2)…
-
Hi, thanks for your great work!
I wonder are there any methods to reconstruct the target with its real-world size? If I can input the camera parameters and depth information measured by depth camer…