Fatih Pense

Results 8 comments of Fatih Pense

@rtfpessoa, Maybe it is a different but related bug. Inserted HTML creates double scrollbars if a parent div is scroll=auto & fixed height. @Shimada666 's CSS fixed this problem for...

Hi imutlu, thank you for the suggestion. Can you please share an example of field-symbol usage with this library?

Hello Ricardo, thank you for the pull request. I will test & merge it when I have the time. In the meantime, I will mention this pull request in the...

Hello, maybe you can try one of these solutions: https://stackoverflow.com/questions/577363/how-to-check-if-an-ip-address-is-from-a-particular-network-netmask-in-java

Hi Teddynet, thank you for the issue report and the proposed solution. I will look into the issue and update the repo. Regards, Fatih

For a quick solution: ```java @JsonbTransient public groovy.lang.MetaClass metaClass; ``` I think the current proper way is to create a custom serializer. `@JsonbIgnoreProperties` in the spec can be much nicer.

Hi @mcollina, thanks for the reply. Do you have any idea why `oauth2-redirect-state` cookie is empty? Plugin checks this at https://github.com/fastify/fastify-oauth2/blob/f9c4a5c4e891aeef5a57785da7c72f3e9683cfac/index.js#L26 when I'm using `getAccessTokenFromAuthorizationCodeFlow` function If I can fix...

There is frontend server vite proxying from `dev.example.com:3001` to fastify `localhost:3000`. When I check the cookies from devtools->Application it is there. Since it is stuck on `/login/apple/callback` GET route, I...