Pieter Vantorre
Pieter Vantorre
[Enter steps to reproduce below:] 1. Give absolute path to executable 2. Leave checkmark for breakpoint in main 3. Run 4. Continue after breakpoint was hit **Atom Version**: 1.0.19 **System**:...
Hello, I find your tool very helpful for debugging canvas drawing commands for complex shapes. It would be even better if I could visualize gardients as well. Do you know...
I have some big issues with rendering tables. I use this code to display a table: ``` html body { background-color: black; } .text_container { position: absolute; height: 80%; width:...
The `calc_percent( int width )` function in [css_length.h](https://github.com/litehtml/litehtml/blob/master/src/css_length.h#L117) casts percentages down to integers. In a way this is fine ( for rendering ) but it looks like these integer values...
I have a project structure where I have 3 layers of repositories ( with submodules ) Game | Scripting Engine | C++ Engine If I get a merge conflict in...
## [JENKINS-55875](https://issues.jenkins-ci.org/browse/JENKINS-55875) - Forcibly update git submodules Currently, submodules are not updated with `--force`. This means if there is a local change, then the checkout fails, causing the build to...