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
<raz> j #lucky
<raz> j #lucky-framework
<raz> (ffs, sorry, my irc client is acting up)
pooh_bear has joined #amber
pooh_bear is now known as drujensen
drujensen has quit [Quit: leaving]
<FromGitter> <cpunion> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5bc1a8cbf659e67772aac431]
<FromGitter> <cpunion> How to render JSON object?
<FromGitter> <cpunion> Ah. Just need change to `json [1].to_json`.
feepbot has quit [Ping timeout: 244 seconds]
feepbot has joined #amber
feepbot has quit [Remote host closed the connection]
feepbot has joined #amber
feepbot has quit [Ping timeout: 246 seconds]
feepbot has joined #amber
<FromGitter> <Sjoerrdd> Hi
<FromGitter> <Sjoerrdd> I'm trying to build a SPA with Amber
<FromGitter> <Sjoerrdd> (merge backend with frontend, single application)
<FromGitter> <Sjoerrdd> But if I go to /css/app.css, I get the home page
<FromGitter> <Sjoerrdd> (all routes are pointing to home, and React Router handles the SPA routes)
<FromGitter> <Sjoerrdd> But the CSS, JS and Robots.txt files are unreachable..
<FromGitter> <Blacksmoke16> @johansmitsnl https://github.com/Blacksmoke16/CrSerializer might interest you
<FromGitter> <Blacksmoke16> should help with the json serialization/deserialization issues you were having
<FromGitter> <Blacksmoke16> be my guinea pig ;)
<FromGitter> <Blacksmoke16> should work pretty seamlessly out of the box with Granite too, since the json support is built upon `JSON::Serializable`
<FromGitter> <mapeveri> Hi everyone, I am new and I would like to start collaborating. ⏎ Is there a task I can help?. Thanks!
<FromGitter> <Blacksmoke16> best to just take a look at the issues on github