Florent Morselli

Results 100 issues of Florent Morselli

Many thanks. Note for myself: I am not sure this dependency is still relevant. It could be removed in favor of custom exception. _Originally posted by @Spomky in https://github.com/Spomky-Labs/php-aes-gcm/issues/13#issuecomment-1765698031_

The "id" property in the PublicKeyCredential is deprecated. This commit refactors the relevant code, specifically in the "PublicKeyCredential" class and several test classes, to replace the use of "Base64UrlSafe::decode($publicKeyCredential->id)" with...

bug

### Description Version 4.9.x deprecates `$id` (base64) in favor of `$rawId` (binary). `$id` will be removed in 5.0.0. In 5.1.x, `$rawId` will be deprecated in favor of `$id`, which will...

DX

### Description First tries with BackgroundFetch shows it s not complicated to enable it. But it requires JS on client and SW side. This could be managed with a Sti;ulus...

enhancement

### Version(s) affected 1.2.x ### Description On non-production envs, the Data object is created with the final data in it. It should contain a callback and so that the data...

bug

Re-structured several classes introducing logging capabilities to better track application operation. Separated some classes for clean code organization and enhanced debugging information. Target branch: 1.2.x Resolves issue # - [...

enhancement

### Description It could be gret to take screenshots in both orientations at once. ### Example _No response_

enhancement

### Description The command only takes one screenshots and should be executed several times to have all pages and sizes. It could be great to have a list of pages...

enhancement

### Description As per discussion here: https://github.com/Spomky-Labs/pwa-bundle/discussions/100#discussioncomment-8692986 ### Example _No response_

enhancement

### Description The demo contains helpful Stimulus Components and additional JS scripts that could be added here to ease the integration. ### Example * [x] Connection status indicator: as the...

enhancement