<FromGitter>
<bew> Our use `...split(x, limit: 2)`
<FromGitter>
<bew> Or*
<Groogy>
where's split defined?
<Groogy>
I can only find split being defined in String
<FromGitter>
<bew> Ah true
<FromGitter>
<j8r> there is a difference between `array1, array2 = old_array[0...x], old_array[x..-1]` and `array1 = old_array[0...x]; array2 = old_array[x..-1]` ?
<Groogy>
no, just it becomes a one liner :P
<FromGitter>
<jspillers> my program is intermittently terminating and simply dumping `gmp: overflow in mpz type` to the terminal with no backtrace or any clue as to where the failure occurred. I am pretty sure the issue is with a BigDecimal calculation (GMP is used for all the classes in "big" I believe), but no idea how to debug when there is no backtrace. Any recommendations on how to approach?
<FromGitter>
<j8r> @jspillers how much memory takes your application?
<FromGitter>
<jspillers> let me see...
<FromGitter>
<j8r> maybe you have somewhere a "big" operation, and this go beyond the memory limit of a crystal program
<FromGitter>
<jspillers> 1) 594768 mb according to `ps`
<FromGitter>
<jspillers> @j8r ^
<Groogy>
eh what
<Groogy>
are you sure that's mb?
<Groogy>
because that would be 600gb
<FromGitter>
<jspillers> you are missing the `.` in there
<FromGitter>
<jspillers> its 4.5 mb
<Groogy>
I don't see a single dot
<FromGitter>
<jspillers> must be lost in gitter -> irc translation
<Yxhuvud>
I work and live on södermalm, but I have vacation so I can basically reach anywhere. I'll be out of town during weekends for a long while though
<Yxhuvud>
but outside weekends, I'd love to meet up
<oprypin>
weekdays are fine by me, almost any time or place
<Groogy>
yeah weekdays are preferable since I live outside of södermalm and I don't have vacation yet
hightower4 has joined #crystal-lang
GoldenBear has joined #crystal-lang
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<crystal-gh>
[crystal] asterite opened pull request #6424: Formatter: don't format code fence when language is not crystal (master...bug/6422-formatter-code-text) https://git.io/fNWDV
DTZUZO has quit [Ping timeout: 240 seconds]
akaiiro has joined #crystal-lang
akaiiro has quit [Ping timeout: 248 seconds]
<crystal-gh>
[crystal] asterite opened pull request #6425: Compiler: fix overload order for unnamed splat vs double splat (master...bug/5328-unnamed-splat-vs-double-splat-overload) https://git.io/fNWyp
<crystal-gh>
[crystal] asterite closed pull request #6425: Compiler: fix overload order for unnamed splat vs double splat (master...bug/5328-unnamed-splat-vs-double-splat-overload) https://git.io/fNWyp
akaiiro has joined #crystal-lang
rohitpaulk has joined #crystal-lang
alex`` has quit [Quit: WeeChat 2.1]
akaiiro has quit [Ping timeout: 244 seconds]
alex`` has joined #crystal-lang
Groogy has quit [Quit: WeeChat 2.1]
Raimondii has joined #crystal-lang
Raimondi has quit [Ping timeout: 244 seconds]
Raimondii is now known as Raimondi
<FromGitter>
<jspillers> Anyone know of any NYC crystal meetups? Is anyone else even in NYC here? :)
rohitpaulk has quit [Ping timeout: 240 seconds]
Groogy has joined #crystal-lang
alex`` has quit [Quit: WeeChat 2.1]
_whitelogger has joined #crystal-lang
<FromGitter>
<zbaylin> Does anyone know of a datetime string format with Timezone which Crystal accepts?
<FromGitter>
<zbaylin> I have tried a bunch but all of them trigger this error `Time format did not include time zone and no default location provided`