Dylan Stamat
Dylan Stamat
I'm also running into the intermittent failures. I'm running Version 0.7.18. The error reported is: "The server is not available (or you do not have permissions to access it)". I...
Hello! Is this a new addition to the I18n implementation? I haven't run this gem against the 2.3.8 yet, so it would be great to know. Is it something you...
Hello Jay! Could you show me a way to reproduce? I just created a blank 2.3.5 application, ran the tasks, created a model, and wasn't able to find any issues....
I just ran this command in console, and it worked fine: > > I18n.t('activerecord.errors.messages.record_invalid', :errors => "test test test") > > => "Validation failed: test test test" Then, I ran...
Perfect, I was able to replicate. The regular expression within the actual rake task is not pulling in the interpolation arguments it seems, which is a problem. In regard to...
@Tofull We're ramping up development on IronFunctions and you should see a lot of improvements coming soon. We're highly focused on keeping the project open and modular (for example, you...
@elitan Good Q! We reached a point with the project we're happy with so we ended up stopping active development on it (we have a few production installs that suite...
John! It should definitely be an open Slack channel and I'm trying to figure out how to make it open as we speak :)
Hello! You could definitely run containers directly on ECS and not need to manage actual instances if you used Fargate (otherwise you'd need to manage the instances). You might want...
@prologic I believe the original motivation of using DinD [is explained here](https://github.com/iron-io/functions/blob/3c4261ae37accf6c51a6aee6b216f58c84621d6c/docs/operating/options.md). It looks like there is a way to run directly, but the default being DinD is definitely a...