Mikhail Nazarov

Results 10 comments of Mikhail Nazarov

Leaving a +1, we recently needed to parse an array of ids from a string like `1,2,3` and wanted to have a global helper function that does that.

Have the same issue, would love to see this resolved 👀

Just do 3-4 session.nearby_users() requests and search for a profile that was fetched more than once.

Just tested few gba4ios IPAs — 2.1 has same issue, in 2.1.5 save\load works. But I only found 2.1.5 with built-in ads, so... I'd rather see this fixed in Delta,...

We're seeing the same behavior, `connection.push` keeps holding the connection for 60 seconds (`NetHttp2::Client`'s default) till it times out. In our case we are using a connection pool, so the...

update: Apologies for hijacking, but my case seems relevant, even though we're running with connection pool. Also [this](https://github.com/ostinelli/apnotic/issues/119) seems related to connection timeouts After some digging, it seems that the...

@benubois @ostinelli I'll see if I can do something about this, though the topic of threads is pretty new to me. Hopefully what I described above is at least the...

Rails 5.2.0 here. It helped me to switch from `//= require rails_ujs ` to `//= require jquery_ujs ` but I'm far from being sure that's a proper way to go.

just noticed some diffs with brackets styling, sorry for that. can re-submit if needed. also the fix surely doesn't work with variableWidth = true

> @mcfoton How to get rtl working with variableWidth? I mean, the extra spacing on the right side of first item. @sanishkr Never got it working :(