schacki

Results 9 issues of schacki

file_link ensures that a symoblic link with defined name exists, but it does not check, whether it links to defined source. From my point of view that is not how...

There are currently 4 mode functions(=mode_local, mode_remote, mode_sudo, mode_user)  and 4 global mode variables (=MODE_USER,MODE_LOCAL, MODE_SUDO, MODE) , 3 cuisine execution functions (run, sudo, run_local) and the 3 native fabric...

Hi all, it would be really helpful to me, if any form input fields would be transformed to fillable input fields in the PDF document. To me it seems like...

feature

Hi all, I do have a calculated field current_location on my base model, created a method current_location() on the PolymorphicChildModelAdmin and added it to based_fieldset of PolymorphicChildModelAdmin. However, it throws...

I would really like to use json-server also to upload files. From the documentation and the code, this feature does not seem to be available, correct? Any plans here or...

#### Code Sample ```python KUSTO_DATABASE = 'DbJsErc' REGION = "northeurope" CLUSTER_NAME = 'kvc0rqpapuw5sdsq51c0sa' KUSTO_INGEST_URI = f"https://ingest-{CLUSTER_NAME}.{REGION}.kusto.windows.net/" CREATE_TABLE_COMMAND = ".create table test (test: string)" kcsb_ingest = KustoConnectionStringBuilder.with_interactive_login(KUSTO_INGEST_URI) client_ingest = KustoClient(kcsb_ingest) client_ingest.execute_mgmt(KUSTO_DATABASE,...

Hi all, is there a way to use it with docker-compose? If so, how would you do that? Best regards, Juergen

I have problems using store-log-monitor with angular@5 and [email protected]. Are there any plans to upgrade?

Is it possible to preserve the field order of the Pydantic model when dumping the model to yaml string?

enhancement
custom-yaml-engine
python