JohnCC330

Results 26 comments of JohnCC330

I ran the program under the Gtk+ Inspector, and checked GtkComboBox: ![screenshot_2016-12-19_11-36-35](https://cloud.githubusercontent.com/assets/3728987/21316602/3f647bb6-c5e0-11e6-9dad-6ca2488e742c.png) (Here, 'eth2' is a ComboBox with 4 items in it. The dropdown button works, it just doesn't show)...

A new problem just popped up: Some search boxes (such as the one on Github's own help search box), have a black background, and the prompt text results in darkgray-on-black...

On Mon, 19 Jan 2015 06:45:39 -0800 Alan Ott [email protected] wrote: > > I can't see that the LED port is actually changed anywhere, so I suspect that the microprocessor...

On Tue, 20 Jan 2015 18:09:29 -0800 Alan Ott [email protected] wrote: > > To be honest, I gave up on the m-stack. I don't have any debugger hardware, > >...

In the code above, lots of code is duplicated because of the two methods (threads and polling) implemented. Here are some screenshots of the output. These is the generated sine...

`Slackware`'s library directory is `/usr/lib64`. If `libdir` doesn't work (I just had the same install error as above), how do I have to install `libflame`? Could you provide a list...

On Tue, 09 Apr 2019 20:30:27 +0000 (UTC) "Field G. Van Zee" wrote: > @JohnCC330 I wanted to give you a quick update. My schedule opened up > a bit...

I should be preparing my classes, but couldn't resist trying to at least compile... Configuration seem to run fine... Make halts on this: `src/lapack/red/bidiagut/front/flamec/FLA_Bidiag_UT_realify.c:485:16: warning: variable ‘m_A’ set but not...

It's really [a bit more confusing](https://askubuntu.com/questions/14081/what-is-the-maximum-length-of-command-line-arguments-in-gnome-terminal), but 209297 is still more than is available. It seems that the kernel limit of 131072 (Linux 4.18.5) is the determining factor: ``` libflame-master$...

> OTOH the save actions plugin provides autosave all on a timer, that may meet your requirements, or since there is a signal on build start (which actually notes a...