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> <jwaldrip> Hey amber team!
<FromGitter> <jwaldrip> Working on the new crystal shards. Any additional information you would want to see on your shard page?
<FromGitter> <jwaldrip> (I am still working on the sidebar)
<robacarp> @jwaldrip looking at https://new.crystalshards.org/shards/github/robacarp/mosquito, code samples from the readme could use a background color to set them apart a bit
<robacarp> the horizontal space around the readme also feels constrained. Of course I wrote it looking at github, but you've got a lot of dead space on the right under the button-link to the github
<robacarp> other than those two things, I think it's looking great
<robacarp> if you can manage it, a link to the project homepage and github wiki (assuming it's not empty) could fill some space
<FromGitter> <jwaldrip> robacarp how does that look now?
<FromGitter> <jwaldrip> I can increase the width of the template re: readme
<FromGitter> <jwaldrip> Also this site used mosquito ;-)
<robacarp> oh awesome! I'd love to look at your code if you can share. It's always helpful to see how people use it.
<robacarp> The code blocks look nice. The background helps set it apart from "just another paragraph" and the syntax highlighting is a real win.
<robacarp> What are you using for the syntax highlighting?
<FromGitter> <jwaldrip> I did find one thing. I found it easier to serialize all my messages in a json serializable object.
<FromGitter> <jwaldrip> But you just may want to make that the default in mosquito
<FromGitter> <jwaldrip> basically make the arguments passed to initializer anything that responds to to_json and from_json
<FromGitter> <jwaldrip> Its all on github too. But all the deployment happens from gitlab