haliphax
haliphax
Having dove into the `views.py`, `forms.py`, and other massive collections lately for some bug fixing, I would like to revisit this. True, you would wind up with a *LOT* more...
It's not yet to the degree of my own personal preference, but it is looking much better. 😄
Oh, noes :( Almost 2 years with no acknowledgement. Edit: And 4 years without a repository update. Looks dead.
I took @paw's CSS and juiced it up a bit to require only a `fa-ko-fi` class. I'm also using _em_ units instead of pixels to avoid everything going pear-shaped at...
I doubt that will be the case until `1.0.0` is released -- many projects that begin below `1.0.0` do not increment the major version for a breaking change while in...
Would be nice if we could run these against *.config files, and not just `Web.config` or `App.config`. I am working with a delivered enterprise application that uses `App_Data/settings.config` with transforms,...
This would be awesome! My shim is good enough for what I'm building, but I would love to have asyncio supported further upstream in blessed itself. Cheers.
This also prevents folks from drawing for terminal widths outside of the old DOS dimensions without needing to save as XBIN, etc.
Using Ubuntu as the host (vs. alpine) made no difference. :thinking:
Replacing the use of intensity for foreground color (e.g. `\x1b[1;30m`) with the use of aixterm "bright color" variants (e.g. `\x1b[90m`) renders correctly. No idea what's going on, but I feel...