Yopai

Results 16 comments of Yopai

@AntoineLemaire, a test like this should fix the regression you encounter : https://github.com/Yopai/EasyAdminBundle/commit/fe275f236e797e1802af005d4987d9ed24aac49a Until a fix is officially made, you can create a fork, cherry-pick this commit, and instruct composer...

I made something like AssociationFilter, too. But you have to replace dots with _, then handle underscore ... I suggest an EasyAdmin evolution, doing the following : ** Separate form...

Don't https://github.com/github/lfs-test-server/pull/33 and https://github.com/github/git-lfs/pull/415 resolve this ?

Got an eye in the code (and got it back, it helps) In fact, there's a 404 because mux routes check the Accept header. So, I well understood, - in...

Opening the search box on the keypress event would be better than nothing. http://jsfiddle.net/n2en77vt/ Feel free to improve. It may not be an ideal solution in all case, but at...

@jgeurts : Open on focus is interesting, but IMHO it's too much. Let's consider a form with input / select 2 / input, if I press 3 times Tab, it...

My two pences about multiple batteries : acpi returns not only the main power batteries, but also wireless keyboard and mouse batteries. In my case : ``` acpi -ib Battery...

I just used diffuse to compare 12 files ... Fortunately I have 3 screens, but it would be simpler with an horizontal scrollbar

### Possible implementation paths * we can use a hook on console message to do something that would be meaningful (for example, send a system notification - if it is...

Speaking about security, I wanted to ask you something (and didn't see a way to send you a message not related with an issue or pull request, is there one...