Vo Kn
Vo Kn
I have the same issue. Obviously "post_status" has no effect.
This is so unexpected and bad issue. Pls handle this.
🙏 this would be really helpful for CI. especially as images like `avatarnewyork/wrangler` are outdated
Yes, they are matching, that is why I need to keep the order like regular nginx. The problem with nginx ingress is that it changes the order. Please see the...
Is this now documented somewhere? I am having the same issue with: ```kotlin val fuel = FuelManager().also { val keyStore = KeyStore.getInstance(KeyStore.getDefaultType()) keyStore.load(this::class.java.classLoader.getResourceAsStream(keyStoreCertificate), keystorePassword.toCharArray()) it.keystore = keyStore } ``` I...
I even tried to upgrade to HttpRequest myself, however the project does not build with current version of gradle/java and I couldn't even manage to run it :/ eg.: ```...
For anyone who stumbles here – it can be _hacked_ even without modifying current version of Fuel. Two things need to be done: 1. Enable `request.executionOptions.forceMethods = true` 2. To...
For me 1.12.5 fixes the `every` issue, however, it creates a new one 🤦🏻♂️ 🙏 see https://github.com/mockk/mockk/issues/868
I guess this is not related as SortOrder (which fails) is not anonymous and also this works with the same Kotlin version, but different mockk version.