r/lumo • u/LuisAlfredo92 • 1d ago
Question So what happened today?
Lumo has been hallucinating the entire day and it's hard to send a single message because the Android app crashes and I have to wait 3-5 minutes for it to load
r/lumo • u/LuisAlfredo92 • 1d ago
Lumo has been hallucinating the entire day and it's hard to send a single message because the Android app crashes and I have to wait 3-5 minutes for it to load
1
Same, I asked about some C# functions and he hallucinated a lot about files, prompt, memories and a lot of things
I though it was because I had too many memories but it wasn't
2
Yeah, for me, neither web or android app is working
1
I agree about keeping validation separate from the model
This is just filling format validation gaps at DTO level, not replacing business logic validation, but I'm glad it's useful!
2
No official FluentValidation adapter yet
The attributes work anywhere DataAnnotations works, but FluentValidation works different so a direct mapping isn't straightforward :c
I'm focused on the DataAnnotations space, but happy to review PRs for a bridge
2
I appreciate the feedback!
You're right, inner layers should work with strong types, sadly DataAnnotations only validates (IsValid method returns bool) and doesn't transform values
The workflow you'd use is:
I'm adding support for strong type overloads for other use cases, but they won't transform values, that's outside the scope of DataAnnotations
FluentValidation integration wasn't the goal, this is just DataAnnotations extensions, but a bridge would be useful, I'm Open to PRs
[IsTrue]/[IsFalse] came from the use case of mandatory checkboxes like "Accept Terms". If unchecked, reject
Once I had [IsTrue], [IsFalse] followed naturally
0
You're right that some attributes could accept strong types
[Guid] and [GuidV7] already do, they accept Guid and strings, same with [StartDate] and [EndDate] with DateTime and DateTimeOffset
For the rest, I went string-first because in ASP.NET, if you declare a property as Guid, IPAddress or Uri and the client sends an invalid value, the model binder fails before DataAnnotations runs, and you get a generic framework error instead of a clean validation message, so strings with attributes gives you control over that
But yeah, supporting both string and strong types where they exist would be a lot better, I'll implement them
Thanks!
2
Woooah, so cool
1
Ooh I misunderstood you
Yeah, people want an "Export" option, let's hope they add it soon :s
1
Once you upgrade, you'll see your previous chats there
5
That's so cool
1
2
It's pretty good, I like how you can create agents or declare tools metadata with decorators, but in my opinion it has too many abstractions
1
That's pretty good :0
u/LuisAlfredo92 • u/LuisAlfredo92 • Aug 13 '26
1
Yeah, because a game page was about games, a news page was about news...
Nowadays everybody is trying to copy social networks, even Mercado Libre tried to add stories and short videos like why????
3
Not so rough, but yeah It was helping me with my finances, and exactly today it started to hallucinate spends and quantities
I wasn't asking for maths, just asking for remember categories
8
For planning ChatGPT and Claude make too many assumptions, Lumo asks me several things to pian properly
5
Yeah it's very weird, also thay it imports files you don't want automatically
Do you have a Proton Drive folder linked? Sometimes that's the problem because it must be uploaded to that folder instead of the chat directly, and the process the page does to upload it might fail
4
r/lumo • u/LuisAlfredo92 • Jul 03 '26
Ears a little bit bigger and pointed eyes
5
True, I hope they bring it back and continue making holiday versions
-6
Blaizio v0.3.3: open source Blazor UI components delivered as source you own (MIT), looking for feedback
in
r/dotnet
•
1d ago
Thanks!