Dale Kim

Results 14 comments of Dale Kim

I basically do exactly what Omar suggests in my own in-game editor. It's not particularly onerous, either, since I just have wrappers around the various widgets to automatically set the...

A thought just came to me: what if the functions returned the element the mouse is hovering over? Right now they're void Plot_(), so what if it were int Plot_()...

As far as I can tell, yes I'm up to date. ``` dale@unpacklo:/Users/dale/code/stellarium/build/macosx [(no branch, bisect started on master)]> sw_vers ProductName: macOS ProductVersion: 12.5 BuildVersion: 21G72 ``` This stackoverflow [post](https://stackoverflow.com/questions/58943032/c-build-failed-on-xcode-osx-with-multiple-errors-file-io-is-unavailable-i)...

Hm, so it looks like there was a local problem regarding the compile error which I seemed to have gotten around, but now I have a new problem: I seem...

Here is my cmake output: ``` dale@unpacklo:/Users/dale/code/stellarium [master]> rm -rf build/ dale@unpacklo:/Users/dale/code/stellarium [master]> mkdir -p build/macos dale@unpacklo:/Users/dale/code/stellarium [master]> cd build/macos/ dale@unpacklo:/Users/dale/code/stellarium/build/macos [master]> cmake ../.. -- Found CMake 3.23.2 -- The...

@alex-w thanks, `cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 ../..` fixed it for me! Is it possible for the build architectures to be automatically detected in the future?

I see this issue today with Stellarium 0.21.3 on macOS 12.3.1. My repro is as simple as opening Stellarium directly into fullscreen mode. Once the process finishes loading and gets...

I also just noticed there was a 0.22.0 release so I checked that and this bug still exists for me.

config.ini as a text file: [config.ini.txt](https://github.com/Stellarium/stellarium/files/8953283/config.ini.txt) And some more info about my machine:

I managed to get the source and build and noticed the behavior is slightly different. I recorded a video to illustrate https://www.youtube.com/watch?v=bMQD0B0Dz1A I'm not that familiar with the code, if...