RVxLab
RVxLab
How I'd approach this is in separate stages, updating everything at once is a great way to lose track of what's going on. First the backend should be cleaned up...
I originally added `showIf` and `showUnless` as requested in #58 and #129. They were meant for more simple checks like user permissions, whether a model exists, or if an existing...
This is more or less a duplicate of #145 and #167. It has to do with `Str::slug` stripping out what I assume to be non-Latin characters.
I'm not experiencing this issue anymore in PhpStorm 2021.2 Beta build 212.4746.20. 
I can turn it into a PR but I can't test it beyond a unit test, I don't have a Nova 4 license.
Hey @aarondfrancis, do you reckon you could take a look at this? I ran into a TypeError using Airdrop 0.2.4 (PHP 8.2 + Laravel 10.15). This MR aims to fix...
> use Chinese test ok on Nova 3 and Nova 4 > > 1.app/Providers/NovaServiceProvider.php > > ``` > public function boot() > { > parent::boot(); > Tab::createSlugUsing(fn (Tab $tab) =>...
This is a known issue. Slugs are generated by putting the name through `Str::slug()`, which strips out Chinese characters (among others, including Japanese, Korean and more). I proposed a change...
This PR may require a revisit with the release of 1.0.0. I’d love to see this happen, if I can find the time I’m willing to help out.
I made a fork and started some work on this, I would appreciate some extra help. https://github.com/RVxLab/inertia/tree/svelte-ts Work done so far: - Add TypeScript 4.9.4 - Add builder for Svelte...