- Berlin, Germany
- @devnullcake
Highlights
- 17 discussions answered
Block or Report
Block or report abn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
aiographql-client Public
An asynchronous GraphQL client built on top of aiohttp and graphql-core-next
-
-
-
-
1
# RPM Build Flow23This document details a simple RPM build flow pattern used to build and host RPM artifacts for open source projects. The below is a visual summary of this flow.
4<img src="https://gist.githubusercontent.com/abn/daf262e7e454509df1429c87068923d1/raw/rpm-build-workflow.png" />
5
741 contributions in the last year
Less
More
Activity overview
Contributed to
python-poetry/poetry,
python-poetry/poetry-core,
abn/aiographql-client
and 5 other
repositories
Contribution activity
March 2022
Created 28 commits in 3 repositories
Created 3 repositories
- abn/pytest-metadata Python
- abn/ignite Go
- abn/containerlab Go
Created a pull request in pytest-dev/pytest-metadata that received 7 comments
complete poetry transition
Following up from python-poetry/poetry#5345 @BeyondEvil here are the changes you will need to complete the transtition. Additionally, I would also …
+35
−58
•
7
comments
Opened 15 other pull requests in 4 repositories
danielgtaylor/python-betterproto
8
merged
- compiler: run isort on compiled code
- pre-commit: add isort hook and apply
- parser: ensure prefix is separated when traversing
- allow override of timeout, deadline and metadata
- tests.generate: remove deprecated get_event_loop
- fix incorrect deprecation warnings on defaults
- configure pre-commit for project
- test input: use explicit package declaration
python-poetry/poetry-core
4
merged
python-poetry/poetry
2
merged
weaveworks/ignite
1
open
Reviewed 25 pull requests in 5 repositories
python-poetry/poetry
12 pull requests
- misc. improvements to group filtering logic and related options
- Refactor export
- Solver performance
- Release 1.2.0b1
- add handling for non-sha hash in lock file and/or repository metadata when choosing a link
-
show poetry and poetry-core version in output of
poetry about -
bump
poetry-coreto 1.1.0a7 - run mypy in proper environment
- PEP610: handle optional vcs_info.requested_version
- Require urllib3 ^1.26.0
- Update test fixtures egg-info formatting
- readme: do not repeat installation instructions
python-poetry/poetry-core
7 pull requests
- Fix special case of get_python_constraint_from_marker() and SingleMarker.only()
- factory: merge legacy dependencies and groups
- Fix Version.next_devrelease() when starting with a prerelease.
- Replace VersionTypes by VersionConstraint in type hints
- Fix multiple packages build
- Release 1.1.0a7
- Replace MarkerTypes by BaseMarker in type hints
danielgtaylor/python-betterproto
4 pull requests
pytest-dev/pytest-metadata
1 pull request
abn/aiographql-client
1 pull request
Created an issue in danielgtaylor/python-betterproto that received 2 comments
Lazy initialisation of default values can cause unexpected behaviour
I have the following code genereated from the openconfig/gnmi proto files. @dataclass(eq=False, repr=False) class Update(betterproto.Message): """ …
2
comments
Answered 3 discussions in 1 repository
3
contributions
in private repositories
Mar 14 – Mar 17