Jason Varga

Results 55 issues of Jason Varga

Right now it's not very easy to test your update script. When you run the command it'll look at the actual version installed in the composer lock file, which is...

As explained in statamic/cms#74

Obviously not an pressing issue for the initial read-only phase, but people may want to add auth. We can discuss it more in Slack.

In GraphQL and the REST API. Similar to how in Spatie's Laravel Query Builder package you can allow them. https://spatie.be/docs/laravel-query-builder/v5/features/filtering It would be a breaking change to have to opt...

Loved your accompanying articles to this project. Very helpful. I had a question about how you're handling discounts (and coupons). At the moment, they are part of the `Product` object....

## Summary Ability to fall back to PHPUnit when Pest isn't installed. ## Detailed Description Before starting to use Pest, I would have the "Better PHPUnit" package installed. I still...

This PR starts adding support for Laravel 11. At the moment this is targeting the 4.x branch, but it's not a guarantee. Todos as we think of them: - [...

### Bug description Certain servers may require different permissions. Right now we use 777 for directories and files. [A PR was attempted](https://github.com/statamic/cms/pull/9460) to change that to be more in line...

caching

Closes #2217 ### The issue When you have a collection with date behaviors like a typical blog with scheduled posts (past dates are visible, future dates are not) whenever the...

I had to recently explain to someone that uses our package that translations for built in features like validation need to go in their app, and shouldn't be part of...