Matt Mirus
Matt Mirus
@charbelnicolas I think you only need to modify the original function to add two lines: ```lua self.cur_layout.pivot_producer = function() local was_open = self.panel:is_open() local was_only_win = was_open and #utils.tabpage_list_normal_wins(self.tabpage) ==...
:wave: hey there! Should this be reopened? From what I can tell, the changes that completed this were rolled back before #28368 was merged.
Thank you! As a stopgap, I just plopped this into the play function where I needed it: ```js play: async ({ canvasElement, step, parameters }) => { const canvas =...
Workaround for now: pass the value of `git config user.email` to Docker as a build arg, and then during the build echo a `.gitconfig` file into the home folder in...
I think a solution to this is a) specifying your flags as a string, and b) including `--build` in your flags. Example: ```lua flags = "--build --noEmit" ``` The reason...