Caleb White

Results 344 comments of Caleb White

I'm sure there's a better (native) way to do this, but I was able to get this working via the following: ```bash mkdir -p ~/.local/bin mkdir -p ~/.local/share/applications # create...

> The missing component is that you also need a terminal, and just assuming one is not generally a good idea. The "default" varies by DE and preferences also vary...

What if a user has both nvim and macvim installed and wants to open it with one and not the other?

@justinmk, possibly! If Neovim itself contains the logic to parse the nvim:// path

I will look into doing that! We just need to standardize the uri format first---I propose something similar to the `emacs` one shown above: ``` nvim://open?url=file://%f&line=%l ``` Thoughts?

Can you show the full code? Error references a function that does not exist in your example

This is likely an issue in Larastan that override the builder template type to just be `ObjectType(Model::class)` instead of the provided template I'll take a look at this later after...

@liamduckett, I've added the fix to #2180, but in the meantime I've also published the fix on my [fork](https://github.com/calebdw/larastan)

Why don't you just add Conditionable to the base Relation class? Then it's consistent across relations and forwarding will work as normal so there's no concerns there Also, in your...