Stephen Rees-Carter

Results 7 issues of Stephen Rees-Carter

Not sure if this is an issue with this package, or atom in general, but with the default Atom Dark theme, the poor colour contrast in the list view makes...

This provides a work around to an interesting problem with Signed URLs that I encountered and discussed here: https://twitter.com/valorin/status/1547053470389112834. I've created a PR for the framework here: https://github.com/laravel/framework/pull/43160 ### Problem...

I've just noticed an interesting discrepancy in `getAttribute()` between how the `CamelCasing` trait works and the original Eloquent Model. Consider the [Eloquent Model](https://github.com/laravel/framework/blob/5.2/src/Illuminate/Database/Eloquent/Model.php#L2604-L2617) function: ``` public function getAttribute($key) { if...

**Is your feature request related to a problem? Please describe.** Since Penwgin is based off Debian, it's default version of PHP is incredibly old, and you're limited to installing the...

Updating the `Js::encode()` helper to return an instance of `HtmlString` rather than a raw string. The primary reason is to support using the normal escaping Blade tags: `{{ Js::encode() }}`,...

Since it missed 11 in https://github.com/laravel/framework/pull/49641, let's try again and get it into 12. 🤞 Updating the `Js::encode()` helper to return an instance of `HtmlString` rather than a raw string....

I have a strange issue with the _not upstream_ indicator. For some reason it's taking up more space than it should and is shifting the rest of the characters in...