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> <sclee15> is there a helper function for replace \n for <br/>?
<FromGitter> <drujensen> I think you might be trying to escape a string? https://crystal-lang.org/api/0.33.0/HTML.html#escape(string:String):String-class-method
feepbot has quit [Read error: Connection reset by peer]
<FromGitter> <drujensen> `str.gsub(/[\r\n]+/, "<br>")`
_whitelogger has joined #amber
feepbot has joined #amber
<FromGitter> <sam0x17> hi how do I strip node / npm out of amber? Just doing an API server
<FromGitter> <drujensen> you can remove the `npm` section out of the .amber.yml
<FromGitter> <drujensen> remove all the package.json and src/assets and src/views
<FromGitter> <drujensen> you can use the `amber g api …` to generate your controllers, models and migrations
<FromGitter> <drujensen> hope that helps
<FromGitter> <sam0x17> thanks!!
<FromGitter> <sam0x17> lol @Blacksmoke16 we both have our own assert shards I wonder how many there are
<FromGitter> <Blacksmoke16> mine is for validations
<FromGitter> <Blacksmoke16> going to be archived and moved into the athena org as `validator`
<FromGitter> <Blacksmoke16> at some point