PythonCoderAS
PythonCoderAS
@Rapptz I don't know how to get any more logs, since my program doesn't write any logs in-between. Furthermore, I have instead re-wrote my program to use a Queue and...
What is the difference between BaseModel and GenericModel? I pass these models to FastAPI so I'm not sure if GenericModel will work.
I made my own tap at https://github.com/PythonCoderAS/homebrew-nineanimator. If you want I can transfer the repo to the organization.
There is a way to automatically bump versions with minimal effort. But it'll require renaming the versions to not include "Build" in any file names.
It won’t because the app is written in Swift, which only compiles on MacOS/iOS. On Aug 26, 2022, 6:42 PM -0400, BEEDELLROKEJULIANLOCKHART ***@***.***>, wrote: > Wouldn't this also allow installation...
I am certain unless someone invented a Swift compiler for Linux. All homebrew casks are MacOS only. On Aug 27, 2022, 8:14 AM -0400, BEEDELLROKEJULIANLOCKHART ***@***.***>, wrote: > @PythonCoderAS, certain?...
Irregardless of whatever or not Swift runs on Linux, I am 100% certain NineAnimator uses MacOS/iOS-only frameworks.
> It's because use transaction inside get_or_create but exception in it, need some measure there I figured out the problem, at least in my case. When an Integrity Error is...
> @PythonCoderAS, there's a race condition somewhere in the code which handles Postgres connection pool. You can add `maxsize=1' to your connection string to limit asyncpg to a single connection...
The fix by the way was to use `.values()`.