Christopher Dignam
Christopher Dignam
@vitalyster Thanks, I see this happening on other repositories too occasionally. I'm going to take a closer look and then open a ticket with GitHub Support
I've opened a support ticket with GitHub Support and will let you know what I hear from them Here's the Curl output for context: ``` curl --request PUT \ --url...
Hi @vitalyster I'm still waiting for a response from GitHub support. I feel like their support times have gotten worse since their layoff.
@olegshilov Kodiak doesn't support merging with the GitHub Merge Queue. We could update Kodiak to support it using these APIs: https://github.blog/changelog/2023-04-19-pull-request-merge-queue-public-beta-api-support-and-recent-fixes/ This is where we call the merge APIs in...
I think we used to publish crates to crates.io, but got rid of that because it was a little complex and unnecessary for the CLI tool. I'm not opposed to...
I believe this is okay, there will be some locking when modify a table schema in Postgres. I think as long as the locking is short, it will be okay...
@bschnurr We can make this change, but it breaks foreign keys for Pylance. Mypy still works though: https://github.com/sbdchd/django-types/issues/136#issuecomment-1270744593
Yeah, we could probably change the types to use `__init__` instead of `__new__`
@bschnurr I've refactored the type definitions to use `__init__` in #139, but Pylance is having issues with understanding foreign keys. Mypy seems to work fine though and we do have...
Hi @febpetroni I think this behavior is expected. prefer-robust-statements works on a single file level. The rule ensures that the statements in a file can be run multiple times in...