Jim Kring
Jim Kring
Oh! I'll take a look. You're right @Bas-vE, it's not by design. CC: @nate-moehring
@nate-moehring @Bas-vE I’ll take a look into this one later this weekend and see if I can do a clean rebuild of the package and what the final dependencies look...
I will add that this general "problem" exists in other places, such as when choosing a Provider for a Docker Compose service. There are tabs for choosing what type of...
> This is going to take some time, considering there are multiple dependencies that will also need to be updated to Svelte 5 as well: > > ... > *...
PPLs (unless saved with source code) do not contain block diagrams. You’d have to decompile the bytecode, which is beyond what I think anyone is practically able to do at...
For what it's worth, I was having similar error messages. I "fixed" it by installing mingw using chocolatey (`choco install mingw`) and rebooted.
Thanks for making that change! I’ll give it a test and let you know.
This is from the Marvin examples. https://www.askmarvin.ai/docs/text/functions/#parameters ``` class Recipe(BaseModel): name: str cook_time_minutes: int ingredients: list[str] steps: list[str] ```
@zzstoatzz lmk if this is enough info for you to reproduce. Thx.
@zzstoatzz Thank you. I was able to work around this issue by keeping my model definitions separate (in a different module) from where I call marvin. So, if a fix...