Wei Yuan Cho

Results 20 comments of Wei Yuan Cho

Hi @nagix any news on this? would be good to get this out so that we can get colorscheme to work with v3 :)

Hi I notice the same issue for [1.0.0.RELEASE on mvnrepository](https://mvnrepository.com/artifact/com.github.piomin/reactive-logstash-logging-spring-boot-starter/1.0.0.RELEASE), which isn't the same as [master](https://github.com/piomin/spring-boot-logging/blob/master/reactive-logstash-logging-spring-boot-starter/src/main/java/pl/piomin/logging/reactive/config/ReactiveSpringLoggingAutoConfiguration.java) ``` package pl.piomin.logging.reactive.config; import org.springframework.beans.factory.annotation.Value; import pl.piomin.logging.reactive.filter.ReactiveSpringLoggingFilter; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import pl.piomin.logging.reactive.util.UniqueIDGenerator; @Configuration...

@piomin any update on this (to publish reactive version to maven central?)

Hi, any ideas on when this will be implemented (since it has been marked as 4.0.0 milestone..)? If not what's the complexity to implement this and any guidelines for the...

Hi @smyrick thanks for the swift reply. My team and I are thinking of using it initially, but now we've decided that there's no urgent need for it so this'll...

https://github.com/Hacker0x01/react-datepicker/issues/1757#issuecomment-563967141 This suggestion works for me

https://docs.aws.amazon.com/compute-optimizer/latest/ug/create-s3-bucket-policy-for-compute-optimizer.html Based on the docs only the following are required: "Action": [ "s3:GetBucketPolicyStatus", "s3:PutObject", "s3:GetBucketAcl" ], Will verify tmr morning if it still works after modification

As this role is used by BOTH exportFunction and relocateFunction One more s3 permission is required, relocateFunction requires s3:GetObject I am just testing further to see if we can simplify...

> Maybe there is some rollup config possible in Vite.config.js ? Everything on [here](https://rollupjs.org/guide/en/#big-list-of-options) is possible but i don't know what to look for. > > I tried > >...