miguel

Results 99 comments of miguel

@jvmlet within this code https://github.com/LogNet/grpc-spring-boot-starter/blob/19fc75177a40d5b7b64cf6dcde81dfd4bb9a5eb9/grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/autoconfigure/OnMissingErrorHandlerCondition.java#L29 we are using `getBeanClassName` [which does not work on `@Bean` factory methods](https://stackoverflow.com/a/54303617). I will raise a pull request to fix this now.

> what is the spring boot version you are running with? @jvmlet 2.5.6

@jvmlet any recommendations on how I can get the code coverage to pass? I checked https://app.codecov.io/gh/LogNet/grpc-spring-boot-starter/compare/266/changes and it seems to have no changes and I also added tests to ensure...

I did some digging why that newly added code is not called during the integration tests. Here is my summary. Feedback welcome on how we could change these tests to...

@piiertho exactly. Also, we'd need an Apple Developer license for the certificate and all that jazz, so maybe for now I will just document how to solve this for MacOS.

I think there are ways, considering the fact that there is an official Unity and an official Unreal plugin available. The goal of this project could be to become an...

> unless Apple specifically needs each organization to do so in which case... f*** Apple? The difficult part I think is licensing here - there is an official plugin for...

Any news on this considering that we recently upgraded to the latest FMOD version?

Might be related: https://github.com/WebAssembly/wasi-sdk/issues/209 it looks like the -shared flag is not supported (yet) Here is the issue discussion on the llvm repo itself: https://github.com/llvm/llvm-project/issues/42738 Any way we can maybe...