Tommaso Pavese
Tommaso Pavese
With regard to my message above (https://github.com/tompave/fun_with_flags/pull/129#issuecomment-1067934868), that has now been fixed with https://github.com/tompave/fun_with_flags/pull/130. If you still want to update this PR you can adopt that pattern.
Hi, thank you for using the package and for the opening the issue. I see. Wouldn't the arguments passed to `prepare_query/3` contain the name of the table? You could check...
Also, would adding a second repo just for FunWithFlags solve the issue?
I see. Ok. Since Ecto SQL supports free-form options, I think your proposal makes sense. It could be handy for other things as well. I'd be happy to accept a...
Hi, thank you for using the library and for bringing this up. > In a release you cannot serialize the configuration needed. Do you mean that you can't pass a...
I see, thanks for sharing. To be honest I'm not too keen to add any AWS-specific config keyword. It might be the simplest solution, but it also doesn't seem very...
Thank you for working on this. Unfortunately I've been quite busy in the last two weeks, but I plan to have a proper look at this soon (I want to...
Hi, thank you for the suggestion. I wasn't familiar with `conn.script_name`, but it looks a bit magical and not well documented. Looking at the code, it seems to be set...
Ok, I see. Then I'd be happy to accept a PR for this, if you want to give it a go. The main requirement is that the dashboard should still...
Hi @dantswain, have you made any progress on this?