Dead simple CLI tool to try Python packages - It's never been easier! :package:
A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
Behavior Driven Development tooling for Python. The root from red to green.
Update projects.go
Co-authored-by: Sander van Harmelen sander@vanharmelen.nl
Update projects.go
Co-authored-by: Sander van Harmelen sander@vanharmelen.nl
Fix HTTP method for EditProject with avatar
add ConfirmedAt to Email
Add ID parameter to FeatureFlagStrategyOptions
Fully support project and group avatars
This change set adds support for project and group avatars in the same fashion this is already implemented for topics.
Merge pull request #1506 from timofurrer/feature/avatars
Fully support project and group avatars
Merge pull request #1576 from r8ygun/master
Add ID parameter to FeatureFlagStrategyOptions
Merge pull request #1575 from mycrEEpy/email-confirmed-at
Add ConfirmedAt to Email
Implement Metadata API
Merge pull request #1573 from timofurrer/feature/metadata
Implement Metadata API
Treat ExpiresAt as optional when editing member options
Merge pull request #1579 from jelsdon/optional-expires-at
Treat ExpiresAt as optional when editing member options
fix: add delimiter tag into list group options skip_groups query param
Merge pull request #1581 from 2785/slice-query-param
fix: add duration and queued_duration for builds in pipeline webhooks
They are now part of the API according to https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#pipeline-events
Add 'start housekeeping task for a project' feature
Add 'Get the path to repository storage' feature
Add "commit email" to ModifyUserOptions structure
Add support for group ip restriction ranges
Add missing mr_default_target_self edit project attribute
It's an option for forks, see the docs
Update projects.go
Add notes on soft pull-up in the readme
Some notes have been added to the readme to check the hw installation and perform a soft pull-up via simple Python instructions.
Merge pull request #112 from Ircama/soft-pullup
Add notes on soft pull-up in the readme
Some notes have been added to the readme to check the hw installation and perform a soft pull-up via simple Python instructions.
@CJKohler looks indeed like a nice addition. Unfortunately, I don't have enough spare time right now to work on this, but would be more than happy to review a PR and get this feature released!
Update README.md (#105)
Added taskiq
Added taskiq
Task manager with full async support, It's core concept is similar to celery, but it's capable of executing async functions and it can send tasks asynchronously.
Documentation: https://taskiq-python.github.io/
There is no alternative solution to this problem for async programs.