Joe Marty
Joe Marty
So, reviewing @timneutkens great clarifications, and going back to @g-monroe's issue/example... I'm wondering if it would work to remove the `NEXT_PUBLIC_` from that `NEXT_PUBLIC_FRONTEND_PATH` variable (so that it doesn't get...
@Jackbennett - Oh wow, this is great news to see how the App Router (purportedly) facilitates this (thanks for the docs link)! I don't know that I'm quite grokking how...
Thanks for the workaround solutions! I combined the ImprovedSequelizeError class from @Naktibalda and the sequelize money-patcher from @ak-beam and @klondikemarlen to create a monkey-patch that actually just throws a (sorta)...
Oh, hot dang! That totally works :smile: ```ruby Hash[object.as_flag_collection('flags')] # => {:flag1 => true, :flag2 => true, :flag3 => false} ```  Well that would be an easy method to...
^ @marcodejongh (I assume you will have the best insight on these dependencies) :wink:
I don't think this is related to the linked issue really, but I do think this is *probably* a bug in the dotenv encoder (which is a really tricky encoder,...
@felixfontein Right, but I think there's a bug in how it translates to dotenv format because it's coming out with single slashes in both areas, when it should be coming...
This looks good to me! But did you run into any dependency issues running `npm install` or running tests after this? I opened an issue about this a while ago:...
Not much, I'm sorry to report. This project is in need of some new maintainers, as I (and I believe @marcodejongh) have stopped using webdriverio (not because there's something better,...
Even if terraform CLI isn't responsible for generating the slug archive, surely there must be a simple way to expose the filenames contained in that slug archive somewhere (either via...