Christopher Chavez

Results 72 comments of Christopher Chavez

For now, I have marked the affected test as TODO in Tkx 1.10.

I apologize for not finding http://blogs.perl.org/users/neilb/2020/09/gisle-aass-cpan-distributions-are-available-for-adoption.html before opening this. I have now contacted PAUSE admins regarding adoption: https://www.nntp.perl.org/group/perl.modules/2021/01/msg102228.html If I am designated a maintainer, I will designate my fork (https://github.com/chrstphrchvz/tkx)...

PAUSE admins have granted me maintainership: https://www.nntp.perl.org/group/perl.modules/2021/02/msg102280.html

I have not tried the example provided here, but I notice an example at https://tkdocs.com/tutorial/styles.html#styleoptions which uses `Tkx::List()` rather than Tcl list syntax. So I would try: ```perl Tkx::ttk__style_map('TButton', -background...

Related issue on RT: https://rt.cpan.org/Public/Bug/Display.html?id=115662 Also see PR #2

I've published Tkx 1.10 which ignores the test failure for now. I do agree currently that it's due to changes in newer Tcl.pm.

This is using the onboard monitor firmware D-Bug12 4.0.0.b32 for the Dragon12-Light by EVBplus.com (more info: http://evbplus.com/dragon12_light_9s12_files/dragon12_light_rev_a.html), running in EVB mode. I tried some tests with `socat` to monitor HSW12's...

I was able use the other macros as examples to get a working baud macro, and I've pushed this to a new "baudmacro" branch (f419e1bc2ef8ec2438db69e9a9ae838d5209c1a2). It should be using the...

I think I've figured out what the issue is: after D-Bug12 receives the first command from HSW12, only up to one additional character is buffered before returning to the prompt...

I think one solution to prevent the baud from changing before any earlier text/commands in a macro finish sending might be to first use `$self->{output_handle}->flush()`, but I have yet to...