Ben Campbell

Results 21 issues of Ben Campbell

I'm having trouble getting the zen_workaround.py script working on my Ryzen 3700U-based laptop. `lscpu` reports cpu model is "AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx" I'm using rr...

This stuff adds support for: - an OnSelectionChanged callback - uiTableCurrentSelection() to read the currently-selected items - a MultiSelect flag (to let the user select more than one item at...

Would there be any interest in separating the patched compiler, tools and gcc8_support etc into a separate project? Seems like there's a reasonably natural boundary between the toolset and the...

I've run into an oddity with `ilActiveImage()`, the function for switching between frames in a multi-frame image. I would have assumed that you could iterate through frames like this: ```...

Just wrapping my head around the SFM nitty-gritties, and I figured the best way was to try and write docs for it :-) Will continue on this tomorrow. Please point...

When searching a date/time field for, say, a particular date, the 'intuitive' approach doesn't work: pubdate:2011-02-01 You currently have to use range syntax: pubdate: [2011-02-01 TO 2011-02-01] This is pretty...

The DataTimeParser currently in bleve doesn't indicate if a date/time is lower precision (eg date only), so it can't handle ranges properly. I think it'll have to add this capability,...

Steps To Replicate: 1. create an image with a few frames 2. hold down "2" key to cycle through frames 3. hold down left mouse button to draw and spend...

There are a lot of places where power-of-2 size palettes are assumed. Just to take one example: 1. load an image with a non-power-of-2 size palette, eg https://lospec.com/palette-list/twilight-5-32x.png 2. click...

To reproduce: 1. Create a simple 16 colour pic with default palette (but only using a few colours) 2. Click on menu "edit->Change format..." and pick "32 colour palette" Observed...