jdoubleu
jdoubleu
I have a similar issue where the _function under test_ has side-effects on objects outside the benchmark by changing their state. An example, but not limited to, are streams: ```cpp...
I'm also getting these error messages. Please note https://github.com/vuejs/vue-cli/issues/1363#issuecomment-440766916.
I noticed a similar problem when dealing with chinese characters. RealURL was able to find the correct page `uid` to the corresponding (chinese) page `title` when the caching tables were...
I think this is a limitation imposed by the `carbon` design system package/components package itself, rather than specific for the svelte component framework. The font url's are harcoded in the...
Had the exact same issue. My current workaround is to manually create an endpoint with a fixed port: ```cpp #ifdef _WIN32 #include #else #include #endif // ... auto endpoint =...
I had the exact same issue. I was using *ImGui-SFML* v2.5.1 with the latest *imgui* (v1.89.2). \ Internally, `ImGui::SFML::Init()` just calls `ImGui::CreateContext();` and registers some key bindings (compare https://github.com/eliasdaler/imgui-sfml/blob/v2.5/imgui-SFML.cpp#L270-L291). _Please...
> But unless i am mistaken, the explanation you posted does not seem correct. yes, you are correct. I somehow confused that `ImGuiKey_COUNT` was set to `512`, but that isn't...
So these changes would allow me to select (and switch) the display at runtime rather than at compile-time (through ifdefs)? I don't see a real benefit here. I don't have...
Thanks for your work, @dot4qu! I'll try to include your changes in this PR as well. I'm not sure whether https://github.com/vroland/epdiy/pull/168 has any impact on this. I know there have...
Hi, I've incorporated @dot4qu's changes and merged the current master into this branch, for now. There were some merge conflicts, however. I'm not sure why.