faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <sam0x17> @robacarp we have a directory in our app called "functions" which has all of our gcf.cr crystal cloud functions and conventional node.js cloud functions. The main app is rails
<FromGitter> <sam0x17> we find that a monolithic repo is much easier to manage then lots of repos
<FromGitter> <sam0x17> especially in terms of setting up CI
<FromGitter> <sam0x17> @Blacksmoke16 yes you can make rake tasks call a crystal program we actually use that technique as well
<FromGitter> <sam0x17> *than
<FromGitter> <sam0x17> you can also create crystal versions of your rails models and they play pretty nicely as long as you don't do anything too complicated
feepbot has quit [Ping timeout: 244 seconds]
feepbot has joined #amber
<FromGitter> <Blacksmoke16> neat
<FromGitter> <robacarp> @sam0x17 Iā€™m with you with a monorepo. Creating dependency management problems for your app is a headache. Amber suffers from this ā€” there are so many shards that need to be individually updated šŸ˜•
wontruefree has joined #amber
hightower4 has quit [Ping timeout: 276 seconds]
hightower4 has joined #amber
wontruefree has quit [Quit: bye]
wontruefree has joined #amber
wontruef_ has joined #amber
wontruefree has quit [Ping timeout: 248 seconds]
wontruef_ has quit [Quit: bye]
<FromGitter> <fridgerator> trying to change `settings.logging.filter` or `settings.logging.skip` raises a compiler error, is this a known issue?
<FromGitter> <fridgerator> `instance variable '@filter' of Amber::Environment::Logging must be Array(String | Nil), not Array(String)`
<FromGitter> <fridgerator> I didnt see any open issues for it, but I've been out of the loop for a while
<FromGitter> <fridgerator> crystal 0.25.1, amber 0.8.0
wontruefree has joined #amber
<FromGitter> <sam0x17> is your array an `Array(String | Nil)`? looks like it wants one
<FromGitter> <fridgerator> its just whats already in config/application.cr
<FromGitter> <fridgerator> `settings.logging.filter = %w(password confirm_password)`
<FromGitter> <fridgerator> I just uncommented it
<FromGitter> <fridgerator> its an `Array(String)`, but since its how you are supposed to set these configurations it seems like a bug
<FromGitter> <sam0x17> https://play.crystal-lang.org/#/r/4l3p might get around the bug
<FromGitter> <sam0x17> my worry though is that uncommenting that code is actually somehow changing the type of filter
wontruefree has quit [Quit: bye]
wontruefree has joined #amber
<robacarp> fridgerator, I think I saw a fix for that go through recently
<FromGitter> <robacarp> @fridgerator https://github.com/amberframework/amber/pull/917
<FromGitter> <fridgerator> šŸ‘
marenz__ has joined #amber
wontruefree has quit [Quit: this is not the client you are looking for]