-
I'm generating a QR from a URL that has 48 ASCII chars and using Q redundancy, which should mean the total data size is 60 bytes. For that amount of data, this library generates a 37x37 version 5 QR. …
-
Howdy! I've been experimenting with markmap and have successfully been able to render javascript charts and tables as nodes in a markmap mindmap. Its pretty cool and simply requires adding div element…
-
fmt.Println(asciiFolding.Fold(string(norm.NFC.Bytes([]byte("你好")))))
output:
4F60597D
Chu-J updated
2 years ago
-
I am planning to display ascii-art plots / charts within full screen application. My initial idea was to have `Window`/`BufferControl`/`Buffer` combo where I would simply set contents of the buffer wi…
-
Changing the font to anything else than the default one, in front of nk_begin(), segfaults nuklear.
Naming a window with glyphs, which require another font, other than the very first baked font, is t…
-
Created an issue in chart-releaser https://github.com/helm/chart-releaser-action/issues/193 to see if they have any insights.
If we don't get this sorted quikcly I'll update the index.yaml manually…
-
Thank you for this chart... We have it working in the most part, but many metrics are missing, and they map to the logs we are seeing from the exporter pod:
```
2019/06/21 11:45:10 prometheus-to-c…
-
### Description
Hello team!
Started testing AL2023 with the option `instanceStorePolicy: RAID0`. While this option creates as expected the mount `/mnt/k8s-disks/0/` , this seems to be create aft…
-
Grafana helm chart version: 7.2.4
Grafana version: 10.2.3
k8s-sidecar version: 1.25.2
I have two dashboard folder. One for the dashboards downloaded with gnetid automatically and one for the dash…
-
Currently, there are four properties, Busy, Done, Aborted and Error. To determine that a command has been executed but hasn't finished, there doesn't seem to be any way of doing that. Busy can't be us…