Don Allen

Results 14 issues of Don Allen

I have a partial implementation in Zig of a personal finance manager that I abandoned because of issues with Zig (which, by the way, I completely understand; Zig has not...

enhancement
stage2
stage1
use case
error message

In the section on Runtime Safety, the last sentence of the first paragraph begins "Users are strongly recommended to develop and test ....". This is not grammatically correct. Suggested fix:...

### Problem Description I start xmonad with a .xinitrc file that starts firefox and rox as background processes before starting xmonad, which creates a bar with xmobar. Sometimes, not always,...

See the documentation of treeModelGetValue. The last line says "When done with value, valueUnset needs to be called to free any allocated memory." 'valueUnset' is a dangling link and that...

The type of the column indices for some procedures, such as gtk::prelude::TreeStoreExtManual::set, are u32, whereas in other case, such as gtk::TreeModelExt::get_value, the column index type is i32. This is inconsistent...

"Usually you want to pass None for the adjustments, which will cause the scrolled window to create them for you." Pass 'None' for the adjustments leads to error[E0283]: type annotations...

documentation
gtk

The call to 'cleanup' in the following function ignores the int it returns, but 'dscanner --styleCheck' says nothing about it: ``` /// Check for availability of another row bool next_row_available_p(sqlite3_stmt*...

After making some changes to code I am working on, I received the following error when attempting to test: ```` dca@pangloss:/tmp$ newcash Finances.newcash Error in foreign-procedure: no entry for ~s...

I am currently stymied on the project I am working on by this: ``` > compiling newcash.scm with output to newcash.so compiling libraries/gtk.scm with output to libraries/gtk.so compiling account.scm with...

If the cursor is at the beginning of a sentence that has several commas, if I do 'f,' the selection gets extended to the first comma. If I manually repeat...