Ben Combee

Results 10 issues of Ben Combee

I installed the plugin from the Ultimaker Cura Marketplace, but after a restart, I couldn't find any ArcWelder-related items in the user interface. After looking through the Cura log, I...

Possible Resolution
Waiting for Response

I tried to use the __attribute__((constructor)) to force my sin table init code to run before main(), but alas, the elf loader doesn't seem to process those. I might fix...

I featured this project in a talk I gave this weekend at Hackaday Supercon and used it as part of my badge hack to play video on a Raspberry Pi...

This helps in debugging memory allocation problems on embedded systems as it can easily tag which part of the code is making an allocation that fails.

If you specify luma_only as true, the decoder will only allocate memory for the Y buffer, not the Cr/Cb buffers and will avoid any code that might try to modify...

Fixed spelling of Python and indentation of comment

This fixes an issue I had using the tool with filename completion by allowing the user to provide the .mid extension when specifying the base filename. It will strip that...

hacktoberfest-accepted

I'd like a menu item to delete a changelist that has no files shelved or locally changed. In my workflow, I often commit changes from Swarm, then have to go...

enhancement

Change r+ to r to allow linting read-only source files. file_reader never modifies the file, so opening for update instead of just reading is unnecessary

Here's a fun issue that I found recently. In the x64 System V ABI, the calling convention used to pass structs via registers as opposed to via pointers to memory...