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
feepbot has quit [Ping timeout: 250 seconds]
feepbot has joined #amber
<FromGitter> <mixflame> days or weeks
<FromGitter> <mixflame> sorry i cant be more accurate
waheedi has joined #amber
waheedi has quit [Quit: waheedi]
feepbot has quit [Ping timeout: 276 seconds]
<FromGitter> <alex-lairan> Hi, do you install amber with travis ? ⏎ ⏎ How do you run tests with db ?
feepbot has joined #amber
waheedi has joined #amber
waheedi has quit [Quit: waheedi]
<FromGitter> <elorest> @42s_video_twitter I just quickly read through your comments above. It sounds like you're trying to do long pulling? It definitely makes a lot more sense to use websockets for this use case, as long pulling was always more of a hack in the absence of websockets.
<FromGitter> <mixflame> ^
<FromGitter> <elorest> In regard to whether or not you need Nnginx: for standard http/https it isn't necessary although there could definitely be some advantages such as caching and faster delivery of static assets.
<FromGitter> <elorest> @alex-lairan I don't fully understand the question. I don't think you would use travis to install something. It's a CI and in our case is used to run tests. If you look at the CLI tests some of those run tests with postgres. You can look at the `.travis.yml` file for details in regard to configuration.
<FromGitter> <elorest> @rmarronnier Currently working on supporting the new version of crystal. We're running into a few non obvious issues other than what we can tell was changed.
<FromGitter> <elorest> Hopefully it will be released this weekend.
<FromGitter> <elorest> @damianham There are obviously things that could be done to reduce the likelihood of this happening. I'm not sure that it's worth it though. This is an issue we have to deal with in almost every major framework and it hasn't been that hard to deal with.
<FromGitter> <mixflame> woohoo @elorest
<FromGitter> <mixflame> @damian try prefacing with something non obvious like <ShardName><ClassName>
<FromGitter> <mixflame> i.e. BikePath
<FromGitter> <mixflame> CoolInventionNameClass
<FromGitter> <Blacksmoke16> if you referencing it in a module there is a way to reference the namedspaced version as well
<FromGitter> <Blacksmoke16> se
<FromGitter> <Blacksmoke16> https://play.crystal-lang.org/#/r/6ska so like `::` makes it reference the class outside of the module
<FromGitter> <Blacksmoke16> w/o it makes it reference one within the module
<FromGitter> <alex-lairan> @elorest I missinterpreted results. ⏎ ⏎ Amber is not compatible with Crystal 0.28, the is a way to force 0.27.2 to travis ?
<FromGitter> <Blacksmoke16> if you use docker images yes, otherwise no travius uses latest