Thomas Beutlich

Results 26 issues of Thomas Beutlich

When configuring with `-DSQLITE_ENABLE_ASSERT_HANDLER:BOOL=ON` (and building static libs) the example1 fails to build on MSVC with > main.obj : error LNK2019: unresolved external symbol "void __cdecl SQLite::assertion_failed(char const *,int,char const...

The Bitmaps element in v2.1 is wrong and needs to be fixed. Unfortunately there is not a single v2.1 test case that has this optional element set.

The following test cases in the [release_2_1](https://github.com/buildingSMART/BCF-XML/tree/release_2_1) branch violate the [markup.xsd](https://github.com/buildingSMART/BCF-XML/blob/d67e2a16425f4740182084bba4c937b1b36198c1/Schemas/markup.xsd) because of the missing `Comment` element inside `Comment`. Additionally, they do not seem proper elements of v2.1 at all...

Using absolute paths is a problem already now: The CMake config currently has a hard-coded `include` instead of `CMAKE_INSTALL_INCLUDEDIR`. _Originally posted by @dg0yt in https://github.com/OSGeo/shapelib/pull/75#discussion_r1437764446_

I wonder if the memo format is still relevant https://github.com/OSGeo/shapelib/blob/bcd39fcbc6a2e0cb9268fc7e9ee7420037a31a34/dbfopen.c#L1701 https://github.com/OSGeo/shapelib/blob/bcd39fcbc6a2e0cb9268fc7e9ee7420037a31a34/web/dbf_api.html#L429

`FreeImage_LoadU` fails to load the [8-bit image](https://github.com/user-attachments/files/18274561/image_load_bmp8.zip) with the changes of f458b911498991db598ffa4d353adfcbb30c2c5f applied to `LoadPixelDataRLE8` in file PluginBMP.cpp. If I revert the changes of just this single function, the image...

Please delete the unexpected tag [3.19.21](https://github.com/danoli3/FreeImage/releases/tag/3.19.21). It is the same commit as [3.19.3](https://github.com/danoli3/FreeImage/releases/tag/3.19.3), but rather seems confusing given that [3.19.9](https://github.com/danoli3/FreeImage/releases/tag/3.19.9) is the latest release.

It's not supported according to XSD - though it would be of value to have date/dateTime as supported attribute types.

I started with hierarchical node formatting and only noticed in Gephi that this advanced feature is deprecated. Should it be mentioned in spec / primer, that the hierarchical node formatting...