Rias
Rias
422 is what Laravel uses for validation errors, I think it's a good choice
I'm having a similar issue. Running the following script with node: ```js shiki.getHighlighter({ theme: 'nord', }).then((highlighter) => { process.stdout.write(highlighter.codeToHtml('console.log(\"Hello world\")', 'js')); }); ``` Takes ~880ms on 0.9.3 and ~3s on...
We're working on this
SSG probably needs to reconnect to Redis to have this work, an example with MySQL is provided in the Fork docs https://github.com/spatie/fork#using-before-and-after-in-the-child-task
You could just add the base fields, then throw an event to let people add data to it from custom fields or any other things they want to add to...
To clarify the use case: I need certain video sizes to be available before they're referenced, and even then, multiple video's will be referenced at the same time from a...
Seems like this plugin isn't compatible with laravel-mix v6, I'll gladly accept a PR if you get it working, otherwise I'll try to do this when I find some time....
Added the twitter info to Nova, next up we should decide the schedule we'd want the tweets in: x days before meetup, general announcement. Requirements: - At least venue name...
I haven't tested this, but I think you could use `craft\base\Element` as the element type, you'll have to experiment a bit with the criteria then to get everything in there....