Renan GEHAN

Results 11 comments of Renan GEHAN

A first version of this has been added. Github PRs now show the time since last interaction (comment/review)

This is already possible in the console. Simply type `window.exportConfiguration()`, and copy the snippet that is outputted. Pasting it in another Octolenses instance's console will overwrite all the configuration (settings,...

@honeyyenoh You go ahead, tell me if you have any question about how the extension works :)

I've been looking into this, and it doesn't feel right to have to define bindings manually in the `config.js`. I've done it that way: ```js const CUSTOM_KEYBINDINGS = { '':...

The thing is, that isn't the only thing that's broken. After working around that issue, I've realized that shared data wasn't set either (neither versioning) So we'd have to duplicate...

What was the reasoning with moving from `Inertia::` calls in a SP, to a middleware? What problems did it solve? IMO, the service provider approach was fine, it just lacked...

> It was argued that it was more proper to do this work in a middleware Naive question, but can't we just use `app()->runningInConsole()` to shunt the provider when necessary?...

You've perfectly described my use case: - I have a custom layout, which isn't `app`, hence the `setRootView` - That layout relies on some globals that are available everywhere else...

If I'm not mistaken, packages also have the ability to register middlewares (`pushMiddleware` I think?), so in both cases it should work.

That would be nice, especially when you have many replicas and you don't want to forget updating one of them.