James Smith
James Smith
LOL, you're all way too fast for me! I've just released improved 3MF code in `v0.101.0`, so unless you were trying the `edge` tag, you wouldn't see any change until...
great, thanks! I'll look into it. I'm also checking against the official 3mf-samples to check that we can handle all of those.
Great, I've merged the PR and it should make it into the next release!
Hanami 2.2 is using [ROM](https://rom-rb.org), so that might be a better approach.
https://rom-rb.org/4.0/learn/introduction/active-record/
So, in this case, "Yanahri" should be the creator, and the collection should be "Genshin Impact"? I'm not sure this is related, but try changing `{modelName}/{modelId}` to `{modelName}{modelId}` - the...
Ah! That *is* it! I've tested the situation with the folder separator between the name and ID, and it fails the tests! You can remove the `/` for an immediate...
I'm not really sure how to resolve this; you've told it that the bottom-level folder is an ID, then a model name, then other stuff, and so it's failing the...
I've also wondered if `{modelId}` should always be added, not be part of the template.
OK, that's an improvement at least; The problem is that if the regex doesn't match in some part of the path, it won't parse anything, hence you get all of...