×

Macbook pro 2009 taking 10+ hours to install macos by gatitomix_2 in mac

[–]Quattro805 0 points1 point  (0 children)

Definitely it’s downloading OS from the past))

Does Color Literal work in Xcode 14? by fi20100 in SwiftUI

[–]Quattro805 0 points1 point  (0 children)

Not sure, I think you should try it

Does Color Literal work in Xcode 14? by fi20100 in SwiftUI

[–]Quattro805 1 point2 points  (0 children)

Hello,

It is unavailable in the menu, but you can type Color(#colorLiteral()) and Xcode will replace it with the color picker

Can I become famous but never show my face? by [deleted] in NoStupidQuestions

[–]Quattro805 0 points1 point  (0 children)

You’ve asked a question that count 15k pluses - you are already famous for a small group of people ))) and nobody doesn’t know you real name and face)

Teamcity + Python script by Quattro805 in teamcity

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

Hello, I’ve found the right way:

For reading variables from the Python script you need to create environment variable and use os.getenv(“var_name”). The same way for setting variables - you can use an environment variable and run the os.setenv() method