greenkalx
greenkalx
I think it's working now, by excluding '--isolation process' from the docker run. Need to see my full process working..
Try searching the Dear ImGui github issues: https://github.com/ocornut/imgui/issues?q= This looks promising: https://github.com/ocornut/imgui/issues/3680 Or StackOverflow: https://stackoverflow.com/questions/70404878/imgui-without-window
My vote for this as well. These folders are missing from the repo: build_android, build_vxworks, build_wince, build_windows But they **are** available in the 5.3.28 release: https://github.com/berkeleydb/libdb/releases/download/v5.3.28/db-5.3.28.tar.gz I am compiling with...
I think we need to have 5.3.28 first, because my VS2022 patch modifies db.h in build_windows, and seven more files. Want a 5.3.28 pull request first?
I tried merging all the files from the release tarball, but it's 9000+ files and my git Fork app is spinning all night when I push. I would try again,...
I also wasn't sure about the license and which files it covers for this repo. In the tarball, there is a LICENSE file with an Oracle and NASM license. In...
The patch I'm using to compile with VS2022: [0006-vs2022_avoid_name_collisions.patch](https://github.com/berkeleydb/libdb/files/10290754/0006-vs2022_avoid_name_collisions.patch) This applies on the 5.3.28 release, not the repo which needs updating from 5.3.21 as I wrote above.