John Adams

Results 19 comments of John Adams

This is actually so bad it brings down my site. We have downgraded to 2.2.3 to get around this

You can also add the key from ubuntu... sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1655A0AB68576280

Collect all of the API requests into manageable chunks of pagination or whatever. Feed those requests into a queue (like, Bull / Redis). Use the queue ratelimiter to ratelimit requests...

I just had the same problem on my new machine! Let me see if there is any way to detect and get around this!

That's a fair point but I was trying to match the system font on the existing clock. I can add a font option.

Looks like we're going to just add a font selector here.

Your vault is sealed. Unseal the vault via `vault operator unseal` and try again.

I have the same issue here and I'm trying to understand where this is coming from as well. #criteria is the generic mongoid db (select) criteria as far as I...

I managed to partially fix this by monkey patching PublicActivity like this, in the initializer. At least now I can access the Activity model again from my app. ``` #...