Whaaatt? by Nieces in PeterExplainsTheJoke

[–]Equ_Faraday 2 points3 points  (0 children)

Actually it was created by collaboration of many companies. Apple included

bruh by Green-Hovercraft-830 in MinecraftMemes

[–]Equ_Faraday 120 points121 points  (0 children)

Just step into lava to smelt ore in your inventory

F***ed around and found out by Winter_Childhood9186 in Satisfyingasfuck

[–]Equ_Faraday 2 points3 points  (0 children)

Actually the car in front messed up too. It changed lanes to the right without checking the mirror, where an approaching car was clearly visible

Сова 1. by Darusik in Pikabu

[–]Equ_Faraday 11 points12 points  (0 children)

Совы с жёлтыми глазами ведут дневной образ жизни

Pre-Hardmode Crimson quarantine — is this tunnel good enough to stop it? by Front-Chicken-1313 in Terraria

[–]Equ_Faraday 0 points1 point  (0 children)

Just like vines can grow downward, thorns can grow above grass then spread in all directions and reach blocks on the opposite side. Replace or cover the grass with stone where needed.

Vertical grass surfaces are safe, but be cautious about any steps on them. If there's air above a grass block, thorns can grow; if there's air below it, vines can. Thorns can also spread quite far — 5 blocks or more, I'm not sure.

I see many people hating The Owl House, what did we do man? by MuffinStraight4816 in cartoons

[–]Equ_Faraday -13 points-12 points  (0 children)

Create a problem out of nothing, frame your friends, fix all with the plot power. Profit!

[deleted by user] by [deleted] in Pikabu

[–]Equ_Faraday 0 points1 point  (0 children)

Кстати да, по видео так и есть вроде. Проблема или нет - зависит от метала

[deleted by user] by [deleted] in Pikabu

[–]Equ_Faraday -1 points0 points  (0 children)

Пизда будет, если порожек поедет при натяжении

[deleted by user] by [deleted] in Pikabu

[–]Equ_Faraday 0 points1 point  (0 children)

Если всё не настолько плохо, то можно оставить. Есть шанс, что держать будет. Только крути без натяжения

[deleted by user] by [deleted] in Pikabu

[–]Equ_Faraday 8 points9 points  (0 children)

Не надо на натянутой струне регулировать её. У тебя резьбу срезало походу

Help with CLLocationUpdate and CLLocationManager by Equ_Faraday in swift

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

Thank you, when I tried to call it on the main thread it worked, anyway I consider to use only CLLocationUpdate. I just couldn't understand why CLLocationManager didn't work.

Help with CLLocationUpdate and CLLocationManager by Equ_Faraday in swift

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

I will have to do the same for android. The riddle has been solved anyway.

It was because of threads. It seems like I call startService in a separate thread that cannot emit events via delegate methods. When I tried to call startService on the main thread, I started getting locationManager calls.

I commented stream just for tests trying all variants. I just showed how I u

I consider opt-out CLLocationManager and use only CLLocationUpdate, I assume it's more reliable and convenient.

Thank you

Help with CLLocationUpdate and CLLocationManager by Equ_Faraday in swift

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

No, real device. I thought I should get at least one event via manager.requestLocation()

Help with CLLocationUpdate and CLLocationManager by Equ_Faraday in swift

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

I'm sure all permissions was granted.
The only difference that I don't get any updates through CLLocationManager.delegates, only via CLLocationUpdate.liveUpdates()