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...
@amitind49 Did you figure out how to do this better?
@fodedoumbouya Any update on this? Did you figure out how?
Same issue, this doesn't fix: > Did you check out this question in the FAQ: [I see a flash of the wrong splash screen on iOS](https://pub.dev/packages/flutter_native_splash#i-see-a-flash-of-the-wrong-splash-screen-on-ios).