Miguel Laginha

Results 34 comments of Miguel Laginha

@cvlmtg the way I'm working around that is by listening the `init` event and `mkdir` the workspace dir: ``` shipit.on('init', async () => { // This is due to a...

> because workspace is wiped away before the deploy finish completely ☝️ this should also be turned into an option, I've had to work around this myself. It's not documented...

Same issue here, solved by changing from cluster mode to fork as suggested by @dhowe. No idea why this happens, seems to be a new bug since I'm pretty sure...

Just wanted to pop in and thank @thiagomajesk for that code snippet above. I'm on a greenfield 1.7 project trying to use both traditional and live views and it just...

That makes total sense. I'll keep that in mind, thank you.

Hi @thiagomajesk I've been thinking about this and doing some experiments about what you said and I think there's a hack that may be helpful. I'm very new to elixir...

Just a note for those people still seeing this error, here's the issue I was facing. The docs include this step: ```elixir live_session :default, on_mount: MyApp.Hooks.AllowEctoSandbox do # ... end...

Same here only with `2.10.3`

I think you're right @armoliss thanks

@xgtechshow can you show your .env file? the `MODEL_PATH` should be defined there