Igor Pashev
Igor Pashev
Yeah... it's close, but not enough. In one of my use cases, number of rows is unknown: https://github.com/ip1981/sproxy2/blob/a3b5b7ac059e473e10749591c11aee97482b88d1/src/Sproxy/Server/DB.hs#L137-L139. It smells like conduit with PostgreSQL query as a producer :) ("Unknown"...
Re: https://github.com/GabrielDosReis/open-axiom/blob/467b6fb9eeb12d064c1f6fa4d7f87638e49685ca/src/boot/strap/ast.clisp#L3855-L3864 and https://github.com/GabrielDosReis/open-axiom/blob/467b6fb9eeb12d064c1f6fa4d7f87638e49685ca/src/boot/ast.boot#L1951-L1956
Ref. https://github.com/ip1981/nixsap/commit/acc13309bbd7ba43106f06e52e98752773281e33
I'm suffering the same. Work around - kill VirtualBox instance, start it again, redeploy.
I'd like to attach ENI at instance launch. EIP -> ENI -> instance.
Changing instance type via nixops is also a problem: ``` There are multiple interfaces attached to instance 'i-XXXXXXXX'. Please specify an interface ID for the operation instead. ```
Detach an extra interface :-)
that would be great!
Is it fixed? https://github.com/NixOS/nixops/commit/1a71a2e595af5aff54a84779c2bf58b5e2f55ac6
Yes, I could. But ec2 backend is good in provisioning :) I just want to be sure my Jenkins won't change any resources. Automatic provisioning is good until it gets...