ur5us has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 260 seconds]
<FromGitter>
<Afront> I used to use tabs, but after using Crystal, I ended up using 2 spaces because Crystal keeps adding `.editorconfig` to my project, and I found it a hassle to change spaces to tabs in `.editorconfig` for every project I make.
<FromGitter>
<Blacksmoke16> and the formatter would replace them with spaces anyway π
<FromGitter>
<stronny> well mcedit doesn't respect .editorconfig anyway lol
<FromGitter>
<Afront> ohh that was the formatter? I thought that was the `.editorconfig`lol β that makes sense
<FromGitter>
<stronny> lately I've beem using `micro`, it need a plugin that I also don't have
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 264 seconds]
<FromGitter>
<drinkmorewaters> anyway to translate TIme to seconds?
<FromGitter>
<drinkmorewaters> similar to `time.now.to_i `
<FromGitter>
<drinkmorewaters> i guess its also utc to unix epoch
<FromGitter>
<drinkmorewaters> believe i got it anway, `time.to_unix`
lvmbdv has quit [Quit: bye]
lvmbdv has joined #crystal-lang
Vexatos has quit [Quit: ZNC Quit]
rohitpaulk has joined #crystal-lang
Vexatos has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 250 seconds]
_ht has joined #crystal-lang
_ht has quit [Remote host closed the connection]
_ht has joined #crystal-lang
rohitpaulk has joined #crystal-lang
ur5us has joined #crystal-lang
<FromGitter>
<mikelitton> Hi guys. Can anyone help my understand how I connect to an e-mail box using Crystal?
postmodern has quit [Quit: Leaving]
Human_G33k has joined #crystal-lang
HumanG33k has quit [Ping timeout: 260 seconds]
<livcd>
How's Crystal on OSX? is it just as supported as on Linux?
gangstacat has quit [Quit: Δis!]
darkstardevx has quit [Quit: Leaving]
darkstardevx has joined #crystal-lang
gangstacat has joined #crystal-lang
ur5us has quit [Ping timeout: 260 seconds]
darkstardevx has quit [Quit: Leaving]
darkstardevx has joined #crystal-lang
darkstardevx has quit [Ping timeout: 260 seconds]
darkstarx has quit [Ping timeout: 260 seconds]
<oprypin>
livcd, most Crystal development happens on macOS
darkstardev13 has quit [Remote host closed the connection]
_ht has quit [Remote host closed the connection]
_ht has joined #crystal-lang
darkstardev13 has joined #crystal-lang
<FromGitter>
<smalls12> anyone tried cross compiling for raspberry pi ?
<FromGitter>
<maxfierke> If I were looking to add support for a new platform/target-triple to Crystal (for funsies, not officially), how would I go about generating the libc bindings (in `src/lib_c`). I can't find any documentation for how they were generated for the existing platforms.
MasterdonX has joined #crystal-lang
MasterdonX has quit [Read error: Connection reset by peer]
<FromGitter>
<Daniel-Worrall> I've crosscompiled to ARM (pi4) successfully. I once crosscompiled the compiler but it really isn't worth
MasterdonX has joined #crystal-lang
darkstardevx has quit [Quit: Leaving]
<FromGitter>
<smalls12> think I have an understanding for it now
<FromGitter>
<smalls12> use crystal build with cross compile flag
<FromGitter>
<smalls12> then it says to plop the object file on target
<FromGitter>
<smalls12> and run g++
<FromGitter>
<smalls12> but then that means I need that stuff on target
gangstacat has quit [Ping timeout: 265 seconds]
<FromGitter>
<Blacksmoke16> right
<FromGitter>
<smalls12> hmm but I need libgc.a and libcrystal.a on target
gangstacat has joined #crystal-lang
<FromGitter>
<smalls12> I pulled down crystal source and cross compiling it with the rpi compiler
<FromGitter>
<smalls12> my toolchain doesn't have llvm for rpi so I need to rebuild the sysroot