Welcome to MUGS ⚄♠♞🏹 (Multi-User Gaming Services)! | github.com/Raku-MUGS | v0.1.4 has been released! (github.com/Raku-MUGS/MUGS/blob/mai...v0.1.4.md) | This channel is logged for historical purposes; logs at irclogs.raku.org/mugs/index.html
Set by japhb on 3 March 2024.
wayland japhb: No worries. I feel the same about table-oriented programming. I feel like it's going to take me a year to get to v1, whereas if I were working on it full-time, I could probably do it in 10 weeks. 03:11
Geth CBOR-Simple/main: 4bcfa8c5c8 | (Geoffrey Broadwell)++ | 2 files
README was out of date; packet int arrays are supported
05:35
CBOR-Simple/main: bc80c4f017 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Don't CI ancient Rakudo versions
05:38
CBOR-Simple/main: 9e79955949 | (Geoffrey Broadwell)++ | dist.ini
Fix CI badge in dist.ini
05:42
japhb Bitrot is so annoying 05:43
wayland Does Terminal::Widgets do table-based output yet? Because my Table-Oriented Programming has something that'll output a table using terminal box-drawing characters. Not sure how helpful that is, but thought I'd mention it. 05:48
japhb wayland: I can't remember if my local widget for tabular output with lots of cells has been merged in (I think not, actually, dangit) ... but for a smaller number of cells, the widget-packing layout engine will do it automatically when you specify rows and columns. 05:53
It's just not as convenient if you want to actually wrangle a spreadsheet with 1000 cells. 05:54
But if you're just trying to get multi-column output, that's a freebie. :-)
Geth CBOR-Simple/main: aa81209d3d | (Geoffrey Broadwell)++ | Changes
Update Changes for new un-bitrot release
05:59
CBOR-Simple/main: 48104256ce | (Geoffrey Broadwell)++ | 4 files
0.1.4
wayland Hmm. Interesting. Maybe I should consider this as another "Formatter" for table-oriented programming. 06:45
Geth Terminal-QuickCharts: 188e7a3fee | (Geoffrey Broadwell)++ | examples/synopsis
Show background styling for smoke-chart
06:52
Terminal-QuickCharts: c1c8d273dd | (Geoffrey Broadwell)++ | META6.json
Set auth field in META6
07:00
Terminal-QuickCharts: 1334277511 | (Geoffrey Broadwell)++ | Changes
0.0.1
japhb Can't believe I never released that to zef :facepalm" 07:01
07:15 Xliff joined
Xliff japhb: for hpad(), would you mind if I added a :$char = ' ' so that I can do something like '░' 07:15
Well, since you've gone to bed, I'll make the quick change and send off a PR.
Geth Terminal-QuickCharts: Xliff++ created pull request #2:
- Adds option to add an empty char to hbar-chart(), hbar() and hpad()
07:31
japhb Commented. 17:30
18:29 wayland76 joined, wayland left
Xliff japhb: Looks like latest version of Terminal::Widgets isn't displaying right. As soon as I try any of the examples, the screen locks up and doesn't process keyboard events. Also, none of the widgets seem to display properly. 21:35
Can you check and see if examples/two-forms.raku works for you?
japhb Well that's odd ... 22:19
OK, taking a look 22:20
WTH?
Are you running 0.1.5 or HEAD? 22:22
Xliff: ^^
I've confirmed the lockup, trying to bisect 22:35
wayland76 japhb: I was looking at the source on GitHub and didn't see anything obviously table-y. 22:38
japhb wayland76: Can you add an issue requesting that? I'm about 3 levels deep in yak shaving and I don't want to forget that. 22:39
I can't find any difference in the lockup behavior at several spots between 0.1.5 and HEAD, which indicates to me that something changed in either a dependency or in Rakudo that is causing the problem. 22:41
wayland76 japhb: Done at github.com/japhb/Terminal-Widgets/issues/26 22:49
japhb Thanks wayland76 22:57
23:09 wayland76 left
japhb Gah, can't tell what's working and what's not. OK, rolling back my local repos a bit and completely rebuilding from scratch. 23:11
Looks like things still lock up with various Terminal-* repos rolled back. Trying a Rakudo rollback. 23:49