Bruno Alexandre Rosa
Bruno Alexandre Rosa
Hi @fushi219 ! thanks for the report and for the suggested fix. Last time I checked there were some breaking API changes on lldb side, so newer versions might not...
From https://github.com/csantosbh/gdb-imagewatch/issues/42 brunoalr commented on Jul 19, 2018 > I imagine the following use case: > The image is represented by a raw buffer pointer "buffer_ptr", a stride "stride" and...
See https://github.com/csantosbh/gdb-imagewatch/issues/35
csantosbh commented on Oct 19, 2017 > It appears that if a buffer was visualized, then the variable inspection under qtcreator doesn't seem to work well. This could be related...
From https://github.com/csantosbh/gdb-imagewatch/issues/41 nolyn commented on Aug 30, 2018 > Thanks, I think this will be very helpful. > > I have typically some objects with have several images as members....
csantosbh commented on Nov 8, 2017 Currently, we always perform auto contrast when saving png images. This should become an option for the user. From https://github.com/csantosbh/gdb-imagewatch/issues/27
Archictecture-dependent binaries such as `protoc` limits portability to different targets (namely, I'm interested in Tensorflow ppc64le builds). I tried replacing x64 binaries with ppc64 in the cached dirs and managed...
Hello, I want to test an older version of carla-autoware (specifically commit 7b71fba05be482458cf8cd95d92f68150448f01a) but when I call `git checkout 7b71fba05be482458cf8cd95d92f68150448f01a` I get the following error ```bash git checkout 7b71fba05be482458cf8cd95d92f68150448f01a Downloading...