<crystal-gh>
[crystal] Ryuuzakis opened pull request #2175: Added more escaping characters for HTML (master...HtmlEscapeCharacters) https://git.io/vgpQU
ryuuzaki has joined #crystal-lang
ryuuzaki has quit [Quit: Leaving]
alanwillms has joined #crystal-lang
alanwillms has quit [Client Quit]
Philpax has quit [Ping timeout: 244 seconds]
ssvb has quit [Remote host closed the connection]
* sdogruyol
@jokke that looks a bit complicated to me :|
<sdogruyol>
needs more documentation
<jokke>
yeah
<jokke>
sure
SShrike has joined #crystal-lang
SShrike has quit [Quit: SShrike]
AckZ has quit []
<sdogruyol>
this can be used to build something like jbuilder, isnt it?
<crystal-gh>
[crystal] asterite pushed 1 new commit to master: https://git.io/vghU7
<crystal-gh>
crystal/master cf77549 Ary Borenszweig: Mention `make libcrystal` in Contributing.md
elia has joined #crystal-lang
<crystal-gh>
[crystal] asterite closed pull request #2175: Added more escaping characters for HTML (master...HtmlEscapeCharacters) https://git.io/vgpQU
rmosolgo has joined #crystal-lang
<crystal-gh>
[crystal] asterite pushed 3 new commits to master: https://git.io/vghZR
<crystal-gh>
crystal/master 2208e61 jc00ke: Update CoC to v1.4.0
rmosolgo has quit [Remote host closed the connection]
trapped has quit [Ping timeout: 255 seconds]
trapped has joined #crystal-lang
pawnbox has joined #crystal-lang
rmosolgo has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
srenatus has quit [Quit: Connection closed for inactivity]
adam^ has quit [Ping timeout: 255 seconds]
ssvb has quit [Ping timeout: 255 seconds]
Davy_CC has quit [Ping timeout: 255 seconds]
Davy_CC_ has joined #crystal-lang
ssvb has joined #crystal-lang
adam_ has joined #crystal-lang
r00takaspin has joined #crystal-lang
guilleiguaran__ has quit [Ping timeout: 265 seconds]
avdi has quit [Ping timeout: 265 seconds]
guilleiguaran__ has joined #crystal-lang
avdi has joined #crystal-lang
Ven has joined #crystal-lang
elia has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 255 seconds]
Ven has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ven has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
luislavena has quit [Quit: Leaving]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 255 seconds]
Ven has joined #crystal-lang
r00takaspin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 250 seconds]
r00takaspin has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ven has joined #crystal-lang
r00takaspin has quit [Client Quit]
Ven has quit [Ping timeout: 248 seconds]
<crystal-gh>
[crystal] bcardiff opened pull request #2182: DB Api (master...db) https://git.io/v2eLe
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 276 seconds]
Philpax has joined #crystal-lang
rmosolgo has quit [Remote host closed the connection]
<jokke>
sdogruyol: documentation will be on the way. for now i've added some macros for convenience. see the updated example. i also added the output generated by the sample.
<jokke>
sdogruyol: i also added a caching mechanism which speeds up the serializing significantly. you can try out the benchmark for some references.