Julian Kirsch
Julian Kirsch
Hey there! (TL;DR: What needs to be done to fix this is on the bottom.) CMake offers two mechanisms to fetch dependencies on the fly. The older `ExternalProject` and the...
Hey there! Given a class `mesh`, which (pre-)allocates it's own memory for storing up to `n` vertices. I cannot modify this class. Can I instruct TinyPly to use the preallocate...
Hey there! Lately I am fighting with heap corruptions, that are caused by the custom deleter used by the class `Buffer`. This bug probably related to #3 and #46. The...
First of all: Sorry if this issue is kind of odd or just totally wrong here. I am new to GitHub and with this issue I'd like to suggest a...
I am trying use the generator for [this](https://github.com/freedesktop/xcb-proto/blob/master/src/xcb.xsd) schema. After noticing that the generator needs some time, I decided to take a break. Returning from the break I noticed the...
## Bug description Model names are not properly converted to __snake_case__ according to python code styles. For example, a model "SnakeCase" should be accessible as "snake_case" in python using the...
Hey there! I have two email templates A and B. A is indented for an international audience whereas B is targeted at a German audience. Both templates provide a placeholder...
Hey there! I am trying to setup a system without a Xorg server. So far everything works fine except for the keyboard layout: - LightDM starts without crashing - Elephant...
**Description** Sometimes, the project is in a state, in which the project does not compile. Maybe you were to eager and implemented a function against a entity, that does not...