xiss burg

Results 31 comments of xiss burg

I think you should use EnTT at the `v3.10.1` tag not the `v3.10.x` branch (there isn't a `v3.10.1` branch). It looks like the template function `visit_component` is causing confusion in...

Yeah looks like your analysis is correct. The number of elements in `shapes_tuple` and `views_tuple` is not the same according to this error. I can't see why that'd be the...

This would be nice to have, but I am lazy and it will take a while to get the configuration right. I'll give it a shot.

I have tried setting up a .clang-format in this project but was unable to find a satisfying configuration. It can be difficult because there are places where I want a...

By the looks of this discussion I assume this is still largely undecided. Any updates on this?

Can't you do that using a dispatch_async in tableView:cellForRowAtIndexPath: ? It might work out.

After looking into - [EGOImageView setImageURL:]I noticed that it does everything there inside, like setting the image for the imageView which should be done in the mainThread, so you must...

I suggest you use SDWebImage.

Do they also take a long time to load in other apps such as in the browser?

Do they load while you're scrolling? I mean, keep scrolling up/down (don't remove your finger from the screen) and check whether they load while you're doing that.