Georgiy Manuilov

Results 6 comments of Georgiy Manuilov

For the concerned ones: apparently `libnvinfer` uses `dlopen` call to load `libnvinfer_builder_resource` library. However, `libnvinfer` library does not have its [rpath](https://en.wikipedia.org/wiki/Rpath) attribute set, so `dlopen` only looks for library in...

I've got acquainted with Wuffs the Library when I was looking for a faster way to decode PNG images for the commercial computer vision product I develop at work. Previously...

@nigeltao Thank you for adjusting the docs and for adding pywuffs mention!

@ttyio Yes, actually I tried this literally yesterday. The engine build time decreases tremendously, but the latency becomes terrible, so I decided to stick to `optimizationlevel = 2` as a...

Pending PR fixing this (for visibility): https://github.com/google/googletest/pull/3993

I confirm, that happens on my setup as well (VSCode 1.92.0, Ubuntu 24.04, Lua 5.4).