jake

Results 11 comments of jake

I *think* that would mean separate interface packages and therefore 3.x bump.

For what it's worth, here's my brainstorming on the direction I think the radar stuff should go in terms of https://github.com/jakejohns/radar-new

I like the concept. Here's some concerns off the top of my head: #### Update Docs `README-FORMS.md` needs updating. In fact, I don't think the "`multiple`" function is even documented...

Ah.... There _is_ an issue here, isn't there? Well, I think there's some options. ### 1. Assume escaped, users responsibility I think the idea is that when adding to the...

Fair point, @harikt. Perhaps the name is a little terse. Perhaps `getAllCurrentFlash()`, and `getAllNextFlash()` would be better?

I added "add" methods here as well. I should have perhaps done this as a separate PR, but the intention is that the `getAll` and `add` stuff would be complimentary....

@gallexi says this works, but i get the following ```bash $ ghi milestone -m "some message" Invalid request. For 'properties/description', nil is not a string. ```

### re: factories and di > I am not in favor for Factory for the Di usage. Really? I'd love some further explanation on that. I initially found myself duplicating...

Thanks for the response @harikt I assume you mean this as the last line? ``` php $di->set('schema', $di->lazyNew(getenv('driver'))); ``` Certainly that would work. However, I am hoping to _reduce redundancy_...