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: 258 seconds]
_whitelogger has joined #amber
feepbot has joined #amber
feepbot has quit [Ping timeout: 258 seconds]
feepbot has joined #amber
FromGitter has joined #amber
<FromGitter> <eliasjpr> Woa! Love the vue.js témplate idea
<FromGitter> <noahlh> @eliasjpr thanks! sorry if the code is abysmal. still learning. but excited to develop it out further...
<FromGitter> <eliasjpr> Keep going at it the project definitely has potential
<FromGitter> <noahlh> 👍
<FromGitter> <eliasjpr> @Sija I tried to do the same replace classes with structs and what I learned is always better to use structs for simple value object and classes for long lived objects
feepbot has quit [Remote host closed the connection]
feepbot has joined #amber
<FromGitter> <valenciaj> Hi there! amberframework.org is down, anyone knows why?
<FromGitter> <AllanKlaus> @valenciaj I was going to enter on site to get more info about amber and notice it too
<FromGitter> <eliasjpr> @elorest can you check digital ocean
<FromGitter> <valenciaj> @AllanKlaus oh, that's really weird
<FromGitter> <eliasjpr> im looking into it
<FromGitter> <eliasjpr> is up and running https://amberframework.org/
<FromGitter> <noahlh> 💥 thanks @eliasjpr
<FromGitter> <eliasjpr> ypu got it
<FromGitter> <eliasjpr> who here is using amber in prod?
<FromGitter> <AllanKlaus> I would like to use in prod on my company, but how stable is crystal to put a project in production?
<FromGitter> <eliasjpr> Crystal is very stable I would say
<FromGitter> <eliasjpr> API can change but the standard lib is pretty stable
<FromGitter> <eliasjpr> I was looking at some of the projects that are in production https://docs.amberframework.org/amber/in-production
<FromGitter> <eliasjpr> and this one has me amazed https://www.saturn.network/
<FromGitter> <AllanKlaus> @eliasjpr what mean that the API change?
<FromGitter> <eliasjpr> standard lib api sometimes have a breaking change
<FromGitter> <Blacksmoke16> latest example that comes to mind to `Time#epoch` changed to `Time#to_unix`
<FromGitter> <Blacksmoke16> so after you update any code that is still using `epoch` wouldn't compile because that method doesnt exit anymore
<FromGitter> <noahlh> @eliasjpr whoa saturn looks sweet. love that it's running amber!