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> <lankford> Hi All, noob trying to get going. Started a project with standard "new" but webpack takes forever (and all tests failing while starting) so decided to do a new --minimal... now I get an error about the layouts :
<FromGitter> <lankford> Code in macro 'render' ⏎ ⏎ 16 | render_template("layouts/#{false}", "src/views") ⏎ ⏎ ``` ^``` ... [https://gitter.im/amberframework/amber?at=605e789888edaa1eb8e2d01c]
<FromGitter> <lankford> any thoughts?
<FromGitter> <Blacksmoke16> what did you pass to `render`?
<FromGitter> <lankford> class HomeController < ApplicationController ⏎ ⏎ ```def index ⏎ render("index.slang") ⏎ end``` ⏎ ⏎ end ... [https://gitter.im/amberframework/amber?at=605e79a29ebdfd16409f361c]
<FromGitter> <Blacksmoke16> welp there goes my idea :/
<FromGitter> <lankford> ;) Thanks for thinkin' of me tho!
<FromGitter> <lankford> if I say layout: false it renders the H1 tag "hello world" basically
alexherbo2 has quit [Ping timeout: 240 seconds]
<FromGitter> <lankford> Just to introduce myself, I have been out of dev / ops for a few years, but I have used Ruby since before Rails and Rails since pre 1.x I guess... I used to read the entire Ruby standard lib about once a year, pretty well versed in MySQL (used mSQL before that), can hack my way around Postgres and Linux since before the SLS distro... I'm on mac now and it's a bit older 2015 I guess... just updated it but had a bunch
<FromGitter> ... of permissions problems getting brew to get everything install correctly... Tried using asdf which is kind of cool but I don't do a lot of heavy javascript these days (used to use it quite a bit) love the idea behind Opal ... not a huge frontend guy but understand CSS. I have a few sites I need to make that will pr ... [https://gitter.im/amberframework/amber?at=605e913528e6153d72477ce6]
<FromGitter> <Blacksmoke16> https://github.com/veelenga/awesome-crystal#web-frameworks there are some other options. http://athenaframework.org/ is pretty interesting, but imo it depends on what you're wanting to do as each framework has their pros and cons
<FromGitter> <lankford> Thanks George, checking them out now.
alexherbo2 has joined #amber
alexherbo27 has joined #amber
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo27 is now known as alexherbo2
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
alexherbo2 has joined #amber
<FromGitter> <lankford> OK George... sorted it out... it's cuz I'm an idiot... forgot the LAYOUT=
<FromGitter> <Blacksmoke16> 👍
<FromGitter> <lankford> I have a project I am wanting to get off the ground and could use some help, as I said, I am pretty well versed in ruby / rails / etc, but don't have the time needed to come up to speed with a new environment on my own... I would be interested in talking to (and paying) someone about helping me get off the ground with things like getting setup / pair programming ... I can already scaffold things and have an idea of
<FromGitter> ... what is going on but I like having a mentor to show me the ropes...
<FromGitter> <Blacksmoke16> oh sorry, maybe someone else would be interested but i actually never used amber
<FromGitter> <lankford> No worries George... thought I sent it to the whole group
<FromGitter> <Blacksmoke16> oops, i just assumed it was directed at me :P
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo2 has joined #amber
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo2 has joined #amber
<FromGitter> <aaaScript> I'm wondering if anyone here as encountered an `Uncaught (in promise) DOMException: An invalid or illegal string was specified` error while using the amber.js file for WebSocket connections. I'm currently trying to connect to my Amber websockets. from a Vue application which is where I'm getting this error, the odd thing is that I can get it working standalone from the DevTools browser console via a simple HTLM
<FromGitter> ... file, just not within Vue. ⏎ ⏎ Been bashing my head on this for a few days now. Any help or direction will be appreciated since I can't find many resources/tutorials on the Amber JS file.
<FromGitter> <aaaScript> Nvm. Figured it out. It looks like the browser was prepending the local url to what I was specifying during the amber Socket declaration.