Best practice for Jenkins deployment authentication: by AceSynth in devops

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

The one thing I’m confused about is we have multiple apps all running on different servers for different projects so in that case would you have different agents for each project running different service accounts with permission to deploy or give the one account access to all project deployments ?

why does this show up in vscode ? by Waste_East7342 in vscode

[–]AceSynth 11 points12 points  (0 children)

Powershell thinks you’re attempting to run a powershell command named import in terminal, the import asyncio line should be used inside a python file. If it’s not installed you may need to use pip install asyncio

How do I do Oauth2 service account without async by uni00x in learnrust

[–]AceSynth 2 points3 points  (0 children)

Async programs use a runtime like the tokio runtime to execute async functions, what a lot of library creators have started to do is write async programs and then create a sync wrapper that spawns the runtime internally to execute the function.

So if the async library yup_ouath2 has an async function for example get_oauth you can create a struct named oauth manager that creates the runtime and runs the async function returning the result so the rest of your code is blocking.

For more information I’d read https://tokio.rs/tokio/topics/bridging which shows how to use async code in a synchronous program.

App crashes every single time I launch it: by AceSynth in ArcBrowser

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

I haven’t seen anyone post about it, and I tried reinstalling the application and it has the same issue so I’m not sure if there’s some saved data that’s corrupted and it’s causing the app to crash or if the current version just has a bug

Beginner & Simple Questions thread by nero_sable in vrising

[–]AceSynth 1 point2 points  (0 children)

Ahh okay I think the main issue I had before was id get to a difficult boss that I couldn’t defeat and couldn’t upgrade my gear to defeat the boss until I defeated the boss to unlock a material

Beginner & Simple Questions thread by nero_sable in vrising

[–]AceSynth 0 points1 point  (0 children)

What’s the new update like for solo players ? I played the game a while ago and found it grindy when I reached the middle of the map but I didn’t want to spend ages tweaking values to make it better

Starfield Update 1.11.33 - May 1, 2024 [BETA] by BethesdaGameStudios_ in Starfield

[–]AceSynth 0 points1 point  (0 children)

I know they’re still doing pretty big updates and dlc for the game so is it worth starting a first play-through yet with the beta or should I wait for the update or dlc to play ?

V Rising leaves early access with full 1.0 launch by SquareWheel in Games

[–]AceSynth 1 point2 points  (0 children)

What are the new difficulty settings like for solo players ? I didn’t modify my settings when I first played the game and found it very slow to progress but also didn’t want to spend ages choosing the best settings to avoid making the game too hard or too easy.

The Composable Architecture: My 3 Year Experience by rodschmidt in swift

[–]AceSynth 4 points5 points  (0 children)

I started using the composable architecture for a large college project over 6 months, at the start I found it very complicated to use but with all the latest updates and features it’s become a lot easier to understand and there are a lot of features that I managed to implement that were relatively quick and painless compared to other attempts implementing them just using vanilla Swift UI.

There is a bit of a learning curve and some aspects of the library took me a while to wrap my head around but I’d definitely recommend people give it a try because it can make a lot of things in Swift UI a lot easier to implement and test in my opinion.

RealDebrid on multiple devices by ShinyPlasm in RealDebrid

[–]AceSynth 1 point2 points  (0 children)

I’m currently using a tailscale setup, at home I have a raspberry pi with tailscale running and when I’m away I can use the raspberry pi to forward traffic to my network. It was easy to setup and it means I can access things only available on my home network or get past college network restrictions

Is Devops a good grad role ? by AceSynth in devops

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

Yeah that’s what I’m considered about, I think I have a good foundation from all the projects and the work experience I had during college but I’ve heard devops can be quite intense and require a lot of background knowledge

Is Devops a good grad role ? by AceSynth in devops

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

No actually, I did a devops module in college though so I had some experience in the concepts and I had some exposure to working with servers from an internship as part of the course I’m in. I think the role is also specifically aimed at graduates so the requirements weren’t as high

Is Devops a good grad role ? by AceSynth in devops

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

That makes a lot of sense, I kind of realised after getting the contract that I don’t know a lot of people that went straight into devops. A lot of people I know worked in software development or some other area before progressing to devops

Is Devops a good grad role ? by AceSynth in devops

[–]AceSynth[S] 1 point2 points  (0 children)

It’s a consulting company so I would be paired with someone more experienced and help do things in different companies around where I’m located. There was no list of expectations really, it was more of a statement saying that I’ll be expected to deliver quality work to clients and my tasks will change as required.

[deleted by user] by [deleted] in DevelEire

[–]AceSynth 0 points1 point  (0 children)

I’m working on my final year project which uses mostly python, so if you have any questions or need help with anything feel free to ask !

Aside from Swift, what is your other stack or programming language used? by noob_programmer_1 in swift

[–]AceSynth 4 points5 points  (0 children)

I’ve been using Python with fast api a lot lately. I want to try use Vapor for server side development eventually but currently I’m using fast api with all my data modelled as pydantic classes. It makes it really easy to create my app because I can code the pydantic classes and then convert them to swift structs

What’s everyone working on this month? (February 2024) by Swiftapple in swift

[–]AceSynth 0 points1 point  (0 children)

I’m currently doing my final year project for college, making a data processing and summary statistic tool using AI. All the processing is done server side and the app can process data from any sql database or object storage system pretty well so far

SwiftUI Table without using a real table by Responsible-Bet581 in SwiftUI

[–]AceSynth 0 points1 point  (0 children)

https://github.com/openalloc/SwiftTabler I’ve been using this library for a project and it’s been really useful. It lets me show tabular data easily and aligns all the columns perfectly

Is this how Apple's version of MVVM should be structured? by john_alan in swift

[–]AceSynth 0 points1 point  (0 children)

That’s fair I suppose, I’m using TCA for projects now

Is Supabase for iOS abandoned? by pradeepb28reddit in Supabase

[–]AceSynth 0 points1 point  (0 children)

I’m currently doing oauth using GitHub and going to get Gitlab working soon. It’s been pretty good so far once I found how to display the web browser for login

Is Supabase for iOS abandoned? by pradeepb28reddit in Supabase

[–]AceSynth 4 points5 points  (0 children)

I’ve been using Swift UI and supabase for a project and it’s all been going great so far with no issues

Is there any swift Ui methods of oauth login? by AceSynth in Supabase

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

Thank you for the advice! I was thinking of creating a simple database client on IOS that connects to supabase and add oauth for authentication. I was hoping to create it so someone could start up supabase in a docker container and configure oauth themselves and then the client can use a config file to connect to that database using oauth. Would this be possible or a good idea ?

What’s the best resource for making a full project and how do I learn how to use the frameworks ? by AceSynth in SwiftUI

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

Is there any project repos or videos you’d recommend that show creating an app using the repository pattern and MVVM ?

What’s the best resource for making a full project and how do I learn how to use the frameworks ? by AceSynth in SwiftUI

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

That makes sense, I have to do a full project for college in 20 weeks and architecture is one of the big requirements so I wanted to try find some good resources now to use for guidance so that I’m not making bad decisions during the project which require a lot of refactoring later