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> <OpakAlex> hi guys ;)
<FromGitter> <OpakAlex> What do you think if we can run our specs inside docker container to prevent some random fails or strange things like we have with redirect specs? I checked into mac, docker and it works perfect, only for travis it fails. @drujensen ?
<FromGitter> <drujensen> Hi opak. We used to use docker but others preferred running direct on Travis.
<FromGitter> <drujensen> I still run them on docker locally
<FromGitter> <OpakAlex> so i shared issue with redirect into PR, i am so new into crystal language, but issue with Spec.before_suite. Can you check my comment please https://github.com/amberframework/amber/pull/1207 @drujensen ?
<FromGitter> <drujensen> Ok
<FromGitter> <OpakAlex> thanks
<FromGitter> <damianham> Just been trying out actix-web (Rust) and Aqueduct (Dart)...... Amber rocks!!! ... If only I could build it on a Raspberry Pi :(
<FromGitter> <OpakAlex> Raspberry supports docker?)
<FromGitter> <damianham> I want to build a binary distribution of my project for release on Raspberry Pi - so docker is not an option
<FromGitter> <OpakAlex> oh. in this case yes
<FromGitter> <drujensen> @damianham Did you ever try cross compiling it? https://gist.github.com/drujensen/d756e7b6dfaefcbec12eaaed6ce909ba
<FromGitter> <drujensen> this used to work for me. haven’t tried it in a while though.
<FromGitter> <drujensen> I thought about creating a apt or snap package but decided it would take too much to maintain
<FromGitter> <drujensen> and i had to convert my app to python. :-(
<FromGitter> <OpakAlex> @drujensen which issue is next can be good for me? I really want to learn amber, and the best todo it via some work ;)