Tim MacDonald

Results 167 comments of Tim MacDonald

Heym, @juanparati, thank you so much for pushing this along. I'm circling back to this now. I'm going to close this PR in favour of https://github.com/laravel/precognition/pull/88/files, simply because it is...

@ragulka, thanks for raising this. I had not considered keys changing when I implemented the transform feature. I believe I have a solution to this that I am working on...

Opened a pull request with a failing test for this one: https://github.com/laravel/precognition/pull/92 Unfortunately, it is a tricky one to solve with how Precognition needs to work. Will keep hacking on...

Hi, @maciek-szn, thanks for reporting this. I've just some testing and wanted to confirm what I'm seeing is what you are reporting. I can see that everything still works as...

I feel that we should likely display the time in your browsers timezone, rather than the applications timezone - potentially with UTC alongside.

Closing this one as we have a PR open for this: https://github.com/laravel/pulse/pull/417

I'm surprised to see issues on Postgres 15. We are running our test suite against Postgres 14 and things are working as expected: https://github.com/laravel/pulse/blob/4abc3c1a95877e56e47dbcb34677297f972cebbf/.github/workflows/tests.yml#L148 Although your change may allow the...

Going to close this one. Pulse requires support for generated columns when using Postgres.

I'd like to see the Inertia version here before we look at merging this. The API decisions made here should be based the Inertia Svelte adapter. If we implement this...

Would anyone be kind enough and have time to spin up a bare bones svelte project with a basic form for me to test this out in? Even if it...