Vendredi 9 juillet 2021 Dagger => cue + builderkit + Textual (grid layout system for Textual) + django-sql-dashboard

Cue + buildkit

Cue + buildkit = declarative deploy using extendible packages.

Think if Helm and GitHub Actions had a baby that got only the best qualities of each.

Dagger

Lots of interest in @solomonstre talk at #DockerCon on application delivery with Cuelang and BuildKit together

Watching @solomonstre explaining how he, @sam_alba & @aluzzardion are solving the deployment pain, w http://dagger.io , using Cue & Buildkit at @DockerCon

It feels like we are back in 2013 at @pycon when Solomon introduced @docker to the world, w the same type of live demo

I’ve implemented a grid layout system for Textual

I’ve implemented a grid layout system for Textual

It’s a clone of CSS grid – a modest sub-set of the features at least.

BTW these layouts are all nestable. Put a grid inside another grid inside a dock, ad infinitum (or at least until you run out of terminal cells).

First thing I want to use it for is the scroll view, which is essentially a 2x2 grid with a main area and two scrollbar areas.

django-sql-dashboard

is my tool for adding a read-only, bookmarkable SQL querying interface to any Django plus PostgreSQL project.

I introduced it with a demo video back in May