Bao Nguyen

Results 10 comments of Bao Nguyen

Found a way. Instead of invalidate Textview with setText, do setTextSize. It is less verbose and work better. My attempt is ``` textView.setTextSize(n + 1); textView.setTextSize(initialSize); ``` That way you...

I was curious of how 60 responses PR should be, but ok then.

So Bican has no longer maintained the package, but I think this is a really good roles management package, simple but enough. Is there any chance we have someone to...

This package has been deprecated for 5.3 as of some conflictions with the framework. The owner is no longer active. I think you should move for another package for future...

I don't get why we need to add complexity or even flexibility to just several authentication blades. Personally, I don't think a user, who is able to find this repository,...

This is still happening and I am thinking of a workaround.

> I made this wrapper around form helper to work with JSON calls: > > https://gist.github.com/mohitmamoria/91da6f30d9610b211248225c9e52bebe Just in time.

There is no Number definition. I also tried it, but it doesn't exist, which is why it tries to load the Laravel class instead. Use Text definition instead of Number,...

I also have the same question.