mpeters2

Results 23 comments of mpeters2

When I tested out replacing visual.TextStim with visual.TextBox2 EyeLinkCoreGraphicsPsychopy.py, for the life of me I could not get any of the text to align properly. Changing the __title_pos__ and the...

Pylink (after I update the PsycoPy.app package with the correct Pylink from SR Research). Unfortunately, I'll be out of town next week and won't be able to check the audio...

I'm wrong: it still crashes even later in the experiment (I'm home with covid, but helping to debug in realtime over zoom). We've switched to trying the `DISABLE_AUDIO` to `True`...

Same here. Was this issue ever resolved? MacOS 12.6 `build_app_bundle("my_julia_main.jl", appname="MyCode", verbose = true); Using calculated bundle_identifier: 'com.mattpetersonsaccount.mycode' ~~~~~~ Creating mac app in "/Users/MattPetersonsAccount/Documents/Development/Julia/RTmuncher/builddir/MyCode.app" ~~~~~~~ ~~~~~~ Compiling a binary from...

I noticed this in the generator.toml: `export_symbol_prefixes = ["TTF_", "IMG_", "Mix_", "SDL_", "MIX_", "RW_", "AUDIO_", "KMOD_", "HAVE_", ]` I don't remotely understand how Clang.jl works, but none of the SDL2_gfx...

Never resolved. I just stopped using audio.

ufechner7: Is it currently possible to use QT Widgets (not QML/QT Quick), as I'm semi-invested in that, after moving away from GTK (which seems broken in Julia)? I'm somewhat familiar...

As it turns out, Gtk is the source of this [GLMakie crash](https://github.com/MakieOrg/Makie.jl/issues/3311). If I comment out my `open_dialog_native()` function call, and instead hardwire the filename into my code, the GLMakie...