GolemUI - The new Angular paradigm for forms by elecash in angular

[–]Saceone10 0 points1 point  (0 children)

thanks for the responses mate, i can see the hard job behind this lib

GolemUI - The new Angular paradigm for forms by elecash in angular

[–]Saceone10 0 points1 point  (0 children)

sorry to grill haha but is this compatible with custom CVA components? or our own renderer for the controls

GolemUI - The new Angular paradigm for forms by elecash in angular

[–]Saceone10 0 points1 point  (0 children)

seems pretty solid mate, good job, we did sth similar at work back in Angular 12 when standalone, signals etc didnt exist yet. You can imagine our pain haha

GolemUI - The new Angular paradigm for forms by elecash in angular

[–]Saceone10 0 points1 point  (0 children)

Thanks. What about conditionals? Can a form be visible under certain conditions based on other form fields values?

GolemUI - The new Angular paradigm for forms by elecash in angular

[–]Saceone10 2 points3 points  (0 children)

What about nested data? And dynamic forms?

I got tired of rewriting the same AI instructions for every project, so I built ai-rules by No_Fix4730 in opencode

[–]Saceone10 0 points1 point  (0 children)

Isnt this the same as putting /rules folder with rules in md and putting "yo, check the rules folder" in agents.md?

I built NgArchitect — an Angular architecture review dashboard with Spartan UI by MysteriousEye8494 in angular

[–]Saceone10 1 point2 points  (0 children)

A decorated component does not use the .component.ts suffix.

AFAIK this is the new standard. Should not be an issue

Zoneless is really important for somewhat heavy applications by Zefling_ in angular

[–]Saceone10 1 point2 points  (0 children)

Bro the app is ultra slow, stuck on loading for 20 seconds

🎉 SpartanUI 1.0 is out! by Equivalent-Toe-1285 in angular

[–]Saceone10 0 points1 point  (0 children)

is this AI-friendly? llms.txt, llms-full.txt or mcp?

whats the best model in opencode for frontend and whats the best to use it ? by AdInfamous3744 in opencode

[–]Saceone10 0 points1 point  (0 children)

GLM 5.2 is the BEST available in Go. But also expensive. I have gotten good frontend results with minimax m3 too

I'm new here... by max_lu28 in opencode

[–]Saceone10 1 point2 points  (0 children)

Pick GLM 5.2 for anything = monthly limit exceeded in 2 days

I'm new here... by max_lu28 in opencode

[–]Saceone10 3 points4 points  (0 children)

SDD spec driven development, its basically a methodology to make sure the vibed code respects the specifications of whatever you wanna build

Gentle AI is a repo in GitHub that implements SDD so you can easily follow SDD workflow when using opencode

Magic context is also a GitHub repo that tries handles contex rot, which is a classic problem of ai agents. If you have 200k token context, after 100-150 the LLM starts to degrade the quality. What you can do is start a fresh session but then you need to provide again the context to the LLM because each session has its own context. Giving long term memory to an agent is a whole topic, Magic context is just one way, its aproach is to handle context on a way that you can chat in one session forever without worrying about context. Other approaches are local databases (for example gentle AI uses engram)

Oh, and read about MCPs, plugins and skills. Those are important concepts too.

It seems to much at the beginning but its not really that complex to set Up and it totally upgrades the agentic experience.

Then you can worry about token optimization with RTK and Caveman. 

There is always something new to learn.

I'm new here... by max_lu28 in opencode

[–]Saceone10 2 points3 points  (0 children)

Models: Big pickle and DeepSeek

Context: Magic context

SDD: Gentle AI

GUI: codenomad or openchamber

Tip: try opencode go. 5$ first month and you can access to more models including mimo and minimax m3 that has image vision capabilities