Matthew Trent
Matthew Trent
Ah yes, I see the problem here... ;)
Same problem here. Any solutions @gadgetreviews or @albert0m?
What I've found is sometimes a `.env` secret stored like this locally: `TEST_SECRET=k&2jd!Dj$` will read as a different value when put into Heroku's env boxes like this: Left box: `TEST_SECRET`,...
@aaaton Is there a way around this? I assume it's the reason this doesn't work: ```go import ( "github.com/aaaton/golem" "github.com/aaaton/golem/v4/dicts/en" ) var lem *golem.Lemmatizer func init() { var err error...