Maciek Bąk

Results 24 issues of Maciek Bąk

Describe the new feature -------------------------- Is there any way to build/install package stubs for _pulp_? I was running static type check analysis with `mypy` but these seem missing: ``` file.py:19:...

I have the following CI job: ```YAML conventional-title: runs-on: ubuntu-latest steps: - uses: morrisoncole/[email protected] with: repo-token: "${{ secrets.BOT_TOKEN }}" title-regex: "^(feat|fix|docs|style|refactor|perf|test|build|ci|chore): .{1,}" on-failed-regex-fail-action: true on-failed-regex-create-review: true on-failed-regex-request-changes: true on-failed-regex-comment: "Please...

Hey, I've seen this research on [BC]2 lately, nice work! I may suggest some improvements from the software engineering perspective: Having GH Actions mechanism set up for this repo (see...

Hey, I've seen this research on [BC]2 lately, nice work! I may suggest some improvements from the software engineering perspective: As I see now currently one needs to manually install...

Hey, I've seen this research on [BC]2 lately, nice work! I may suggest some improvements from the software engineering perspective: To ease others interacting with this repo you could add...

Hey, I've seen this research on [BC]2 lately, nice work! I may suggest some improvements from the software engineering perspective: It would be nice to specify the instruction for contributors...

**OS** macOS **Gmail Desktop Version** Version 2.25.3 (2.25.3) **Describe the bug** I have an impression that since a few days the Dark mode broke. The contrast is very high, almost...

bug

Im a rather newbie in Kotlin but I was wondering if there is a mechanism to import classes, functions I have in an external text file (not in the same...

question

I would suggest a few changes to the repo structure to conform with what is usually available: * create a top lvl dir `resources` and put go_annotations inside * create...

Having GitHub Actions mechanism running (as in #6 ) I would suggest to introduce a CI workflow which would run a static code analysis for python scripts; `flake8` is a...