James King

Results 78 comments of James King

Can we not just use a try/catch here to fix this? Seems like the simplest solution to me

Well for one the directory structure has changed and Laravel 5 introduces lots more features. I think we should update the Laravel 4.1 version you have to 4.2 (the latest...

Yeah I can do definately, that should be relatively easy, I'll fork and post a pull request when I've done that

Just a quick follow up on this since its been a while, Laravel 5 is pretty close to launching so I may create a laravel 5 version of note jam...

Just to bump this as I've hit this issue today using GitHub Actions to push a PR to platform. I want to be able to create an environment, activate it...

Bump - I need this as well, currently had to override it with my own scss file to get this working.

@rarestoma Can we get this merged please?

The simplest way I can think of doing this is to simply create extended classes which override the unsafe methods. Like `Safe\DateTime` would override `createFromFormat`, check if it returns `false`...