-
I'm getting a crash in very specific circumstances. I've reduced it to the following code:
```python
import pynput
import time
import threading
import tkinter as tk
import string
class Win…
-
### Godot version
3.4.3
### System information
Windows 10, GLES3, Intel Iris Xe (30.0.101.1340)
### Issue description
Game freezes when RayCast is pointing at a SoftBody, please pay attention to …
-
Hey, I have a problem and I don't know how to handle it.
My scenario:
I have tool palate with lots of tools. Every tool have different function with different listeners. (components)
Tool is draw…
-
Steps to Reproduce:
1. Visit http://archives.materializecss.com/0.100.2/forms.html#select)
2. Select a "Select Menu"
## Expected Behavior
The select menu opens.
## Current Behavior
The selec…
-
# blessed.program().
Function
Behavior
setTerminal(terminal)
Sets the terminal emulation mode.
…
-
Right now its impossible to know which mouse button was used, I would like to be able to assign different behaviors to each kind of click and drag.
-
I've added a rough and basic dropdown component, you can read the docs inside `docs/components/context.html`, the CSS inside `src/components/Context.css` and the JS inside `docs/js/Context.js`.
To …
-
Over in https://github.com/phetsims/graphing-lines/issues/137#issuecomment-1861693224, @amanda-phet and I discovered that DragListener and KeyboardDragListener apparently have an (unofficial?) default…
-
In past I was able to open a link in a new tab and got the normal page served. Since 3.4.0 I just get the content frame opened in a new tab.
Would it be possible to link to the the whole frameset?
-
Use SWT/eclipse GUI components and rendering for a better integration:
* use SWT/jface components for the UI (panels, menus)
* use SWT to render diagrams on an SWT canvas
I have a first impleme…