Peter Philips

Results 49 comments of Peter Philips

Any idea on what the accepted resolution is for this? I'm definitely hitting this issue with DJ v4.1.2 and daemons v1.2.3

Bummer, I need other fixes in daemons in newer releases :(

Cool. So, I forked this repo and ran `rspec spec` and got this error: ```ruby An error occurred in a `before(:suite)` hook. Failure/Error: DatabaseCleaner[:mongoid].strategy = :truncation, { only: "users" }...

Indeed, doing a `User.class_eval` initializer vs opening up the class in the rake task is probably a matter of preference. The former seems nicer syntactically but also permanently pollutes the...

Sounds good. So, to provide some more information about our specific cases that we discovered implementing this gem, here you go: 1. Simple attribute masking (this is what is very...

> One case that is already available is to put different animations into different .bin files, downloading each animation when it is needed. @donmccurdy Is there any reference for how...

Got it, thank you @donmccurdy !!

@Alex-D We built the integration to Tenor which definitely provides an upgrade in functionality and quality of gifs from GIPHY and provides a sustainable path for those who want to...

Amazing! This is fantastic and perfect timing for us. We're in-flight on some work to lean more heavily into this gem and are refactoring all of our notifications to use...