Travis Sheldon
Travis Sheldon
Is there a reason to keep the legacy protocol around if theres going to be as major of a rewrite as the PR? From what I can see, legacy protocol...
@szymekjanaczek how similar is the work in #277 to what you're working on? @Webklex do you have any preferred way of discussing/planning/communicating regarding v5 work?
Absolutely. I'm working a project that heavily depends on this library so I'd love to contribute back. On Fri, Oct 7, 2022, 2:50 AM Szymon Janaczek ***@***.***> wrote: > @ainesophaur...
I personally love the way laravel handles releases. Ive made it a habit to update my active projects weekly where other projects get updated with major version bumps. In my...
FWIW for anyone who comes across this.. Ive noticed `$form.errors` will only retain the initial errors returned by the server and doesnt update. However, `$page.props.errors` does contain the updated validation...
FWIW this has been resolved in release 4.0 on my side
fwiw, I'm using electron-forge with squirrel installers (@electron-forge/maker-squirrel:6.0.0-beta.54) and only needed to set app.setAppUserModelId `src/index.ts` ```javascript if(process.platform === "win32") { app.setAppUserModelId(process.execPath) } app.on('ready', () => { ... }); `
I don't believe you'd be able to. I don't believe it's a limitation on our side, but rather the forms ui (they're not the same as windows native forms). I'd...
I'm pretty sure you can get around it by walking up to the passengers windows. If not, it would be a good contribution to include all passengers after the initial...
I'd suggest not perusing this and instead using the Metadata dictionary on Entities ([Example](https://github.com/PieRGud/ComputerPlus/blob/master/ComputerPlus/Controllers/ComputerPedController.cs#L16))