hfn92
hfn92
I'm trying to use expression to display a variable as another type. I'm trying to use the expression view for that but I can"t manage to get it working (I'm...
I was wondering if it's possible or reasonable for `sol2` to generate lua annotations. For example when defining a type like this: ```cpp lua.new_usertype("Vec2f", sol::call_constructor, sol::constructors(), "x", &Vec2f::x, "y", &Vec2f::y);...
Since I can determine the path to my perf file programmatically I don't want to pass the path to `PerfLoadCallGraph` each time. I decided to use a callback since args...
I'm sometimes forced to use windows and I'd still like to be able to use `gh.nvim` I've identified two issues under windows. 1. temp dir - `/tmp` is not available...
This might be a bit premature since modules are still quite experimental. But when using `entt::type_id` on a type exported from a module `stripped_type_name` will create different names depending on...