Alexander Dischberg
Alexander Dischberg
I think this is related to #1348 as well since the extension try to monitor all the file instead of focusing on the settings.
Sometimes i got this error, weird. any idea why ? Error: connect ECONNREFUSED 127.0.0.1:80 at Object.exports._errnoException (util.js:1050:11) at exports._exceptionWithHostPort (util.js:1073:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14)
maybe related #175 this is cause by complex widget tree which I haven't be able to track the root cause but the patch works for me. I think this is...
can confirm it break grid-template-columns and i moved all my workflow to gulp-sass.
> I like the idea. > > I’d suggest we explore a plain object for the config where the key is the route name and the value is the array...
I'm not sure about `allArticles` use cases though, i just took it to show example of multiple route. But If the goals is to group all article into one, we...
Just sharing my workaround to work with `Rails.application.credentials`. Not sure if this the best solution, but this monkey patch works for me to utilize Setting and Rails secret management. ```rb...
@cjlarose Yup correct, you can also do that. As for me I want to load the `Settings` when the config gem is being initialize. So everything related to `Settings` work...
Sure I can work on a PR for this @pkuczynski
After using the latest tag from github, it seems it fail to work due to `runtime_dependency` which is a`activerecord` only accept version less than `7.1` which conflicting with Rails 7.1.X.