jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.28.0 | Fund Crystal's development: http://is.gd/X7PRtI | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Gitter: https://gitter.im/crystal-lang/crystal
lucasb has quit [Quit: Connection closed for inactivity]
<FromGitter> <jwoertink> Working with some Chrome bindings, I see
<FromGitter> <jwoertink> ๐Ÿ˜‚
<FromGitter> <Blacksmoke16> Hm?
<FromGitter> <jwoertink> joke about the ram usage
<FromGitter> <Blacksmoke16> Oh, joke of how much RAM chrome uses? ;)
<FromGitter> <jwoertink> ๐Ÿ˜†
<FromGitter> <jwoertink> So I got this `Pointer(UInt8)` thing which is coming from some C. Is there a way to see what the string representation of that is?
<FromGitter> <Blacksmoke16> String.new pointer
<FromGitter> <Blacksmoke16> https://crystal-lang.org/api/0.28.0/String.html#new%28chars%3APointer%28UInt8%29%29-class-method
<FromGitter> <jwoertink> ah, sweet :D
<FromGitter> <Blacksmoke16> :p
ashirase has quit [Ping timeout: 250 seconds]
ashirase has joined #crystal-lang
ashirase has quit [Ping timeout: 258 seconds]
ashirase has joined #crystal-lang
_whitelogger has joined #crystal-lang
f1refly has quit [Ping timeout: 276 seconds]
alexherbo295 has joined #crystal-lang
alexherbo29 has quit [Ping timeout: 246 seconds]
alexherbo2950 has joined #crystal-lang
alexherbo295 has quit [Ping timeout: 246 seconds]
f1refly has joined #crystal-lang
azuri5 has joined #crystal-lang
Raimondi has quit [Quit: WeeChat 2.4: ยกChau!]
ashirase has quit [Ping timeout: 250 seconds]
ashirase has joined #crystal-lang
Raimondi has joined #crystal-lang
laaron has quit [Quit: ZNC 1.7.1 - https://znc.in]
laaron has joined #crystal-lang
ian_0xF has joined #crystal-lang
ian_0xF has quit [Client Quit]
ian_0xF has joined #crystal-lang
ian_0xF has quit [Quit: Mutter: www.mutterirc.com]
wuehlmaus has quit [Ping timeout: 245 seconds]
rohitpaulk has joined #crystal-lang
laaron has quit [Remote host closed the connection]
rohitpaulk has quit [Remote host closed the connection]
laaron has joined #crystal-lang
return0e has quit [Ping timeout: 246 seconds]
return0e_ has joined #crystal-lang
return0e has joined #crystal-lang
return0e_ has quit [Ping timeout: 258 seconds]
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
<FromGitter> <watzon> Hello everyone! I've missed you all!
laaron has joined #crystal-lang
<FromGitter> <bew> @watzon hey, it's been a while, Welcome back ;)
<FromGitter> <watzon> Gracias :) I've been too long away from my beloved Crystal lol
oprypin has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Quit: ZNC 1.7.1 - https://znc.in]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
azuri5 has quit [Quit: azuri5]
laaron has joined #crystal-lang
azuri5 has joined #crystal-lang
<FromGitter> <watzon> Does anyone know why I'd be getting a `Nothing to repeat` error with this regex? `/^[[[:punct:]]^|+]+$/`
<FromGitter> <anamba> Yes, you are trying to repeat |
<FromGitter> <anamba> If that's what you wanted, it needs a \
<FromGitter> <watzon> Lol I literally was just coming back to say that I figured it out
<FromGitter> <watzon> Thanks!
Yxhuvud has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
ashirase has quit [Ping timeout: 250 seconds]
ashirase has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
ian_0xF has joined #crystal-lang
<ian_0xF> Hello, guys, does crystal have something similar to DRb in ruby? Or any other way to do RPC?
ian_0xF has quit [Client Quit]
ian_0xF has joined #crystal-lang
ian_0xF has quit [Remote host closed the connection]
sagax has quit [Quit: Konversation terminated!]
_whitelogger has quit [Remote host closed the connection]
FromGitter has quit [Ping timeout: 264 seconds]
_whitelogger has joined #crystal-lang
azuri5 has joined #crystal-lang
f1refly has quit [Ping timeout: 258 seconds]
<FromGitter> <malkomalko> Is there a built in method for an array/enumerable to add an item at a specific index?
<FromGitter> <Blacksmoke16> yes
<FromGitter> <Blacksmoke16> @malkomalko https://crystal-lang.org/api/0.28.0/Array.html#insert%28index%3AInt%2Cobject%3AT%29-instance-method
<FromGitter> <malkomalko> Thank you! I was looking at the api docs for 5-10 mins and was like, I'm totally missing it
<FromGitter> <Blacksmoke16> :p
<FromGitter> <Blacksmoke16> np
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
<FromGitter> <spTorin> @malkomalko try to use https://devdocs.io - select crystal - type `array` in search and look all array methods
<FromGitter> <j8r> +1 for devdocs
rohitpaulk has quit [Ping timeout: 248 seconds]
<FromGitter> <Blacksmoke16> hows that any diff than going to normal api docs and looking at methods in the array class
rohitpaulk has joined #crystal-lang
f1refly has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 255 seconds]
ukd1 has joined #crystal-lang
ashirase has quit [Ping timeout: 250 seconds]
ashirase has joined #crystal-lang
ashirase has quit [Ping timeout: 248 seconds]
ashirase has joined #crystal-lang
ashirase has quit [Ping timeout: 268 seconds]
rohitpaulk has joined #crystal-lang
<oprypin> ^this
rohitpaulk has quit [Ping timeout: 248 seconds]
ian_0xF has joined #crystal-lang
ian_0xF has quit [Client Quit]
<FromGitter> <malkomalko> nice call on devdocs, I think I haven't used it before because it had a slightly older crystal version
bars0 has quit [Quit: leaving]
<oprypin> ok but like don't?
<oprypin> actually just use https://crystal-lang.org/api
<FromGitter> <dscottboggs_gitlab> yes I don't get the point of devdocs it's just rehosting the docs that you linked.
<FromGitter> <j8r> the search is sometimes better
<FromGitter> <dscottboggs_gitlab> interesting
moei has quit [Quit: Leaving...]
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang