Markus Chmelar
Markus Chmelar
> This was me (not) thinking quickly -- you might also try the single quad tree but qualifying by your identifier(s). That is, markers don't change location based on identifier,...
I'm not sure it would be required to make the `cache_key` customizable. The problem is, that currently the models `cache_key` is [used raw](https://github.com/Netflix/fast_jsonapi/blob/fdcaed6f0d72cf793b3117a5081de5fbd7466574/lib/fast_jsonapi/serialization_core.rb#L67). In contrast, Rails Fragment Caching automatically [scopes...
Yes, but since Rails 5.2, the `cache_key` does not include the Timestamp anymore: https://github.com/rails/rails/pull/29092
Do you have your own subclass of `MCSwipeTableViewCell`? I had the problem that I implemented `prepareForReuse` in my subclass and did not call `[super prepareForReuse];`
@tstalzer I was never able to resolve this, but I have since tried with multiple other Raspberry Pi Zero 2W and all of them had this issue. Paradoxically, I was...
Can you maybe provide a sample project where this happens? As far as i know, the fact that the `.m` file is nested deep inside your folder structure should not...
Maybe - I have not yet used this script in a project with swift. But i have just merged #3 which indicates to me that someone has used it with...