Guy Rapaport

Results 13 issues of Guy Rapaport

TL;DR - how can I select the GPU that the EGL headless rendering runs on? I want to use `/dev/nvidia2` but it seems only `/dev/nvidia0` is supported. === I have...

Thank you for creating Jaal! It's very fun `:D` Once request I have is this: When I filter edges, nodes the end up disconnected (no incoming/outgoing edegs) tend to "fly...

enhancement

### Problem trying to solve Write a script for converting an issue's subtasks to actual issues. Each new issue should be linked to the original issue (as a parent). This...

### What happened? ```shell > uname -a Darwin Guys-MacBook-Pro-2.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:56 PDT 2023; root:xnu-8796.141.3~6/RELEASE_X86_64 x86_64 > python -V Python 3.10.12 > pip install...

bug

When I ran `brew install idb-companion` , I was asked to install Xcode. Which is pretty serious business (in terms of waiting times) so I am adding this to the...

CLA Signed

The instructions page for precomputing data tiles: https://github.com/uwdata/imMens/wiki/Precompute-Data-Tiles ends with the instruction to run a jar file: java -jar PostgresTileGenerator.jar However, this jar file is not part of the git...

Feature request: With 3 panes `[1][2][3]`, traveling from the middle pane right and then right again should get you back to to pane 1, instead of opening a new pane...

Consider the [Makefile docs](https://www.gnu.org/software/make/manual/html_node/Call-Function.html) `$(call variable,param,param,…)` should be legitimate, right? If your `Makefile` looks like this: ```make # Makefile define logger echo $1 endef a: $(call logger, '(string_param_with_parentheses)') $(call logger,...

in a `Makefile` containing a rule with a recipe, followed by anyhing: ``` target: prerequisite recipe_line_1 recipe_line_2 # whatever ``` From the point in which you start collecting `recipe_line` lines,...

On my machine, I see `innoextract` should be probably used with `-d`, not `-I`: ```shell > innoextract -v innoextract 1.9 Extracts installers created by Inno Setup 1.2.10 to 6.0.5 >...