Jen Garcia

Results 8 issues of Jen Garcia

After closing the Bungloo window the application stays open (you can access the menu bar and the application icon is still activated in the dock), but the interface does not...

The author has published an updated version with better audio. The content of the video is identical except for the audio quality. New "Event Sourcing for Enterprise" video: https://www.youtube.com/watch?v=xQ5YkMBPe0o

I thought of either accessing `_open` or comparing `Handle` to `NullHandle` to determine if a connection is open, but both of those options aren't publicly available. I'm not sure if...

The [Microsoft Visual C++ 2010 Redistributable Package](http://www.microsoft.com/en-in/download/details.aspx?id=5555) is no longer supported, so the original link no longer works. It can still be downloaded from Microsoft here: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?source=recommendations&view=msvc-170#visual-studio-2010-vc-100-sp1-no-longer-supported

Releases of DeSmuME are now hosted on GitHub: https://github.com/TASEmulators/desmume Also update the instructions to use the latest 0.9.13 version.

The `os.path.exists` function should check `package_folder` instead of `package_name`, otherwise it will always return `False`.

Remove absolute URLs and use the Flask `url_for` function instead. This is useful if you are running Flask-PyPi-Proxy behind a reverse proxy at a path other than /. There is...

The [current Pastebin link](https://pastebin.com/TPgtvmVB) is going to a 404 page. Apparently it was taken down in February of last year for being "potentially harmful". I don't know what could be...