Robbo

Results 106 comments of Robbo

This is just not cared about anymore? Is there a version I can revert to for this?

I mean I'd just want this as an option that defaulted to off. On Fri., 15 May 2020, 01:19 Jonathan Johnson, wrote: > Thanks @robclancy , I took a quick...

I don't even get "undefined" with what I just did, I get an error calling split on undefined. It's because of the way they workout the class names. Fails ``...

```php public function scopeExcept(Builder $query, User $user) { return $builder->where('id', '!=', $user->id); } ``` Now it is type hinted. Easy to maintain. And not magically hidden in the query builder....

Octane is almost done and this addon is very outdated compared to it. This is probably the main feature that is needed though.

Yeah got this same issue, pretty bad bug to stay around.

FYI you can hack around this using https://gitpkg.vercel.app. My final command `yarn add -D 'https://gitpkg.now.sh/fomantic/Fomantic-UI-SASS/app/assets?v2.8.7'`. EDIT: turns out this isn't really a sass version and is a compiled version separated...

Why not `node-webkit` it and use some frontend framework to keep the UI updated. `reactjs` is actually very suited to applications made with `node-webkit`. I'd like to do it myself...

Yeah I have already been playing with node-webkit to create an interface with it, just lacking the time. On Sun, Jan 25, 2015 at 8:52 PM, Simon Kusterer [email protected] wrote:...

I came to this package instead of semantic hoping at the very least they had installing working. But here we are still... 2020 and a css framework won't install properly...