Enzo Caceres

Results 7 issues of Enzo Caceres

Hello Could you handle the case where the requester hasn't been authenticated? For the moment, Spring Security return only the 403 status. A way that could be done is by...

Hi Is there is a way to unwrap a view into another view? Here is an exemple: ```ruby ## These classes class User # has a name # has an...

**Parquet Viewer Version** v2.3.6 **Describe the bug** The window's close button is not exactly at the top right of the page. Clicking exactly at the right close windows behind. **Screenshots**...

bug

### Bug Description The Discord's Send Message action does not support some field for the author, forcing the user to use raw JSON input. But the author object is being...

in linear

I was messing around with server-sent events and managed to make it works with your library. Server-sent events works by using a `SseEmitter` and we can "return" an exception using...

**Describe the bug** The `AbstractOptionalDoubleAssert.hasValue(double)` javadoc state that NaN values are supported (last line of): https://github.com/assertj/assertj/blob/35e54e0571de3711f4545c0ca08d321348bbcf50/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalDoubleAssert.java#L120-L123 The nature of NaN values prevents the `==` operator to works, but there is...

type: bug

Fix incorrect parsing of the OTP algorithm introduced in version 8.0.0 to enable [this feature](https://github.com/Authenticator-Extension/Authenticator/issues/704). [The code before (in v7.0.0)](https://github.com/Authenticator-Extension/Authenticator/blob/v7.0.0/src/models/storage.ts#L383-L384): https://github.com/Authenticator-Extension/Authenticator/blob/bf630cc239e021ad23af88df1e01c06d5ae899bc/src/models/storage.ts#L383-L384 [The code after (in v8.0.0)](https://github.com/Authenticator-Extension/Authenticator/blob/v8.0.0/src/models/storage.ts#L490-L492): https://github.com/Authenticator-Extension/Authenticator/blob/2cf9b0ff3014bf5db88a3e834e7a2c2c54c96410/src/models/storage.ts#L490-L492 @mymindstorm parsed the...