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> <Blacksmoke16> /commands
<FromGitter> <Blacksmoke16> @/all ^ hearing from users as well would help with understanding the most common use cases we should be solving for
feepbot has quit [Ping timeout: 246 seconds]
feepbot has joined #amber
<FromGitter> <nedpals> hi! i'm getting an error when i compile an amber app. tried to compile normal crystal programs but this one doesn't. ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5d9c59b949c7720aaf870628]
<FromGitter> <dendyswaran_twitter> i just discovered crystal 1 month ago and today i have finished migrating my project that used grails to amber <3
feepbot has quit [Ping timeout: 264 seconds]
feepbot has joined #amber
<FromGitter> <CarlosAndresRamirez> Hello everyone! ⏎ I'm looking for an answer to a quick question: How do I enable crecto in the latest amber release? In the docs, the "-m crecto" flag is mentioned, but it seems is not working anymore. I also tried recipe but couldn't make it work. Any hints?
<FromGitter> <Blacksmoke16> im pretty sure crecto isn't maintained anymore
<FromGitter> <Blacksmoke16> @nedpals maybe try clearing crystal cache? `rm -rf ~/.cache/crystal`?
<FromGitter> <drujensen> @dendyswaran_twitter 💯
<FromGitter> <drujensen> @nedpals `A-rray40A-rray40S-tring4141.o` is really strange. `Array(Array(String)).o` is the Ascii equivalent.
<FromGitter> <drujensen> never tried ubuntu on windows. Did you use the `amber new whiteboard` to generate the files?
FromGitter has quit [Read error: Connection reset by peer]
FromGitter has joined #amber
<FromGitter> <elorest> @CarlosAndresRamirez crecto hasn't been maintained for 5 months. It doesn't work with any of the latest versions of crystal.
<FromGitter> <nedpals> @drujensen sorry for the late response. just woke up. yes i have used `amber new whiteboard` to generate the files