-
[.](https://github.com/flutter/flutter/issues/51752#issuecomment-675844037)
Related to the discussion around hooks #25280
TL;DR: It is difficult to reuse `State` logic. We either end up with a …
-
I was looking to add a recipe for this app to meta-agl-flutter. Looks like it will only run on web right now.
```
[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Unsupported ope…
-
I think v9 is ready to make some experiments with OpenGL/SDL again.
To keep things simpler I would like to follow a different approach than in v8. It would be great to create a generic layer (or so…
-
Just made a Lua script to get info about github repos. I dont know if it is valuable but I am sharing it just in case.
It lists the different language bindings (as provided in the wiki) sorted by sta…
-
Version: 1.89.6 WIP (18954)
Branch: docking
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
I am currently writing a wrapper on top of `dear_bindings` so please forgive any c++ syntax err…
-
From the dev branch (`be90ad98f51a3d0799b69c5d49e0f3b0ef615a9c`) the interaction profile isn't working anymore.
```
01-28 13:28:05.909 3286 4234 D ForegroundAppMonitor: mForegroundAppName change…
-
Package: libsystemd:x64-linux@255#1
**Host Environment**
- Host: x64-linux
- Compiler: Clang 14.0.0
- vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
vcpkg-scripts ver…
-
2022-09-26
Hook validation run successfully for 3747 references :tada:
* recipes: https://github.com/conan-io/conan-center-index (`*/master`)
* hooks: https://github.com/conan-io/hooks.git@master
…
-
I have been looking into how you do your docs. I wasn't familiar with asciidoc, but it looks like a great tool. I see you have a shellscript (https://github.com/pthom/imgui_bundle/blob/main/bindings/i…
-
**Is your feature request related to a problem? Please describe.**
There is no easy way to convert between human-readable-strings and datatypes when binding.
An example is ImGui's `Combo` (dropdown)…