Andrew Hoff
Andrew Hoff
+1 this would be awesome, currently just binding "ctrl-shift" to "project-find:show", then using Esc to get out. Can't use :toggle because the input context doesn't move to the find box,...
_From @ckeyes88 on July 17, 2018 20:40_ I can confirm that when I remove the `omitempty` from `Variant.InventoryManagement` the API call works as expected. I suppose an alternative solution to...
_From @ckeyes88 on July 19, 2018 17:10_ Update: As a work around I used the custom data structure workflow to create a variant that didn't have the `omitempty` tag associated...
_From @dlebech on July 19, 2018 18:43_ @ckeyes88 thanks for the comments and sorry for the trouble. I haven't been using this feature for a while, but according to [the...
_From @ckeyes88 on July 19, 2018 20:55_ @dlebech Thanks for the response! I agree that it should not be set to `""` in the API but rather `null`. I'm certainly...
_From @dlebech on July 21, 2018 6:59_ @ckeyes88 I see your point. When inventory management is initially unset, it will remain unset forever because of the `omitempty`, but if you...
_From @ckeyes88 on July 23, 2018 16:26_ Ya the more I thought about it the more I realized it wasn't as simple as changing the `omitempty` tag or changing the...
_From @ckeyes88 on July 23, 2018 17:5_ Just adding some more reference information from an issue on the Go-Github sdk discussing the exact same problem and potential solutions. [More fuel...
_From @dlebech on July 30, 2018 21:54_ @ckeyes88 thanks for the links. This is perhaps an issue that can be tackled as part of some larger updates of the library...