Eddie Antonio Santos

Results 35 comments of Eddie Antonio Santos

I think "not useful" is a bit harsh. I think this patterns merits a discussion about the tradeoffs of the OO state pattern versus this pattern of consuming the current...

Just checked and this DOES work: ```python >>> int("५") + int("३") 8 ``` Which means it's a matter of letting the parser accept non-ASCII digits! For reference, Python's `int()` parses...

> So I guess I will have to shoestring this together myself So I learned the hard way that parsing `UnicodeData.txt` is not super fun. Here's a table of numerals...

Hey @ryanerwin! This sounds good! I may definitely implement 24-bit colour when I find the time. If you're impatient, feel free to open a pull request! The place to implement...

> Does it support Windows? Maybe? It depends on whether `cmd.exe` supports ANSI escapes, which I'm unaware of. > Currently on windows it prints the ASCII of that image: This...

Hi! Could you please list the versions of **tmux** and **iTerm 2** you're using? Also, are you using regular tmux or tmux integration mode?

Note to self: this is a way of working with tmux: https://github.com/wookayin/python-imgcat/blob/d77d57fd289dac1d486ee8ee22169844f62046bd/imgcat/iterm2.py

Bumpin'. Was trying this code, and it's totally broken: ```js negotiateLanguages(['es-MX'], ['es', 'en'], { strategy: "matching" }) // expected: ['es'] // got: ['es'] 👍🏼 negotiateLanguages(['es-419'], ['es', 'en'], { strategy: "matching"...

I was also having difficulty building Ruby. I'm using: frum version 0.1.2 macOS Monterey 12.6 (M1 Macbook/Apple Silicon) My errors output similar to this: ``` Undefined symbols for architecture arm64:...

@monfresh Thanks! That's a write-up!