-
I'm working on adding support for that other USB board I mentioned, the [ESP32-S3-GEEK](https://www.waveshare.com/wiki/ESP32-S3-GEEK), and when the display gets initialized, the beginning of the text …
-
Consider the following println:
``` rust
let msg = "Hello";
println!("(i,j,k): |{:30}|", msg);
```
This is using the `width` parameter to ensure that the output occupies _at least_ `width` c…
-
This is a list of Known Issues for DDB Importer in the 4.0.x System (DDB Importer v6.0.0 and higher):
- [ ] 2024 Features and spells are not parsed correctly - please call out any issues below
- […
-
If you input something like this in the IDE, the script will halt with a misleading error message about a missing parenthesis:
```
metsäkanat = 2000
print(metsäkanat)
```
Additionally, if y…
-
Hey Arthur,
I'm making a textual game, and trying to use some icons to make my game look better.
It appears that some emojis (not all of them), make the layout appear glitchy, i'm talking especi…
-
In Korean (and some other languages), We have not to add space between noun and postpositional part.
For example:
커피숍에서 (커피숍 = Coffeeshop, 에서 = at)
So I use _U+200B_(zero-width space) to separate…
-
ATM it would look like
![Image](https://github.com/user-attachments/assets/d3f6f9b5-0afe-4764-8cb6-34bea82bd564)
with me having
```
❯ stty size
56 86
```
on my terminal. And require a very wide te…
-
Hi all,
I'm using panel==1.2.0 in VS Code (under WSL). In particular, I'm using the tabulator extension.
It works great; however, when I type into the filter boxes, the characters collide with t…
-
In calculations.js the ignore variable contains a list of typographic symbols to ignore for character counting purposes. I've found two relatively common characters, the fullwidth full stop . and the …
-
The default is to hide the title if it doesn't fit. I didn't remember this until I was done writing truncating code. Saving it here for future reference.
``` python
def build_border(column_widths, ho…