sjwl
sjwl
I think this [PR](https://github.com/dapr/cli/pull/994) broke `dapr init` via proxy. The above PR replaced the default `net/http` client with an explicit client, but the explicit client doesn't setup `http.Transport.Proxy`. The default...
I have an immediate need to use the newer version WAPI, for example: ``` curl -k -u admin:infoblox -H "Content-Type: application/json" -X POST https://10.97.65.208/wapi/v2.5/network -d '{"network":"func:nextavailablenetwork:10.10.0.0/16,default,24","comment":"test","comment":"test","comment":"test"est"}' 19-03-26 - 15:07:29 "network/ZG5zLm5ldHdvcmskMTAuMTAuMS4wLzI0LzA:10.10.1.0/24/default"...
Here's a workaround: schema.cue ``` env: [string]: #Env #Env: { port: uint kafka_topic: =~#"^topic1$"# } ``` notice that running `cue vet data.yml schema.cue` still produces the same result as before,...