Skip to content
#

games

Here are 5,265 public repositories matching this topic...

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

panel
Wepwawetcode
Wepwawetcode commented Feb 6, 2022

Current Behavior

Archiving the folder named: "map" doesn't only archive the folder "map" it archives the following folders as well map2, map3, map4, map5, map6, map7, map8, map10, map11

Expected Behavior

That should only archive the folder called: Map

Steps to Reproduce

Create the following file structure:

/map/test.txt
/map1/test.txt
/map2/test.txt

Put a file in every fol

optick
bombomby
bombomby commented Jan 21, 2019

Add a filter to select a subset of threads.
Use SearchBox control with DelayedTextChanged event.
Hide all of the threads on the Timeline not containing specified string (should be case-insensitive).
Use space next to the Header row on the Timelne for the search box.

Code in: ThreadView.xaml.cs

zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

Improve this page

Add a description, image, and links to the games topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the games topic, visit your repo's landing page and select "manage topics."

Learn more