Kirill Müller

Results 2418 comments of Kirill Müller

Run ```sh docker run --rm -ti --platform linux/amd64 -v $(pwd):/root/workspace ghcr.io/cynkra/rig-ubuntu-igraph:main make -f Makefile-cigraph ``` from a local clone of this repository. With this, `$(pwd)` expands to the right location....

Add `-B` to rerun everything in the Makefile.

I believe we confirmed that `make -f Makefile-cigraph -B` works in a clean setup? Do we need more resilience, such as detecting a borked `.venv` directory?

@copilot: Merge `main` and obey the updated agent instructions.

I spoke too soon, this is actually a breaking change. Example for compatibility code: ```patch diff --git a/R/community.R b/R/community.R index dd1272ca36..7d9a0b83c4 100644 --- a/R/community.R +++ b/R/community.R @@ -677,7 +677,34 @@...

Aviator might be fine, I can't identify the reason why it sometimes fails to rebase.

@copilot: Merge `main` . Instead of implementing in `interface_extra.c`, think about how to expose R callbacks (function pointers) to a C function via the Stimulus framework. Use autogeneration to generate...

@copilot: Patch the local copy of Stimulus as you see fit to open the road for generated callbacks.