allburov
allburov
Hi! I was looking at plugins for celery in the github and found celery-batches but didn't quite well get how it actually work. It'd be great to add **How does...
May be, someone needs upload attachments to WI. ```python wi = client.get_workitem(ids=111) attachment= wi.attach(filename="myfilename.txt", filepath="C:\Users\allburov\myfile.txt") ```
Sometimes we need get TFS WI with specified fields, because we sync large amounts of data. Like in [jira](https://github.com/pycontribs/jira/tree/develop/jira): ``` query = jira.search_issues(jql_str="attachments is not EMPTY", json_result=True, fields="key, attachment") ```...
`dohq-tfs` now is silent. Logging is very helpfull for debug and trubleshooting. Idea is use standart `logging`
Let's participate in Hacktoberfest 2022! https://hacktoberfest.com/participation/#maintainers TODO: - [X] Add the “hacktoberfest” topic to your repository to OPT-IN TO HACKTOBERFEST and indicate you’re looking for contributions. - [X] Apply the...
**Describe the bug** On the import line it gives me an error - ` Cannot find module '@adiwajshing/baileys' or its corresponding type declarations.` ```javascript import makeWASocket, {DisconnectReason, makeInMemoryStore, isJidGroup, useMultiFileAuthState}...
There was a typo in `presence.update`
Hi! As I can see there's no API for [List pending team invitations](https://docs.github.com/ru/rest/teams/members?apiVersion=2022-11-28#list-pending-team-invitations). It'd be great to have it!
Hi! I've made some initial changes to support Patreon API v2. It's not fully implemented yet, but you can find it useful! Here's how you can install it in your...