kmbt

Results 8 issues of kmbt

## 🚀 Feature request ### Current Behavior There is only one way to parse arrays - `D.array` which fails completely if any item fails. ### Desired Behavior A combinator that...

Hi, I have a form that is not directly associated to any Eloquent Model. Instead the values are taken out using `getFieldValues()` and persisted as JSON. I need a way...

I believe ChoiceType labels should be set up in similar manner as in `FormField::setupLabel()`.

#### Context * *node version*: v16.13.1 * *module version with issue*: 17.5.0 * *last module version without issue*: ? * *environment* (e.g. node, browser, native): node * *used with* (e.g....

First of all, I would like to thank you for posting this cheat sheet! It's been really useful for me as a reference. What I have noticed, is that the...

I believe the file `/src/Msieprawski/ResourceTable/Generators/Collection.php` needs the line ``` use Input; ``` changed so that it doesn't assume `Input` is aliased, as it is currently not done by default. Other...

When I am writing a `use` statement I am getting a lot of suggestions from `cwd` with no useful class path suggestions, like this: ![screenshot from 2019-01-23 17-14-42](https://user-images.githubusercontent.com/2975117/51620417-9cbd7a80-1f32-11e9-9f05-ee72efbacef0.png) What I...

While browsing through the code I have noticed that the CreateRolesTable migration does not implement the down() method. Is this on purpose?