<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