Alexander Popov

Results 331 comments of Alexander Popov

Now in our production env: `Timezone::Error::Google: execution expired` Execution of what expired? Not so clear.

```ruby begin @google_lookup.lookup(*args) rescue Net::OpenTimeout @geonames_lookup.lookup(*args) end ``` `Timezone::Error::Google` even isn't a descendant of `Net::OpenTimeout`, and it raising :tired_face: If I'll rescue `Timezone::Error::Google` — it'll rescue any `Exception`, and that's...

OK, in the last version of `master` any `StandardError`, not `Exception`. But I need to rescue only `Net::OpenTimeout`, and I can't do it now. Branch is updated.

> The recommended way to manage network exceptions/cases beyond what is provided by default in this gem is to write your own http request handler: https://github.com/panthomakos/timezone#using-your-own-http-request-handler. It's overhead for a...

Now Atom fails to launch after minor updated of `glibc` on Arch Linux: https://bugs.archlinux.org/task/75902 Please, update dependencies to the actual versions, especially framework like Electron.

My case with [`sequel-enum_values`](https://github.com/AlexWayfer/sequel-enum_values): I've got `RSpec/NoExpectationExample: No expectation found in this example` for such code: ```ruby shared_examples( 'for all enum predicate methods' ) do |predicate_method_names, *expectations| predicate_method_names.each do |predicate_method_name|...

With recent major changes in official Google gems I'm pretty interested in this project.

OnePlus 9R, updated from the app (0.32.1), I have the black screen with "BTTV" text at the top left corner and without logo. ![Screenshot_2022-09-04-11-56-02-61_34750238b5877b2a91c912748cb283f8](https://user-images.githubusercontent.com/6510020/188305728-9ffb2184-ef2a-40d9-996b-30278a426f11.jpg)

This is still an issue for me in v0.33.0.

Wow, it's breaking all things bug. Sadly to experience it. I hope somebody will have a time for making `obs-linuxbrowser` working again.