Tomasz Sawicki

Results 15 comments of Tomasz Sawicki

My quick&dirty "fix": ``` #[Route( '/zipball/{package}/{hash}', name: 'download_dist_package', - requirements: ['package' => '%package_name_regex%', 'hash' => '[a-f0-9]{40}\.[a-z]+?'], + requirements: ['package' => '%package_name_regex%', 'hash' => '.+?\.zip'], methods: ['GET'] )] public function zipballAction(#[Vars('name')]...

Strangely enough, it works on my development machine, but in docker the starting slash is missing (`tags/1.0.1/@3426.zip` instead of `/tags/1.0.1/@3426.zip`) so I had to also add: ``` if (str_contains($reference, '/')...

To rephrase the OP - after the last update, notification dot in taskbar doesn't go away when all is read. You have to close the window to systray to make...

![notification](https://github.com/keybase/client/assets/715407/55bb72ab-99bf-40ef-b0e5-29931526b221)

Seems so. I guess we'll confirm when the fix will be merged and release.