Gianni Ceccarelli
Gianni Ceccarelli
(hello, I'm one of the Sharkey developers, Sharkey behaves the same way as Akkoma for the same reasons: prevent impersonation) the simplest solution would be to provide the short URL...
Thank you for the prompt reply! Turns out we need to do: ``` Readonly my %a => {a=>1}; my $a=\%a; ``` Or, maybe: ``` my $a = do { Readonly...
Then clearly document what happens when passing anything that's not a simple string. Or throw an exception if one is passed. But be consistent! Currently, if I pass anything that's...
I have just now tested Firefox 128.0.3 linux x64, both of those URLs load fine, no lockup of any kind this is the profiler trace fo misskey.io https://share.firefox.dev/3A3Ul6H this is...
both your profiles shows 100% CPU for several seconds doing *font rendering* I suspect you have some very weird fonts installed on your machine… or the Tabler iconfont is somehow...
(I'm not completely sure why my opinion matters) the AWS documentation is pretty clear on the subject: `AWS_CONFIG_FILE` refers to `~/.aws/config`, and `AWS_SHARED_CREDENTIALS_FILE` refers to `~/.aws/credentials`; since `Paws::Credentials::File` reads the...
I should probably have started with the more interesting use case: ```raku for @a-lot-of-things -> $thing { do-some-work($thing); say "this loop took ", now - ENTER now; say "all loops...