MrPropre
MrPropre
```php $router->map('GET', '/[*:lang]?/article/[a:id]'); ``` `lang` parameter is optional here.
Hi @dannyvankooten , thank you for the modification, but it doesn't work with this example : ```php $router->map('GET', '/archives/[lmin:category]?/page-[i:page]?', 'Article#archives'); ``` `/archives` -> 404 `/archives/page-1` -> OK with `category =...
Hello @dannyvankooten, It doesn't work. But I think it isn't possible to make two parts optional with only one route declaration. I tried with this on FastRoute and it works...
Snapdrop already implements Web Share API for links. It would be super useful if it can do the same but with local files. Thank you in advance.
@tuupola Do you plan to update your library to implement this change ? Thank you in advance.
Same problem here. I can't put a nonce attribute on the PS script, so the script is blocked because it violates the CSP header.
@haphan https://www.php.net/supported-versions.php 
I think we can temporarily install the package from the master branch to use the merged Guzzle 7 PR. ```bash composer require cloudflare/sdk:dev-master ```
Maybe for the moment you can show a charging icon when the controller is plugged via USB ? Just like the Xbox Accessories app do 
> It is not possible to create a callback to actively focus the current viewport. Using a service worker, you can use `WindowClient.focus()`. There is [a detailed example here](https://developer.mozilla.org/en-US/docs/Web/API/WindowClient/focus) >...