Everton Moreth

Results 17 comments of Everton Moreth

Thank you! We try to run `devspace purge` as much as possible but the muscle memory on `helm delete` is quite strong on people. We also have some automation to...

Any updates on this? I'm in the same situation where I have a Dockerfile target to build and serve assets and another one with the application itself. Those are currently...

Ariera, you can try: grep "select|update|delete" --count development.log Grep is very usefull in these cases

Be aware only that this will match "**update**d_at" columns and stuff like that. For my logs i need to run grep "SELECT |UPDATE |DELETE " --count development.log Using it without...

Is the wildcard import the only blocker? I'm mostly into python, but if this is the only blocker I can try to setup a java environment here to fix it....

Is there something I can do to fix this issue? This is a big issue for me.

Is this still missing something? Can I help with something do get this merged?

Well, that's bad! 😞 Thank you for your help @jpigree !

Any updates @samrocketman ? I do prefer an official release but I can use the suggested alternative if you don't have the time.

@inbeom version worked for me as well. But not @sepastian T.T