Oh that is giving me nostalgia vibes from nethack / angband / MUDs.
Oh that is giving me nostalgia vibes from nethack / angband / MUDs.
or
Pwsh> docker container inspect (docker container ls | Select -First 1).id
If you want a full solution, check out the module **Rocker** from github.com/StartAutomat...
That lets you pipe commands.
You could stop any container with a specific name:
🐒pwsh>
docker container ls
| ? Image -eq 'my-stuff'
| docker container stop
Here's a secret #powershell tip that converts #docker #cli to objects
Use "--format json"
Try these
> docker container ls --format 'json' | ConvertFrom-Json
> ( $imgs = docker image ls --format 'json' | ConvertFrom-Json ) | Ft
> docker image inspect $imgs[3].ID --format 'json' | jq -C
I highly recommend Kevin's channel to get up to date with modern #CSS
Container queries conditionally show more content. Imagine if media query was the div size. Cards can dynamically switch to detailed view on grids/flex.
Or say columns are X width, fit as many fit
www.youtube.com/@KevinPowell
@marcorus.bsky.social
One of your dax.guide links is a 404
I thought you'd want to know for your SEO ranking
start here dax.guide/pathlength
The first blog is a 404 www.sqlbi.com/daxpatterns/...
The good links are:
www.sqlbi.com/p/dax-patter... and www.daxpatterns.com/parent-child...
Tired of inconsistent, slow, boring GUI?
Looking for a keyboard and console-only experience?
Look at the latest version of the VPAX command line tool (beta/preview/unstable/funny).
It's so cool...
We are so back! 😎
https://github.com/sql-bi/VertiPaq-Analyzer/releases/tag/Dax.Vpax.CLI_1.3.2-beta
Display codepoints and the Glyph
#pwsh Adds the function EnumerateRunes() to String.
What's cool about it verses #powershell? You can enumerate text over *codepoints* instead of *chars*.
That means you don't have to deal with surrogate pairs.
You can find details here: learn.microsoft.com/en-us/dotnet...
I've heard of issues where several signed modules really hurt performance because of that.
( The character limit is rough )
What kind ? Does it have to send a web request before reading files? If you open two terminals at once, can they sort of have a race condition making it worse?
> Jaykul: certificate revocation list lookups require network calls, and don't get cached. So it can be really bad for signed modules
I fixed the parsing error by converting it to a Type Constraint.
[ValidateScript({return ($_ % 2)})] $odd = 3
Massive @vscode.dev update this month. Experimental blame is one more third party extension I can get rid of. Tons of copilot new stuff. Extension bootstrapping, UI improvements. On and on.
That's a bit rude to ignore their honorary doctorate title. Do you know how hard they didn't work for it?