Logan Linn

Results 9 comments of Logan Linn

I recently encountered a error: `AttributeError: 'list' object has no attribute 'items'` Turns out that one one of the properties in the spec (also 2.0) was marked `type: "object"` when...

It was not able to find my consolidated.db file either. However, my iPhone was configured to encrypt backups. I disabled the encryption, did a backup, but was still unable to...

Want to second this patch -- I made the same changes to fix error (below) I was encountering during startup. The `base5` needs to be backquoted for valid `:box` face...

@mindjuice Not needing to check `storeId` makes sense to me if we check for reference equality, but this sounds like it might be difficult to not leak memory.

@mindjuice In addition to a reference to the previous evaluation result, you also need to hold reference to each dependency of getter. But on second thought, it shouldn't be an...

A goal of the new caching abstraction (#211) was to leave Getter and Reactor as unaware of the caching features as possible. I believe there is a lot of value...

Rather than exposing crude controls to internal cache and caching behavior, it seems to me a better design would be to introduce a caching interface abstraction to allow the user...