Andy Maloney

Results 160 comments of Andy Maloney

Thanks @frank2. That works. The included `FindLibuuid.cmake` seems a lot less robust than the [one included with CMake](https://gitlab.kitware.com/cmake/cmake/-/blob/e1409101c99f7a3487990e9927e8bd0e275f564f/Source/Modules/FindLibUUID.cmake). It does mean one less file to include in my lib though....

This isn't actually fixing #77 - it's just removing `FindLibuuid` and hardcoding paths.

Came here looking for this (and ko-fi) as well! Right now I have the twitter logo (which itself is now dead I guess?) pointing at Mastodon 😆

> I assume that you have some process that generates a lot of points and you wish to store them as .ply files? Yes. The thing producing the points does...

@zancos I have a C++11 fork [over here](https://github.com/asmaloney/crossguid) if you need it.

Any chance we can get this merged? I'm running into the same problem.

Could this be related to https://github.com/jitsi/jitsi-meet/issues/14672 ? That one's a show-stopper for me and results in similar symptoms to those described.

I couldn't get it to work no matter what I changed, so I'm just going to have to wait until they update production to see if it worked.

> could you confirm, that it works with vendoring-mode off If I: - delete `vendor/` - run `go get "github.com/AllenDang/cimgui-go"` - DO NOT run `go mod vendor` - run `go...

> Does this mean that we won't be able to merge https://github.com/AllenDang/cimgui-go/pull/18? Since the golang devs have refused to fix what is a major bug from everyone else's perspective -...