Benjamín Visón

Results 14 comments of Benjamín Visón

Yeah but it is more like if there is a value that is constantly changing (let's say that it changes directly in the database from another app that connects to...

This was happening to me too on WSL. I managed to make it work with #531 . I basically created an empty file in `/tmp/openssl.cnf` and then added an environment...

Any update on when is the PR going to be merged?

I was going to create a PR to fix this but as per their contribution guidelines: ``` Part of the SDK is auto-generated based on the XML schema. Due to...

I just removed all the properties from the XML and I am going to set them up programmatically.... FloatingActionMenu fabMenu = (FloatingActionMenu) view.findViewById(R.id.cliente_ver_fab_menu); fabMenu.setMenuButtonColorNormalResId(R.color.colorAccent);

This is happening to me as well, I try to import, then I see that nothings comes up, I manually look the class.. and laaater 2 minutes after the popup...

Did you fix this? I am looking for a way to have tasks never be skipped despite the fact that they fail, this is a pain because the only way...

Thank you @wintercounter , sadly it's not an option for me since I'm using a mix of third party commands and also mines, I can't really edit out the others...

I think I misread/misunderstood what the "skipped: true" actually meant. I've looked into the code and the only place where the skipped is set is if the `no-overlap` option is...

Update on this, I upgraded to jms/security-extra-bundle 1.6.0 (dev-master) and now it is doing something.. but it's not matching the routes properly...I have a controller /src/AppBundle/Controller/Dashboard/DashboardController.php with an indexAction... since...