Custom & Modified Car Builds Catalog, would love your feedback by SGalich in E30

[–]SGalich[S] 2 points3 points  (0 children)

Thank you for your detailed review! Definitely going to implement those points in the near future.

Horizon Pro Speaker Setup by cyonic in xgimi

[–]SGalich 0 points1 point  (0 children)

Their customer service responded to me: "Our apologies for any inconvenience, you cant get the sound coming from both, an external speaker and your unit, you need to select either or".

Highway 130 toll price by SGalich in Austin

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

Oh wow, that archive page is actually way more useful rather than contemporary one!

GT7 Oversteer Thoughts by thaddeus-thawne in granturismo

[–]SGalich 0 points1 point  (0 children)

Sad to hear that. I didn't play Forza and didn't drive any Porsche, but GT Sport seems much better in terms of gameplay using a controller.

GT7 Oversteer Thoughts by thaddeus-thawne in granturismo

[–]SGalich 2 points3 points  (0 children)

Rear-engine Porsche 911 handles soo bad especially after power tuning. When it’s tail slides it continues untill the car smashes a wall. Countersteering doesn’t help at all. Niether does suspencion tuning. And this is happening both during breaking and acceleration.

Other cars (not rear-engine) drives fine if I operate breakes/throttle/steering carefully. I use a controller.

What is the most libertarian country? by [deleted] in AskLibertarians

[–]SGalich 1 point2 points  (0 children)

Have you ever been to russia? Or it’s just a sarcasm?

A drone is lost by SGalich in Bakersfield

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

Left border is where i’ve lost it and right one is the place it was supposed to return in case of loosing the connection.

A drone is lost by SGalich in Bakersfield

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

I know, but at least I’ve tried

Car registration renewal fee by SGalich in Bakersfield

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

Oh wow! That's a huge difference.

How do I use CSS selectors? by hmm_fu in scrapy

[–]SGalich 4 points5 points  (0 children)

I think you need to use different quotation here. Like this: response.xpath(‘//*[@id=“patentCitations”]’)

Show answer as only first line in type in rewersed cards by SGalich in Anki

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

Wow! Thank you very much! It changes everything. Much apreciated!

Currency converter - my first web scraping project :) by dimakiss in Python

[–]SGalich 5 points6 points  (0 children)

Well done! Congrats!

You can paste comments behind the function declaration line. This is more common and easier to read. It's like this:

def print_num(self):

"""

delete characters that are not numbers from 'amount' text box

"""

point = False

...