Elan Ruusamäe

Results 477 issues of Elan Ruusamäe

as marge checks each project it is assigned one by one, and having over 50 projects assigned, the whole cycle (with no jobs found) takes ~2 minutes. how to solve...

``` Traceback (most recent call last): File "/Users/glen/scm/slack/slack-progressbar/pb1.py", line 12, in pbar = sp.new() File "/Users/glen/scm/slack/slack-progressbar/.direnv/python-3.10.1/lib/python3.10/site-packages/slack_progress/__init__.py", line 18, in new res = self.slack.chat.post_message(self.channel, self._makebar(0), File "/Users/glen/scm/slack/slack-progressbar/.direnv/python-3.10.1/lib/python3.10/site-packages/slacker/__init__.py", line 499, in post_message...

seems to want some version? ``` example-apt-repo ☸ test( main) ✖ git show -s commit d04f82b0eb83d596148e8e207b6e0db36d403c99 (HEAD -> main, origin/main, origin/HEAD) Author: Alex Couture-Beil Date: Tue May 18 18:40:24 2021...

quote, to avoid shell dequoting, so spaces would matter (preserved in args, preserved in output)

remove "-dev" from releases. packagist adds releases automatically from git tag. with your current solution there was no "stable" release available.

```sh export DOCKER_BUILDKIT=1 docker build --build-arg=TARGET=pld packaging docker build --build-arg=TARGET=debian packaging docker build --build-arg=TARGET=fedora packaging ```

I noticed @fuzeman you aren't been active for last two years. activity April 10 on 2021: - https://github.com/fuzeman?tab=overview&from=2021-12-01&to=2021-12-31

So that M1 users can benefit from them

Say I have input data: ```json { "name": "boo", "full name": "baz" } ``` I would need to store "full name" in a valid property name, $fullName or $full_name, hence...