nikus
nikus
Explore posts from servers
NNuxt
Created by nikus on 4/19/2024 in #❓・help
useFetch universal ( SSR + Client )
Much thanks anyway, ill dig around, but cant deny this just make stuff pretty confusing for anyone concerned with deduping
6 replies
NNuxt
Created by nikus on 4/19/2024 in #❓・help
useFetch universal ( SSR + Client )
Hum, thanks a lot for the video, while it was helpful, i still dont see where i can make this in a clean way, because i would still have to useAsyncData everywhere i want to pass stuff around :/ i have no clue if the page is being ssred ( first visit ) or its a subsequent request ( post mounted on client )
6 replies
FFilament
Created by nikus on 8/29/2023 in #❓┊help
[ Issue ] Enum Casting on Eloquent ORM
Interesting, ill try that, i was only using formatStateUsing
12 replies
FFilament
Created by nikus on 8/29/2023 in #❓┊help
[ Issue ] Enum Casting on Eloquent ORM
Indeed, i just have the enum on the table, but it refuses to open the edit/view parts, thats the weird part :p, i have actually removed the whole form part together
12 replies
FFilament
Created by nikus on 8/29/2023 in #❓┊help
[ Issue ] Enum Casting on Eloquent ORM
No, has a TextColumn, since its a "visual" only Enum
12 replies
FFilament
Created by nikus on 8/29/2023 in #❓┊help
[ Issue ] Enum Casting on Eloquent ORM
Its just a normal field, but ill try to replicate in a clean repo and open a issue if thats the case, and yeah i checked that issue, but seems like its merged, so it should work in theory! Thanks a lot for your time Dennis! Gonna fiddle around computer
12 replies
FFilament
Created by nikus on 8/29/2023 in #❓┊help
[ Issue ] Enum Casting on Eloquent ORM
Morning @Dennis Koch 🍆 ! When using in a table it works fine, but when i try to open any kind of resource view ( Edit/View ) it throws it. I have checked the HasLabel, and i totally understand it, but while i can control my own enums, i cant control 3rd party packages enums, this would requirement me to extend all the packages enums to implement a HasLabel Trait? :p Thanks ❤️
12 replies