George Alexopoulos
George Alexopoulos
I have just released `nvshare`, a transparent GPU sharing mechanism **without memory constraints** for bare-metal and Kubernetes. - With `nvshare` you can concurrently run multiple processes/containers on the same GPU...
@trufae The build ('sys/install.sh') fails with: ``` In file included from /home/grg/radare2/libr/..//libr/bin/p/bin_cgc.c:4: /home/grg/radare2/libr/..//libr/bin/p/bin_elf.inc.c: In function ‘imports’: /home/grg/radare2/libr/..//libr/bin/p/bin_elf.inc.c:434:21: error: ‘import_symbol’ undeclared (first use in this function) 434 | if (import_symbol->is_internal) {...
I think the fix for the compile error is to replace `import_symbol` with `is`: ``` diff --git a/libr/bin/p/bin_elf.inc.c b/libr/bin/p/bin_elf.inc.c index 6ec451a462..607a9777bf 100644 --- a/libr/bin/p/bin_elf.inc.c +++ b/libr/bin/p/bin_elf.inc.c @@ -431,7 +431,7 @@...
@trufae I think there are still commits missing from this PR. In the issue (#17523), GitHub shows multiple commits referencing the issue. Some of them may be duplicates, while others...
What do you think is the smoothest way to fix this? (Btw, I think this happened because the PR branch was deleted and we forgot to merge, so now all...
FOUND IT! https://github.com/radareorg/radare2/pull/21708 This is your original PR that was never merged, and whose branch was deleted. It's a **single commmit** too! So, in essence, the present PR (#23805) should...
This has been indirectly addressed through commit https://github.com/thumbor/thumbor/commit/b1f719170afb1f3ead54abb0ff3a0c6bf042c80c. It raises the Pillow requirement to >=10.4.0,