Pär Bohrarper

Results 4 issues of Pär Bohrarper

I recently switched form counsel-git-grep to counsel-rg to be able to search into submodules. Now I have the opposite problem, when I'm in some folder, the search is done in...

enhancement

Normally, you'd just specify a `CMAKE_TOOLCHAIN_FILE` when invoking `cmake`. Why does the Pico SDK require modifying the `CMakeLists.txt`? Is there another way?

**Version/Branch of Dear ImGui:** ``` Dear ImGui 1.84 WIP (18302) -------------------------------- sizeof(size_t): 8, sizeof(ImDrawIdx): 2, sizeof(ImDrawVert): 20 define: __cplusplus=201703 define: _WIN32 define: _WIN64 define: _MSC_VER=1928 define: _MSVC_LANG=201703 define: IMGUI_HAS_VIEWPORT define:...

bug
docking

``` var Long = require("long"); var s = Long.fromString(String(1.1 * 100)); console.log("Long.fromString(..):", s); console.log("Long.toString(..):", s.toString()); ``` Outputs: ``` Long.fromString(..): Long { low: 488372225, high: 256, unsigned: false } Long.toString(..): 1100000000001...