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
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 248 seconds]
feepbot has joined #amber
<FromGitter> <mixflame> I'm back, making another site with Amber
<FromGitter> <mixflame> Is Amber compatible with Crystal 0.30?
<FromGitter> <mixflame> guess we'll find out soon, I'm trying it
<FromGitter> <drujensen> @mixflame Hi, welcome back. No, not yet. We have several dependencies that need to be updated first.
<FromGitter> <mixflame> yikes
<FromGitter> <mixflame> alright
<FromGitter> <mixflame> thanks Dru
<FromGitter> <damianham> Hi guys, I am developing an embedded system for Raspberry Pi and I want to implement an Over The Air update process to my customers devices which will replace the Amber application while it is running. Any suggestions on the best practice for that i.e. how would you go about it ?
<FromGitter> <damianham> Getting a new error with shards install ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5d45db49ee80d76164e16614]
<FromGitter> <drujensen> @damianham I have been using `snapcraft` by Ubuntu on my raspberry pi project. Crystal just released a supported plugin. https://snapcraft.io
<FromGitter> <drujensen> are you cross compiling to armhf?
<FromGitter> <drujensen> i’m currently using the `dump` plugin and compiling binaries on the pi itself
<FromGitter> <drujensen> I’m hoping the crystal team will start supporting `arm64` architecture but not holding my breath. ;-)