magick93
magick93
Thanks, this does help. I'm now getting the following errors: ``` ERROR! couldn't resolve module/action 'vagrant'. This often indicates a misspelling, missing collection, or incorrect module path. The error appears...
> Also make sure you have all the necessary deps in your `requirements.txt` Can you be more explicit on what I should have? If I dont have `molecule-plugins` installed I...
> What would be the goal, to import an XMI representation of a metamodel and have it as a BESSER normal (e.g. to visualize it in the editor, to generate...
@antondlr > question; this does not expose over SSL currently, right? Yes, the primary objective of this PR is getting the egress restrictions in place. > one of the main...
@antondlr > it would also be nice to use the same template for nginx_proxy.conf.template and siren-http{,s}.conf, manipulating the template can be done from docker-assets/docker-entrypoint.sh Yeah I considered that, but I...
This sounds very similar to my setup. And `migrate svelte-5` also hangs. It doesnt manage to migrate anything.
I have a similar issue. ```rust #[derive(Debug, Clone, Deserialize, Serialize, utoipa::ToSchema)] pub struct WithId { pub id: Uuid, #[serde(flatten)] #[schema(inline = true)] pub inner: T, pub created_at: chrono::DateTime, pub updated_at:...