-
See https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-2431/1/consoleFull that didn't changed code, just updated bundle versions, so the problem must be coming from either environment or c…
-
Observed by @CyrusNajmabadi in https://github.com/dotnet/roslyn/pull/68068#discussion_r1185328726
> ick. i never noticed this before. This really violates a core principle of navto (that no work is…
-
Using `status`, say, to disable the `solve` button during solution computation, causes
`Publishing changes from background threads is not allowed; make sure to publish values from the main thread …
-
[test-ui.zip](https://github.com/user-attachments/files/17790791/test-ui.zip)
**Describe the bug**
I actually did manage to get zeromq.js + electron to work, sort of. At least running a single te…
-
### Tested versions
- Reproducible in v4.4.dev4.official [36e6207bb]
### System information
Godot v4.4.dev4 - Windows 10.0.19045 - Multi-window, 2 monitors - Vulkan (Mobile) - dedicated NVIDIA GeFo…
-
Using a call statement causes a crash state to be generated that leads to a deadlock - should this happen?
Given:
```
---
action_options:
Human.Input:
max_actions: 2
max_c…
-
### Describe the Issue
This is my simple code, displaying a file chooser object in JavaFX Maven application:
```java
setOnShowing(ev -> {
Platform.runLater(() -> {
…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/WPF-multi-thread-UI-is-not-thread-safe-/10531948)._
---
\[severity:It bothers me. A …
-
### Issue and Steps to Reproduce
Following the instructions for adding assistant-ui with shadcn according to the [docs](https://www.assistant-ui.com/docs/ui/shadcn-ui/Thread) doesn't work because [sh…
-
I can use QPainter in multiple threads like this:
glBindFramebuffer(GL_FRAMEBUFFER, m_fbos[buffer_idx]);
QOpenGLPaintDevice fboPaintDev(t.w,t.h);
glBindTexture(GL_TEXTURE_2D, m_textures[buffer_idx]…