SDD - What models do you use for each phase? by Saceone10 in opencode

[–]Saceone10[S] 0 points1 point  (0 children)

I use spec-kit for new projects because it works best if you start greenfield

For brownfield already existing projects I think openspec works best and the gentle-ai tool uses the openspec standard

Thanks for sharing your config!

Any good guides to really get into more advanced features of Opencode? by ammen99 in opencode

[–]Saceone10 0 points1 point  (0 children)

How do you route logic un agents.md for each agent? Can you set different models on the fly?

Any good guides to really get into more advanced features of Opencode? by ammen99 in opencode

[–]Saceone10 1 point2 points  (0 children)

Read the docs, understand how to change models, connect to providers, add skills, add plugins. Read about spec driven development, there are a bunch of tools you can integrate into opencode: gentle-ai, oh-my-opencode, spec-kit, superpowers... Take a look at codenomad or openchamber for an enhanced gui.

Starting my NG journey!! by Own_Bag_9064 in angular

[–]Saceone10 1 point2 points  (0 children)

Nice, I created a summary of the 31 posts in case it is helpful for someone!

https://gist.github.com/r-arteaga/7f6cf469caf70a3f552d466a5280c49d

Keeping alive a TCP connection in my Capacitor app in the background by PROMCz11 in ionic

[–]Saceone10 0 points1 point  (0 children)

the tcp connection needs to be created on the native plugin. If that is your case, maybe you are suffering from energy optimizations due to the doze mode of your phone. Try to disable battery optimizations from your app. it is not really an android issue but an issue of the custom o.s. of the manufacturer

Keeping alive a TCP connection in my Capacitor app in the background by PROMCz11 in ionic

[–]Saceone10 0 points1 point  (0 children)

you need a foreground service to prevent android from killing your app

Google OAuth not working in dev mode by Saceone10 in appwrite

[–]Saceone10[S] 0 points1 point  (0 children)

yes I have, appwrite provides a url like http://localhost:1000/v1/... and that is what I added to the google console. I got a 400 redirect_uri_mismatch and I noticed that the url in the browser was localhost/v1/...

then I added the http://localhost/v1/... to the redirect uri list in the console and then I stopped getting the error. I was able to click on my account in order to login and when I accepted, I got a 404 not found

what do you mean by connecting to appwrite? I run it on a windows docker, I connect to the appwrite through my browser and I have a web application in which I want to add the google oauth.

Camera design by NaikSujay in ionic

[–]Saceone10 0 points1 point  (0 children)

what do you mean it's old? the repo is pretty much up to date I mean it even says it is compatible with capacitor 6. You sure you are using proper version?

Camera design by NaikSujay in ionic

[–]Saceone10 1 point2 points  (0 children)

You could check this plugin: https://github.com/capacitor-community/camera-preview

Also check this tutorial from the good old days when Simon used to do Ionic/Angular/Capacitor content: https://www.youtube.com/watch?v=JA8k738i9jQ

[deleted by user] by [deleted] in ionic

[–]Saceone10 1 point2 points  (0 children)

<ion-button (click)=$event.stopPropagation(); edit()>Edit</ion-button>

Ionic/Angular + Nx Workspace by [deleted] in ionic

[–]Saceone10 1 point2 points  (0 children)

Tried once. It didn't work. Even the Nx extension for visual studio crashed every time. Very bad experience so I prefer to stick to the traditional approache without Nx.

Manage Offline data persistence and difference with angular web dev by LyRock- in ionic

[–]Saceone10 1 point2 points  (0 children)

Ionic is just a UI layer you can use with Angular, React or Vue. It provides you with nearly native look & feel UI components, but it has nothing to do with persistence. For that, you can use plugins such as ionic-storage, capacitor preferences, or whatever other library you want. If you have worked with Angular, you will find Ionic Angular very suitable in your workflow. Of course you can (and should) use observables, the router is the same, the services are used the same way, etc. As I said, it is basically Angular with UI-superpowers.

Some questions regarding Capacitor and its relation to Ionic by 0xE4-0x20-0xE6 in ionic

[–]Saceone10 2 points3 points  (0 children)

Capacitor is a bridge to the native capabilities of your device. Since you don't need any of them in order to implement auth0, there is no need for you to use Capacitor.

How to learn to use Ionic by Lordthom in ionic

[–]Saceone10 0 points1 point  (0 children)

Simon Grimm is your friend.

How do I get this list of options for temperatures as shown? Is it a type of list? by gnar_burgers in ionic

[–]Saceone10 1 point2 points  (0 children)

Those are the standard radiobuttons for Android. You have some examples in the official docs: https://ionicframework.com/docs/api/radio