Nathaniel Sabanski

Results 44 issues of Nathaniel Sabanski

* New examples for `hx-on` ! * Clarified `hx-boost` commentary. * Turbo Streams vs Turbo Frames vs htmx commentary.

Before / After Reduced wordiness. ![image](https://github.com/bigskysoftware/htmx/assets/24665/b3cad642-8225-4b00-975d-0543a5b710c9)

Drastically simplifies app deployment for Starlette and FastAPI for many users. Survive worker crashes directly in Uvicorn- go ahead and run your ffmpeg and machine learning tasks. Uvicorn will auto...

hold

Uvicorn stays alive when all workers are dead. Is this intended behaviour? Could someone explain the benefit of this? Uvicorn does not seem to restart individual workers if they are...

Issue: https://github.com/piccolo-orm/piccolo/issues/622 Implements "Sharding for Sequential Indexes" as noted in: https://github.com/piccolo-orm/piccolo/issues/607 Major performance feature for "sequential data" for clusters (timestamps, etc). * Article: https://www.cockroachlabs.com/blog/hash-sharded-indexes-unlock-linear-scaling-for-sequential-workloads/ * Video: https://www.youtube.com/watch?v=JlT_Co_wYFo * Reference manual:...

This is also a current issue in the Django CockroachDB driver, for migrations. When the following issue is resolved: https://github.com/cockroachdb/cockroach/issues/49351 Inside: `piccolo/apps/migrations/auto/migration_manager.py` We can refactor out the special case for...

## Describe the bug /tasks/test.py ```python #... server.script('./tasks/test.sh') ``` /tasks/test.sh ```bash #!/bin/bash echo "hi $USER" sudo echo "hello $USER" ``` This prompts for a password, but then erroneously re-runs `test.sh`...

bug
operations

I've been playing with combining `inventory` + `group_data` files lately, since `group_data` tends to be directly associated with a group of hosts inside an inventory file. Seems to work out...

## Is your feature request related to a problem? Please describe ### Benefits * Will provide a 1:1 migration path from Fabric tasks to Pyinfra operations. * This could make...

CLI

## Is your feature request related to a problem? Please describe Is there any way to run `reboot` and immediately trigger success or exit pyinfra successfully? ## Use Case Encrypted...