Brennen
Brennen
- OsmSharp Version 6.2.0 Opening osm pbf files and counting the elements in a decently large osm.pbf file is very slow compared to other languages osm libraries/tools. For example, running...
Added ImageTexture unit tests. I wasn't entirely sure on how to go about testing the draw methods and some feedback around that area would be appreciated. Thanks. Link back to...
Fix documention typo that flipped the description of `window_set_max_size` and `window_set_min_size`
doc fix typo that flipped the description of window_set_max_size and window_set_min_size The documentation had the "smaller/larger" words in the descriptions of "window_set_max_size" and "window_set_min_size" flipped. Old window_set_max_size description: > window_set_max_size:...
On the beej.us site, there is a rendering bug around section 4.2 (it duplicates the entire section except the code snippet, see screen shot below). https://beej.us/guide/bgipc/html/split/pipes.html#the-search-for-pipe-as-we-know-it See #12 for more...
On the beej.us site, there is a rendering bug around section 4.2 (it duplicates the entire section except the code snippet, see screen shot below). https://beej.us/guide/bgipc/html/split/pipes.html#the-search-for-pipe-as-we-know-it Looks like line 46...