Maximilian Remming

Results 16 comments of Maximilian Remming

I've been on quite a roll with my own project and this would become very handy for me, so let's see if I will make PR. 🤔

When implemented properly it could also be used to create multichoice rolls. For example to roll a random item from multiple tables (such as loot in D&D) you could do...

I will see if I have time tomorrow to create some sample code. Really this is an issue of confusing, incomplete, and contradicting documentation. Which makes it hard to write...

Issue still persist but I moved my project from electron to a fully native Rust app.

Sure! I upgraded to latest locally (seems to be 0.4.2) and will report if I see this error again. We get updates through Dependabot PRs weekly on Mondays.

Would it not be possible to allow for expression with an if clause when ignoring changes? It could still be limited to not allow function calls or other problematic stuff....

This is a fundamental problem with query parameters. It's related to the fact that encoding a list of length one and encoding a single item as a query parameter is...

I can make a PR to add the missing field and fix the `CardFace.image_uris` type. Interested in seeing a CI solution to catch missing fields 👀, I have some ideas...

Created the PR (#44) and a continuation that changes a little how the `SearchOptions` struct works with an additional example (#45).