Jonathan Nuñez
Jonathan Nuñez
There will be awsome if we can pan and zoom at same time! What problem have this possible feature? Cheers
Hello, Is there any reason why the VPN Slice script wouldn't add the VPN DNS servers to the host for name resolution? At the moment, the DNS servers are only...
Hello, Currently, Jasmin will fail to connect to a TLS Rabbit MQ endpoint. So far I can see on the code, connectTCP is used for the "amqp-broker-client" when we will...
- Upgrade OkHttp to 3.6.0. - Adding AOT for every project. - Dropping support for retrofit, new version of retrofit (2.x) has renamed RestTemplate to Retrofit and now its Builder...
One of our services had an issue posting data to Cloud Watch, the stacktrace: ``` java.util.concurrent.CompletionException: software.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: connection timed out: monitoring.us-east-1.amazonaws.com/10.95.42.69:443 at software.amazon.awssdk.utils.CompletableFutureUtils.errorAsCompletionException(CompletableFutureUtils.java:62) at software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage.lambda$execute$0(AsyncExecutionFailureExceptionReportingStage.java:51)...
Hello, The methods https://github.com/redisson/redisson/blob/master/redisson/src/main/java/org/redisson/config/Config.java#L302 and https://github.com/redisson/redisson/blob/master/redisson/src/main/java/org/redisson/config/Config.java#L222 are protected and therefore we can't customise them from a RedissonAutoConfigurationCustomizer class. Would it be possible to change its visibility to be public? Thanks
Hi, I'm modifyng my fetchedResultsController from my aqgridview, but reloadData doesnt display any cell. The method "gridView: (AQGridView *)gridView cellForItemAtIndex: (NSUInteger) index" is calling, but there isn't no cells displayed....
Hi, I have a problem when a send my application to background. When i came back to foreground its display like http://piczasso.com/i/a0owu.jpg Step to play the bug on iPad simulator...
Currently, the project "swagger-core-jakarta" depends on "jakarta.xml.bind:jakarta.xml.bind-api:3.0.0" which depends on "com.sun.activation:jakarta.activation:2.0.0". Latest version of jakarta.xml.bind-api is `4.0.0` which depends on the new module from jakarta: `jakarta.activation:jakarta.activation-api:2.1.2`. Spring Framework (org.springframework.boot:spring-boot-starter-mail:3.1.5) via...
A recent change in Kics https://github.com/Checkmarx/kics/commit/8ac0687178361a1655245f6c9cafcdcb4360ed5c introduced a check for `DefaultRouteSettings` on `AWS::ApiGatewayV2::Stage`. This check expects a value on `Properties.DefaultRouteSettings.LoggingLevel` which is a field that can be ONLY set for...