Simon Choi
Simon Choi
We currently support Appium via command line. A lot of documentation is missing 😅
Nice!!
Thanks for reporting 🙏
Thanks for reporting. While we can't implement web support we can just disable Honey on web.
It's not a typo. You can use whichever name you like better. If you want to create a "regular" `fromJson` with `Map`, Crimson will just ignore it.
@JulianBissekkou pointers basically allow you easily and very efficiently unwrap nested json. Check out the [example in the readme](https://github.com/simc/crimson#json-pointers). Using a pointer prefix multiple times is definitely a valid use...
I'd like to keep the library as simple and easy to use as possible. What is the advantage in disabling the generation of certain code? Tree shaking will remove it...
That's very weird. I use Crimson a lot myself and never seen something like that. Is it possible to provide a small runnable example?
This is not possible to support currently unfortuantely. The reason is that Crimson needs to know all possible types of `T` at compile time to generate optimized code. Do you...
Is there a reason you want to write the `fromJson` method yourself? It's not doing anything special and could be created by either Crimson or json_serializable.