mpeters2
mpeters2
### Issue Report Checklist * [Y ] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [Y ] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice...
``` py2many --julia=1 tests/cases/fib.py Writing to: tests/cases tests/cases/fib.py ... tests/cases/fib.jl Error: Could not format: tests/cases/fib.jl Due to: FileNotFoundError [Errno 2] No such file or directory: 'format.jl' ``` MacOS 12.3.1, fresh...
I'm getting semi-random segfault using Psychopy. For the record, I've tried 3 different installations: the latest 2022 Psychopy Coder, Spyder with python 3.8, and Spyder with Python 3.9. I'm using...
I've been trying to follow the "toy application" tutorial, and I get a segfault when trying to create a sysimage. `Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info:...
Two requests that would greatly improve the usability of the debugger: 1) Variables in alphabetical order. Variables can be difficult to find, because it appears that they are listed in...
MacOS 14.0, M1Max chip Gtk.jl v1.3.0 I get this error when calling `dataFileName = open_dialog_native("Pick a file", GtkNullContainer() )`, but only when I'm using the VScode debugger. If I'm not...
I'm posting this here because the last call before crashing seems to be glfwPlatformCreateWindow. I'm using GLMakie, and when I call GLMakie.display(fig), it crashes with an uncaught NSInternalInconsistencyException exception. GLMakie...
It gives me the following error: `ERROR: /Users/SomeGuysAccount/Documents/Development/Julia/SDL_Beeper/audio_example/beat.wav not found.` but if I insert the first three lines below... ``` if isfile("$aud_files/beat.wav") println("FOUND beat.wave AUDIO FILE!!!!!!!!!!!") end music = Mix_LoadMUS("$aud_files/beat.wav")...
Maybe I'm doing something wrong, but I get this: ```UndefVarError: `aalineRGBA` not defined``` ``` using SimpleDirectMediaLayer using SimpleDirectMediaLayer.LibSDL2 ... SDL_SetRenderDrawColor(myWin.renderer, 255,255,255,255) SDL_RenderDrawLine(myWin.renderer, 1500, 10, 1510, 1500 ) #------------ aalineRGBA(myWin.renderer, convert(Int16,...
If I try to open a saved jlprof file, Julia crashes (not just ProfileView). This happens if I click on the open icon for "Load Profile Data" and then try...