Kamil Trzciński
Kamil Trzciński
Yes. I need to update it. I will likely do it over this weekend. On Wed, Dec 4, 2019 at 4:45 PM Alejandro Medrano wrote: > I don't know Go,...
I will take a look.
Fixed by https://github.com/ayufan/esphome-components/commit/7b3dbe7884d278917be6471796539af5e04ef86f
@wizu I don't know. I also have one development +20dBm LR version. I will redirect them to this thread :)
@nemoo2580 I believe it is still relevant. Maybe it is finally a time to upstream `inode_ble`.
Why this does not use `.ufp` format that already outputs thumbnail?
No. Always. We overwrite an existing item. It should be comparison tha the item that we overwrite is a different one. So, this comparison is deliberate. Usage of expired produces...
@patrickmn Would you mind looking at this?
We made that fix https://github.com/patrickmn/go-cache/pull/132 for this issue :)
Likely the proper way to implement this would be somewhere along those lines. ```ruby ... list.map do |tag_name| comparable_tag_name = comparable_name(tag_name) begin tries ||= 3 existing_tag = existing_tags.find { |tag|...