James

Results 18 issues of James

Hi, I'm trying to build Alicevision on Windows. After fetching the code through SmartGit and following the instructions for "Building the project using vcpkg (recommended on Windows)" here: https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md Opening...

scope:doc

el_image::draw does not set the background colours before calling draw_background, so the draw_background function either has to have a special path for dealing with images (which prevents images from being...

Hi, Is it possible to pre-load styles from a CSS file and share those styles between multiple documents. And following on from that, how can I apply a different set...

Hi, After profiling, I've noticed that parsing HTML source when creating a new document is a huge performance hit (I can be parsing the same HTML code hundreds of times)....

I'm trying to use a third party library that depends on openexr. Their build instructions recommend using vcpkg to fetch dependencies, however the version of openexr available through vcpkg is...

Hi, I've added my own type as follows: ``` x y ``` which displays `std::vector` as a collection of points in the Geometry Watch, but I can't figure out how...

enhancement
question

In the Geometry Watch there are no labels giving any indication as to which point is which (from a vector of points). Please add either labels (that appear or disappear...

enhancement

I'm viewing several lists of points in the Geometry Watch window and I've noticed when I show or hide different variables the viewport position is jumping around. Presumably to recentre...

enhancement

Log categories/levels are not searched for by ignoring case, so TailViewer finds and highlights "ERROR", but misses "Error", for example.

enhancement

Hi, I'm getting the following error when including Botan headers in my project. ``` 3rdParty/botan/build.h:428:6: error: "Trying to compile Botan configured as x86_64 with non-x86_64 compiler." #error "Trying to compile...