Daan de Lange

Results 88 comments of Daan de Lange

Hey, Never happened to me before while I used it in quite some projects. I only got some library linking issues sometimes. (I just checked for local changes in my...

Yes, thanks for merging some of this code earlier. Regarding my PR, not sure I'll propose all; I'm rather planning spending some time on the engine this winter. I ended...

Just to keep track of this, some specific features discussed here have been merged : [3fbcdfe](https://github.com/d3cod3/ofxVisualProgramming/commit/3fbcdfe6a0289c941d71778dc8fa628222d6965a) and [e948c28](https://github.com/d3cod3/ofxVisualProgramming/commit/e948c28f5bfb4730d71ad3db6f882294d0113901) ([0d1519a](https://github.com/d3cod3/ofxVisualProgramming/commit/0d1519aff0ab27c2a320e8a31e4d0f61a17190bc) is also related).

Hello, I'd like to re-open this tiny issue, I'm still running into it (while there are multiple ways of bypassing this). So the purpose of my request is to make...

So to sum up, the `layout` and `blocks` fields being Classes is a temporary solution/implementation on the Kirby side, they should become `FieldClass` (blueprints) over time like any other field,...

Hey, Thanks for your PR. Have you seen the `develop` branch ? We're planning to transition to that branch. It should support Emscripten too. I'd love to know if it...

Hi, thanks for giving it a try. :) These errors are GLES2 symbols that I bypassed by [injecting GLES1 hacks](https://github.com/jvcleave/ofxImGui/blob/cf5b08b0c0e82315c126d6a7b8dbc501a1d5cc3d/libs/imgui/backends/imgui_impl_opengl2.cpp#L49-53), you probably need that include too, you're probably missing a...

Thanks for the bug report, sounds clear to me. It should be easy to fix, I'll have a look in my next translations dev session.

+1 for the modal too. Systematically opening the folder it isn't good I think. I usually already have the project folder open in the finder, but with sub-folder views so...

Going from `generate` to `update`, we can show a `launch` button to inform that the command succeeded, but hitting update won't notify anything as the button would already be visible....