mainpart

Results 8 comments of mainpart

I have the same problem. I guess it needed to be triggered somehow manually

I've ended up using this simple library that suit my needs https://github.com/xakep666/mongo-migrate

yes, i have figured that out about go text/template engine. The thing is - it was counter intuitive, what has been broken. The arbitrary single go comment and swagger mailfunction...

something like ``` [ { operation : shift, spec: { field_newname : field_oldname, field_newname1 : field_oldname1, }, over: "prices[*]" }, { operation: shift spec:{ output : prices } } ]...

as of apr 2022 fork not works with default examples https://go.dev/play/p/o6ror2BPQt3

Not sure if it is about default value. I'm not using it. It's about first value. My select contains some items so when i'm inserting row it inserts select with...

I've backed up to gii @stable in composer and this solved my issue

You have to downgrade it. Put "prefer-stable: true" into composer.json file and update: this will downgrade gii to 2.0.5 (as of now), solve this issue and probably will give your...