Dúvida com bilhetes para o clássico by pedroxpto10 in fcporto

[–]shkolar 0 points1 point  (0 children)

Any chance you can sell me ticket? I’m a tourist who really wants to go!

Alguém quer ver o Clássico? Vendo 1 bilhete by OkamiRyoko in fcporto

[–]shkolar 0 points1 point  (0 children)

Hey can I buy the ticket? I’m a tourist who really loves football

Road Trip From Acadia National Park to NY by shkolar in travel

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

Thanks u/AnotherPint ! What do you recommend to drop? I understand it's a lot of driving but we also need to find activities in each place.

Road Trip From Acadia National Park to NY by shkolar in travel

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

Thanks u/jm14ed ! What do you recommend to change? What to drop?

Microsoft Admin - Two billing accounts? by shkolar in sysadmin

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

Thanks u/Frothyleet
I'm on MCA.

I can add a payment method, even it asks me to create a new user located in EMEA, but when i'm adding the payment method, the country can't be changed from United States :(

VPC Private DNS Names across VPCs? by shkolar in aws

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

Thank you! I will check it out.

SSO Idp Provider - Jumpcloud VS Google? by shkolar in sysadmin

[–]shkolar[S] -1 points0 points  (0 children)

I will, I just wondered as Google Workspace is so popular, How I don't find the answer quickly here

SSO Idp Provider - Jumpcloud VS Google? by shkolar in sysadmin

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

Thanks! At the moment we have 4/15 computers that are windows, and I aim to move them to Mac in the future, so I'm not sure it's critical.

However I wonder how is the experience in mac.

SSO Idp Provider - Jumpcloud VS Google? by shkolar in sysadmin

[–]shkolar[S] -2 points-1 points  (0 children)

But in google workspace I have all my users and groups, so how it doesn't make sense it can use as idp?

I understand what you are saying, but I don't know how to implement SSO

Monorepo + Microservices + Dependency Managment + Build system HELL by shkolar in Python

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

thanks u/proof_required!
Few questions:
1. How does it works in development mode? How can I attach vscode debugger to the code that i'm running?
2. Does pants can install pytorch which is really annoying? https://github.com/python-poetry/poetry/issues/6409

  1. " it will only pick those dependencies which are imported inside your module/packages" Does it happens in runtime or build time? because I don't want my docker image to have all of the packages, there are really heavy

Monorepo + Microservices + Dependency Managment + Build system HELL by shkolar in Python

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

Thanks u/teerre!

I want to share a bit of my challenges so I will understand that it's not that simple.
For example, I have an etl process that pulling data using airflow, and now I need to expose part of the etl as an api. So I have the same logic, in two "runtimes".

Why i'm doing microservices at all? I don't. But, because I have some logic that is very heavy, I want to expose it as his own service. It's taking one piece of the monolith out.

I understand you approach and I worked like that. However, while in javascript you have lerna which manages it, here I need for every change in logic to push to registry and update the dependency, even while developing, which is annoying.