M. E. Patterson
M. E. Patterson
Any news on this? `useDebounce` is one of my favorites in this library and just hit this same error...
Notably, something looks off here with debug mode: when cache is hit using `:api_token, client: client_id`... ``` DEBUG -- : [lock_and_cache] A1 [:api_token] YWE0YTYzOTNiZjAzYzEyMWRkMmE0YTg4YTdmNWMwYjI4YjgwYTFjNw== 7f45b24684191170789c642e3d21c2429de8a0e1 ``` when I try to...
I think I just ended up working around it by always hand generating my own key string and not using the `clear` method. That said, one of the more annoying...
Note that I'm raising this because htmlbeautifier is used by https://github.com/allmarkedup/lookbook which passes the html straight through, causing a crash
Yeah, man. I tried EVERYTHING. The only reason I figured it out is I had 3 collections, two sharded on "_id" and one sharded on some other field. The latter...
I set the retries to 20 or something and it just spun and spun and then threw the exception On Sep 11, 2013, at 12:34 AM, "Matt E. Patterson" [email protected]...
Nope. One of the two troubled collections has a bunch of compound indexes, but none with _id On Sep 11, 2013, at 12:41 AM, Aidan Feldman [email protected] wrote: > Sharding/replication...
I'm seeing what might be the same issue. I can't really get any use out of the `include` feature at all for the problem I'm trying to solve. I'm using...
Done. https://github.com/rails-api/active_model_serializers/issues/1421