C-Bass
C-Bass
It would be very nice to have some kind of UI for generating the schemas. It is quite difficult to come up with them, especially as in your validation example.....
Also ran into this today.. worked ok on Android without adding `unsafe-eval` but on IOS it caused an issue.. so I had to add 'unsafe-eval' to my CSP but wasn't...
I just want to chime in and say that this issue right here is mandatory reading to get a grasp of how to really use custom components. The current bootstrap...
yes please add this also, displaying the json as "pretty" should not alter the row content like it currently does. It should display it pretty only but not add whitespaces...
very nice to hear! Any ETA on when this might be added? Weeks? Months? Thanks!
Not a PR but this is how I solved it ``` protected $signature = 'migrate:sync {--migration=}'; ... public function handle() { $files = $this->migrator->getMigrationFiles($this->getMigrationPaths()); foreach ($files as $file) { if...
You know All I had to do to get dingo working is replace the API code you generate from the one you were generating in your previous package ``` $api...
Would be really awesome if you added support for Datatables Editor. I bought it personally and love it. I'm planning to modify the stubs to add support but it would...
tried to get this working, I don't receive any errors when using your example @anteriovieira, however the body is still blank This is my code: SwalContent.vue ``` test export default...
hrmm.. it seems that your package just doesn't support the `content` prop if you replace the above example by change `content:` to `html:` then it works