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
_whitelogger has joined #amber
<FromGitter> <rishavs> I was wondering if you guy are also looking at doing an optimization pass of the crystal-db api. It hasn't been updated in a while for anything other than compat fixes and the overall performance of Amber/granite will depend heavily on the db apis.
<FromGitter> <Thellior> Could we merge this one? :)
feepbot has quit [Ping timeout: 264 seconds]
feepbot has joined #amber
<FromGitter> <kolyaio> Hey friends trying to install 0.25.1 by crenv which is currently required by amber but it doesn’t work and instead output ⏎ ⏎ `````` [https://gitter.im/amberframework/amber?at=5b83db544be56c5918a0fa30]
<FromGitter> <Thellior> @kolyaio If you just installed the latest amber
<FromGitter> <Thellior> If you look in your shards
<FromGitter> <Thellior> If the version 0.9.0
<FromGitter> <Thellior> It's compatible with 0.26.0 crystal
<FromGitter> <Thellior> It was released yesterday
<FromGitter> <kolyaio> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5b83db99d8d36815e59769e1]
<FromGitter> <kolyaio> Ohhh i the amber currently should support 0.26.0
<FromGitter> <Thellior> Yes, if you are using amber 0.9.0
hightower5 has left #amber ["Leaving"]
wontruefree has joined #amber
wontruefree has quit [Quit: bye]
wontruefree has joined #amber
wontruefree has quit [Client Quit]
<FromGitter> <eliasjpr> @Thellior I am getting similar results on my local machine. I believe this mostly has to do with DB lag, we know for a fact that the Crystal-DB drive need some optimizations, all Crystal frameworks suffers from this at the moment
<FromGitter> <kolyaio> well I trying to run it with crystal 0.26.0 but when I trying to use `amber w` I get the error: ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ I don’t get where the error is happening, I think it’s something to do with my project because the newly created projects runs as normal. [https://gitter.im/amberframework/amber?at=5b8471154be56c5918a4a578]
<robacarp> @kolyaio there's something wrong with your environment file, I think
<FromGitter> <kolyaio> You mean /config/environments/development.yml ? ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5b84721c7649b9063e122b15]
<robacarp> can you remove the `skip` section and test it again
<FromGitter> <kolyaio> That’s the new error :-( ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5b847395ff445156164869d1]
<FromGitter> <kolyaio> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5b8473b3f86b741b05d034c3]
<FromGitter> <robacarp> I think you need to update your amber and other shards. Run a `shards update`?
<FromGitter> <robacarp> (make sure you have teh latest amber version specified in your shards.yml)
<FromGitter> <kolyaio> That’s strange the version of amber was 0.8.0 even though I run `shards update` and `shards install` multiple times :O
<FromGitter> <Blacksmoke16> prob was cached
<robacarp> oh right, I forgot about the caching bug