Liam O'Boyle

Results 48 comments of Liam O'Boyle

I have the same problem; I have some data which is common to several different tests, and when I want to change it I need to go modify it in...

Perhaps this can be enabled as an option when the dataset is created if there are compatibiltiy concerns.

I'm not familiar with git, so I'm not sure how to provide it, but I have created a patch which adds an option to process the entities when creating the...

I've implemented the change in my fork if that helps any other users that would like this simple feature. - https://github.com/elyobo/dbunit

The docs for [custom widget components](https://github.com/mozilla-services/react-jsonschema-form#custom-widget-components) mention that only `string`, `number`, `integer`, and `boolean` types are supported, so presumably you can't do custom widgets for `array`s. @glasserc if you're saying...

OK, so @daldridge-cs is trying to provide a custom widget for an `array` type, which the docs say are unsupported. The array of strings that @glasserc pointed to, those are...

@glasserc is the limitation on custom widgets not supporting arrays deliberate or would a PR to address it be considered? What is the rationale behind having a global array field...

Thanks @glasserc [The docs](https://github.com/mozilla-services/react-jsonschema-form#custom-widget-components) do not include `array` as a type for which you can have a custom widget - the example is using a custom widget to render _each...

Coming in and playing with the examples is very handy, but having some sort of API documentation would be useful as well if that's still on the cards - having...

It appears that you can do this by passing the undocumented `store` option. [See it in use here](https://github.com/jaredhanson/passport-oauth2/blob/master/lib/strategy.js#L104)), and see the examples in the `lib/state` dir for what should be...