Jari Pennanen

Results 220 comments of Jari Pennanen

I don't know a lot more. The user's PublicKey which I think is being used to verify signatures is in that ActivityPub profile (one of the CURL examples above gives...

@kefir- we just had discussion above, it's not possible with own server's Mastodon API. This is intentional, because the other server can lie, but your server's Mastodon API has internal...

@kefir- you don't need to use Mastodon API. There is ActivityPub API that provides all the same info, and it's public, and works for any account. I just gave CURL...

I updated winit now. Hmm, it sounds good, but what is wrong with the current non winit/crossbeam feature of using: [`std::sync::mpsc::Sender`](https://github.com/Ciantic/trayicon-rs/blob/df3e276bc52bee844ef0ba7fa7783c7d790c0cf3/src/trayiconsender.rs#L7) in that case? Would lambda work better than mpsc::Sender?

I'd like to see the output as well, I think it's not possible at the moment? Rust has much clearer way to run tests, it shows both Run and Debug...

In Windows it's enough to call e.g. in AHK: ``` WinSetStyle "+0x10000", "A" ``` To enable the maximize button, the 0x10000 is also known as `WS_MAXIMIZEBOX`.

[Kopia](https://github.com/kopia/kopia) (my preferred backup tool at the moment) uses it [by default](https://github.com/kopia/kopia/pull/565/files)

@elkowar it's not abandoned, it's just working :) I think all I have to do is rebuild with clean cache.

Yeah, there was no more than five pages when I last time fetched the cache 👍 Though, I'm fighting here with node version and npm version, which I haven't updated...

Did you try with the latest Windows 11 binary? To me whole DLL stopped functioning on 31st of August, and I released a new binary 2 days ago. Latest binary...