IMO worktress don’t work for frontend heavy software stacks unless every piece of your stack can spin up in isolation at a unique domain. locally.
In practice, the moment you need to QA on device, you’re merging into a real branch just to get HMR to pick up the changes — which defeats the whole point.
Deffs think there is some tooling that could be built to improve this though. Especially with Laravel herd etc.
Sad to have missed this would love a review of an app I’ve been working on. It controls a hardware scoreboard I’ve also been working on. I’ve spent more time on the hardware side so I’m interested to get some ux feedback from an expert like yourself. In particular interested in improvements for clarity and perceived reliability of the app/scoreboard https://t.co/LcEYrTMbHV
@nuxtstudio everytime I try to authenticate via GitHub I get a 401 response.
{
"data": null,
"error": {
"status": 401,
"name": "UnauthorizedError",
"message": "Missing or invalid credentials",
"details": {}
}
}
@pascalbaljet Hey @pascalbaljet is there any way to pass custom sorts to the sorting on a column?
TextColumn::make('total_amount', 'Total amount', sortable: true, customSort: new TotalAmountSort()),
See spatie query builders custom sorting: https://t.co/6GjdvvvHwn