Alessandro Scarozza

Results 30 comments of Alessandro Scarozza

@ddewaele can you make version without autoregistration and read my pull request about a little fix ?

hi, i'm integrating this filter inside spring boot 2.0.3 app, there will be some incompatibility? what do you mean "spring boot 2.0 stack" i also have custom filter, but (from...

ok, im new in spring boot but i use this library in a spring boot 2.0.3 application. all works fine for the moment, i just have an "anomaly situation" and...

https://github.com/xanscale/CognitoResourceServer @schtrym @etwillbefine @ixortalkadmin i have made a ResourceServerConfigurerAdapter to work with cognito, just updated with spring boot 2.1.1 any help to improve are wellcome

@maciejwalkowiak open issue there, discuss there not here, is another project @ddewaele have you seen it ? i like some opinion

so this bug should be reported to : https://github.com/home-assistant-libs/pychromecast anyway ubuntu 20.04 include 4.1.0 but actually last are 5.3.0 (upgrading will resolve? i dont know) @JonasVautherin want to open there,...

@JonasVautherin if you cast from player of Android device it will works. I don't know how it can

For Example actually change second and millisecond of an Instant is just INSANE! ``` // kotlinx.datetime val localDateTime: LocalDateTime = Clock.System.now().toLocalDateTime(TimeZone.currentSystemDefault()) val localTime: LocalTime = localDateTime.time val localTime2: LocalTime =...

in my case i just need time slots of 1 hour from current time at start of hours, like from "2023-03-27T11:23:33Z" i need to create 2023-03-27T11:00:00Z 2023-03-27T12:00:00Z 2023-03-27T13:00:00Z 2023-03-27T14:00:00Z i...