Jovansonlee Cesar
Jovansonlee Cesar
@jasonjb82 Thanks for filing an issue. This looks like you are using `xml` data type which I haven't added an implementation yet. I will have to add xml type soon....
@goodforever You need to use the nightly compiler for diwata. This uses a lot of experimental features as of the moment. You can do this by issuing the command `rustup...
Hi, I was able to replicate this error, when I update the rust compiler to the latest nightly. I will try to get a fix soon. Thanks for reporting @goodforever
I'm thinking of initial design on how to implement a sql writer for each specific dialect. I believe the easy way to do it, is to make a trait for...
Yes, I'll take this into consideration.
I have changed the widget names: ``` vbox => column hbox => row textbox => text_input ```
Yep, still working on it.
I think jsonb support will not be a priority of this project, because I don't think sqlite and mysql supports jsonb.
This is a known issue, since at the time of writing, i had limited knowledge on procedural macros, specially in dealing with $crate dependencies. I will try to resolve this...
Thanks for reporting it, I will have the radio buttons works like that when they are in the same GroupBox. Here is the [todo list](https://github.com/ivanceras/titik/blob/master/TODO.md)