Talysson de Oliveira Cassiano

Results 37 comments of Talysson de Oliveira Cassiano

@wenderjean seems like a good idea!

@mertcanyalhi thanks, I like this idea! Might be good to update the docs about validation as well and update more validation tests so we have documented in the code what's...

Como eu quero falar de assuntos que eu queria achar blogs no mesmo estilo quando eu estava começando, acho que o público seria brasileiros (mas nesse caso estaria escrevendo em...

Não, é sobre dev que pretendo escrever mesmo, não um blog pessoal (acabei reparando que na minha resposta eu não citei nenhuma vez esse fato, foi mal !). E sim,...

The port of CommonRegex to Java ([CommonRegexJava](https://github.com/talyssonoc/CommonRegexJava)) now supports multilang (although only english is implemented currently), maybe could give you some ideas.

@kolbobby Is your v8js installed correctly? If you run `php -m` does it appears there?

Try to define a `ENVIRONMENT` constant with the value `teste` (like this: https://github.com/talyssonoc/react-laravel/blob/master/phpunit.php#L7), I guess I forgot the case where a test is running but this constant does not exist....

I guess we could use `APP_ENV` then, and read it with `$_ENV` (but it's also important to remember that the user might be testing with Behat or another test tool,...

Actually it is a JS error message and change it (like show the stack trace) should be done at `react-php-v8js` repository. Maybe react-laravel should allow to use a custom [error...

Hi, @mihirsoni, some users are having a issue with the directive, as you can see in @nrcook's answer here: https://github.com/talyssonoc/react-laravel/issues/28#issuecomment-114667043 You can use the facade directly until I (or somebody...