Alan Descoins
Alan Descoins
I want to inline `MyInlineModel` (which has a required `FileField`): ```python class MyInline(SortableInlineAdminMixin, admin.TabularInline): model = MyInlineModel extra = 3 ``` I do this, and I open one of the...
Hello, I was trying to use cachier for caching the result of functions, in particular, HTTP requests. I am using asyncio throughout my code. I noticed that cachier is fully...
Investigate if with the job id alone, we are able to get stuff like: ```json { "scaleTier": "BASIC_GPU", "packageUris": [ "gs://luminoth-alan-train-jobs/lumi_train_20180815_173243/packages/luminoth-0.1.3.dev1.tar.gz" ], "pythonModule": "luminoth.train", "args": [ "--config", "gs://luminoth-alan-train-jobs/lumi_train_20180815_173243/config.yml" ], "region":...
* If two windows or more side by side, seems to be fine. * If it's the only window, trouble. * If it's full screen, trouble again! See video: https://github.com/nikitabobko/AeroSpace/assets/1590959/8d68df1f-6b81-48ba-af98-a4108a27603f...