Le Duc Duy
Le Duc Duy
### Version [2.8.1](https://github.com/consola/releases/tag/2.8.1) ### Reproduction link [http://not-available.com/Always broken on webview android 6.0.0](http://not-available.com/Always broken on webview android 6.0.0) ### Steps to reproduce Using android emulator with version 6.0.0 Having any consola.log...
For some reason, while executing pre-receive, my `BUILD_ROOT` dir isn't empty. My guess is that the hook doesn't always execute at the end `rm -rf $BUILD_ROOT` and the `git archive...
Use case: https://github.com/hasura/gitkube/issues/105 The behavior should be in sync with how `Deployment` handle `envFrom` and `env`
https://github.com/r2dbc/r2dbc-pool/blob/dae00e57f5509a7fea769df6ea116fd85a4c990b/src/main/java/io/r2dbc/pool/PoolingConnectionFactoryProvider.java#L60 I'm unable to set `BACKGROUND_EVICTION_INTERVAL` via `ConnectionFactoryOptions.builder().option(PoolingConnectionFactoryProvider.BACKGROUND_EVICTION_INTERVAL,XXXX)` Seem like `XXXX` can only be Integer and internally, it requires it to be either `String` or `Duration`. Am I missing something?
I haven't made any reference to bootstrap. I only copy them inside the load path and error occurred. Is it supposed to iterate through every file without any direct reference?...