Nathanael Anderson

Results 63 issues of Nathanael Anderson

When you do start to work on this again; I have a slew of bug fixes and enhancements on my branch I would love to merge back into your master.

Can't compile w/ 2.4 of OpenCV. Some of the issues are fixed with adding: # include to the header files; but others I'm not familure enough with OpenCV to understand...

Flags: ![image](https://user-images.githubusercontent.com/850871/137235589-560c3fc2-a990-4eee-ad3f-9bd2e9e1ec12.png) Error: ``` Uncaught TypeError: Cannot read properties of null (reading 'features') at webgpu-renderer.js:32 at Array.filter () at WebGPURenderer.init (webgpu-renderer.js:32) at async WebGPUWorld.intializeRenderer (webgpu-world.js:32) 2webgpu-renderer.js:32 Uncaught (in promise) TypeError:...

This adds the Book Titles to the OPDS feeds (Deals with https://github.com/openam/calibrephp/issues/6)

If you pull the main feed it doesn't have a "title" sub feed.

Discovered this issue setting up the CI system, Reports that import a PDF; might not import all fonts correctly. Currently Demo09 is set to just create a Image pdf; and...

bug

This would allow us to do some nifty things like know how many total pages will be rendered; and auto-size grids, auto-wrap parts of grid cells. However for extremely large...

enhancement

Have ability for grid to auto-size itself depending on the size of all the data. (Would require pre-rendering system)

enhancement

**Describe the bug** `QTableWidget::clearContents()` / `Clear()` causes the app the crash. **To Reproduce** 1. Create QTable (table = new QTableWidget) 2. Add Rows (`table.insertRow(row)`) 3. Populate cells (`new QTableWidgetItem()` then...

**Describe the bug** Table Cell `.setForeground` is now broken in 0.46, the color is not applied and continues to stay as black text. In versions 0.45.4 and before the cell...