ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
jmdaemon has quit [Ping timeout: 264 seconds]
jmdaemon has joined #crystal-lang
jmd_ has joined #crystal-lang
jmdaemon has quit [Ping timeout: 252 seconds]
jmdaemon has joined #crystal-lang
jmd_ has quit [Ping timeout: 244 seconds]
_ht has joined #crystal-lang
Sankalp has quit [Ping timeout: 268 seconds]
Sankalp has joined #crystal-lang
irc_user has joined #crystal-lang
_Votes78 has quit [Quit: ZNC 1.8.2 - https://znc.in]
Votes78 has joined #crystal-lang
ur5us has joined #crystal-lang
<FromGitter> <threez> Thanks I will try sentry but having it just with the standard tools would be awesome, don’t you think?
ur5us has quit [Ping timeout: 255 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 268 seconds]
irc_user has quit [Quit: Connection closed for inactivity]
Sankalp has quit [Ping timeout: 244 seconds]
Sankalp has joined #crystal-lang
notzmv has quit [Ping timeout: 268 seconds]
Votes78 has quit [K-Lined]
Votes78 has joined #crystal-lang
Votes78 has quit [K-Lined]
notzmv has joined #crystal-lang
renich has joined #crystal-lang
Votes78 has joined #crystal-lang
Votes78 has quit [K-Lined]
Votes78 has joined #crystal-lang
Votes78 has quit [K-Lined]
_ht has quit [Remote host closed the connection]
Votes78 has joined #crystal-lang
Votes78 has quit [K-Lined]
<FromGitter> <mattrberry> Hey @oprypin random question any you may not be the person for it, but I figured you might have some ideas. ⏎ At the moment, this line fails an assert for me *only* on mac https://github.com/mattrberry/crab/blob/master/src/crab/common/frontend/widgets/file_explorer.cr#L24 ⏎ ⏎ ```code paste, see link``` ⏎ ... [https://gitter.im/crystal-lang/crystal?at=62f6db1f3a42316d332f7869]
<FromGitter> <oprypin:matrix.org> @mattrberry: ah sorry, this is probably about actual imgui usage, which i ... really don't know much about 😅
<FromGitter> <oprypin:matrix.org> so you have a demo program huh. could try to translate it to c++ and ask their support channel, whatever it is
<FromGitter> <mattrberry> It seems like it works in c++ though, since it's used in the demo here https://github.com/ocornut/imgui/blob/master/imgui_demo.cpp#L3494-L3495
<FromGitter> <mattrberry> That said, it also works in the demo translated to crystal..
<FromGitter> <mattrberry> But if I add those two lines into a small existing program, it crashes..
<FromGitter> <mattrberry> Maybe it's just an imgui edge-case and not a larger problem.. hopefully
<FromGitter> <mattrberry> I'll play around with it some more
<FromGitter> <mattrberry> Hmm yeah translating my demo directly to c++ works fine but crashes in crystal. Maybe there's some difference between how I initialize imgui in macos in my demo? Still looking..
<FromGitter> <mattrberry> I think I'm convinced that something else is going on..
<FromGitter> <mattrberry> I'll try updating the demo code for your imgui sfml bindings to see if that fails too. Wondering if somehow I'm doing something wrong with my sdl/opengl bindings..
<FromGitter> <mattrberry> Looks like https://github.com/oprypin/crystal-imgui-sfml is having issues finding sfml on mac. I'll keep looking into this another time and just disable imgui in my emulator for now haha. Maybe it's not meant to run on mac :p