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> @drujensen any objection to release granite `0.21.1`?
<FromGitter> <Blacksmoke16> ill grab that this afternoon
FromGitter has quit [Ping timeout: 240 seconds]
FromGitter has joined #amber
FromGitter has quit [Read error: Connection reset by peer]
FromGitter has joined #amber
<FromGitter> <andrewc910> Anyone have experience integrating lucky_flow into an amber project. With garnet_spec pretty much broken, figured lucky_flow is the next best thing. ⏎ ⏎ It looks like lucky_flow isn't spawning the amber server which makes sense. I found i could side step that by keeping the server on in another shell but it was buggy.
<FromGitter> <Blacksmoke16> https://www.cypress.io/
<FromGitter> <Blacksmoke16> not crystal, but is quite robust. Also supports firefox
<FromGitter> <andrewc910> I saw an ad or something for them on reddit, forgot to save it & lost it. Thanks! Would definitely prefer using lucky_flow just to stay in crystal but this is the next choice.
<FromGitter> <Blacksmoke16> IMO, depending on your project it would save you time in the long run going with Cypress. Mainly considering its essentially the de-facto standard when it comes to E2E tests. Since it's also an actual business it'll prob be more robust/feature rich than a newer library
<FromGitter> <Blacksmoke16> but for simple stuff, staying in crystal land is prob fine. For something more serious id consider against it
<FromGitter> <eliasjpr> I built this tiny wrapper that can ease you end to end tests with any crystal framework https://github.com/eliasjpr/flux
<FromGitter> <eliasjpr> @andrewc910
<FromGitter> <andrewc910> I know I just hate working in JS. Spent the last few months learning more JS thinking maybe I'll like it.
<FromGitter> <andrewc910> @eliasjpr I'll take a look but I think I'll unfortunately be using cypress! Thanks 😁
<FromGitter> <Blacksmoke16> they support TS out of the box now. Might be the better route as you get some of type saftey as you did with crystal
<FromGitter> <andrewc910> Cool, yeah coming from ruby to crystal has really made me like type safety.
<FromGitter> <eliasjpr> I do think cypress is the right choice w
feepbot has quit [Ping timeout: 244 seconds]
feepbot has joined #amber
feepbot has quit [Ping timeout: 246 seconds]
feepbot has joined #amber
<FromGitter> <andrewc910> @robacarp Hey i wanted to ask you here as a github PR didn't feel right. ⏎ ⏎ You stated "I'd love to switch the paradigm to something where the render macro is responsible for building an explicit scope which is wrapped around the template render, but as far as I know that's not a construct that Crystal provides (yet)." ⏎ ⏎ Why do you say crystal can't support that yet? Is this something that has been
<FromGitter> <robacarp> Just based on my own attempts to solve the problem
<FromGitter> <robacarp> Admittedly this was at ... like Crystal 21 or something