<FromGitter>
<Daegalus:matrix.org> Hey, having issues using GTK4/Libadwaita with Crystal, anyone happen to know why I am hitting the following problem once i generate the bindings, and try to run my app: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=6311ca6172ad51741fbf1d18]
ur5us has joined #crystal-lang
notzmv has quit [Ping timeout: 268 seconds]
wolfshappen has quit [Ping timeout: 244 seconds]
wolfshappen has joined #crystal-lang
ur5us has quit [Ping timeout: 244 seconds]
yxhuvud has quit [Read error: Connection reset by peer]
<wmoxam>
I'm trying to get a terminal window size on OSX via Crystal, and have no idea what I'm doing wrong 😅. I've gott a little C program that works correctly, and Crystal program that gives me random sizes every time it's run: https://gist.github.com/wmoxam/59be6be5ef1b13f6c13e9d0d21b2c622
<wmoxam>
Anyone have a suggestion as to what could be wrong?
<FromGitter>
<Blacksmoke16> seems to work for me
<FromGitter>
<Blacksmoke16> tho you do havea typo in your `puts` have `.ws_col` twice
<wmoxam>
ah
<wmoxam>
Blacksmoke16: are you on a Intel Mac or ARM?
<FromGitter>
<Blacksmoke16> intel
<wmoxam>
ok, I'm on ARM 🤔
<FromGitter>
<Blacksmoke16> possible the bindings are diff on arm?