Fauzan
Fauzan
> > This is 2024 and I don't want anyone to wrap their head around this issue. > > The trick is using `afterChange`. > > ```js > > const...
You need to check your own tranform TX value changes.
I think the paths should be decoded by default, making decoding optional can lead to errors and poor developer experience (DX) because it introduces the possibility of inconsistent handling of...
I believe implement memoization could improve the speed. Also skips normal path to fast parse Click me ```js /** * Parse the `req` URL with memoization. * * @param {ServerRequest}...
> If what we need is a result similar to Ruby on Rails, then the following changes will accomplish this. (Actually, it's a bit more complicated, but it's "encode when...
I'm not sure we really need an UI Kit project to use, we can just add new components file and show it in [subitems ](https://github.com/fzn0x/mazer-nuxt/blob/main/store/data/sidebarItems.ts)
> I will migrate `Forms & Tables` section > > * [ ] Form elements > * [ ] Form layout > * [ ] Form validation > * [...
This will be fixed by https://github.com/fzn0x/mazer-nuxt/pull/283
This will be fixed by #283
`else if` seems like good start