Elan Ruusamäe

Results 477 issues of Elan Ruusamäe

Use short brew install command, no need to add separate tap

Add support for: - https://github.com/valkey-io/iovalkey

## Description of the problem, including code/CLI snippet Missing api for group-level integrations - https://docs.gitlab.com/api/group_integrations/ ## Expected Behavior ## Actual Behavior ## Specifications - python-gitlab version: 7.0.0 - Gitlab server...

## Description of the problem, including code/CLI snippet Add high-level api to do `POST /bulk_imports/:id/cancel`: - https://docs.gitlab.com/api/bulk_imports/#cancel-a-migration Currently doesn't seem to be present: - https://github.com/python-gitlab/python-gitlab/blob/b70a2eb9ff5195f123c41cf1d631ff151ce089f1/gitlab/v4/objects/bulk_imports.py ## Specifications - python-gitlab version:...

Can pre-built wheel be provider by the project? Here's compile error from such system: ``` ❯ pip install fuse-python Collecting fuse-python Using cached fuse_python-1.0.9.tar.gz (35 kB) Installing build dependencies ......

enhancement
help wanted
macos

Adds default wheel build: `cp313-cp313-macosx_10_13_universal2.whl`. Using build matrix on that platform can be done later if needed. ``` ❯ unzip -l dist.zip Archive: dist.zip Length Date Time Name --------- ----------...

waiting

Similar to Symfony rectors ```php \Rector\Symfony\Symfony61\Rector\Class_\CommandPropertyToAttributeRector::class, \Rector\Symfony\Symfony61\Rector\Class_\CommandConfigureToAttributeRector::class, ``` - https://getrector.com/rule-detail/command-property-to-attribute-rector - https://getrector.com/rule-detail/command-configure-to-attribute-rector Symfony commands have: ```php protected $signature = '...'; protected $description = '...'; ```

Cleans up useless phpdoc: ```diff -/** - * Run the migrations. - * - * @return void - */ public function up() { // ... } -/** - * Reverse...