Michael Schaap
Michael Schaap
I have the Windows 10 task bar on the left side of the screen. (Not being able to do that in Windows 11, is my main reason for not upgrading.)...
I'm trying to create a POST request like: ``` POST /foo HTTP/1.1 Content-Type: application/json Host: example.com {"foo":1, "bar": 2} ``` As far as I can figure out, this is not...
When I click on links on Twitter, I usually end up on a page that still has tracking parameters. For instance, a link on Twitter: - https://t.co/6gRWZ581yQ redirects to -...
## The Problem `zip` and related constructions behave inconsistently when running on a list of one list. For instance, I was trying to add a list of vectors: ``` >...
## The Problem Perl 6 lets you do awesome stuff like my @r = 2,4,6; my $div = @r[0]; @r X/= $div; dd @r; # output: Array @r = [1.0,...