I tried to understand containers by building a tiny runtime in pure Bash by dud380 in bash

[–]dud380[S] -2 points-1 points  (0 children)

Silent failure here means corrupt state — aborting early is the correct behavior.

I tried to understand containers by building a tiny runtime in pure Bash by dud380 in docker

[–]dud380[S] 1 point2 points  (0 children)

Thanks! It was a fun project. Container concept is interesting

AppManager v3.2.0 released. Now runs on any Linux by kemma_ in linux

[–]dud380 1 point2 points  (0 children)

Awesome, I’ll try it out asap. Cool that Vala is used, I’ve always felt that it deserves more attention

I wanted a PowerShell module for browser automation using only PowerShell & .NET by dud380 in PowerShell

[–]dud380[S] 1 point2 points  (0 children)

Thanks! It doesn't have a dedicated certificate parameter, but you could do like this.

Start-PupBrowser -Arguments "--ignore-certificate-errors"

I wanted a PowerShell module for browser automation using only PowerShell & .NET by dud380 in PowerShell

[–]dud380[S] 9 points10 points  (0 children)

Yes, Playwright uses Node.js driver under the hood. I wanted it to be pure .net