Results 64 issues of Ben Kuper

### Detailed steps on how to reproduce the bug Hello, On the latest Juce 8 dev branch as of writing this, I’m facing an issue with sharing OpenGL contexts, tried...

### Detailed steps on how to reproduce the bug using ThreadSafeListener should prevent from triggering an assert when calling from multiple threads (as per indication in the assert comments), but...

This allows the use of ScopedLock instead of ScopedTryLock in listener calls Related to issue #1450

### Detailed steps on how to reproduce the bug I wish I could post a PR for this, but I don't know where to start, so this is more of...

This proposes a fix for the issue #1445 The execute() function sets an interrupt in the engine that is then checked whenever a function is called using callFunction, but the...

### Detailed steps on how to reproduce the bug I have this very simple script, the function "update" is called in a dedicated thread at 100fps. ``` function update(deltaTime) {...

### Detailed steps on how to reproduce the bug Hello, in my transition to Juce 7 to Juce 8, i found that the same code will just be super slow,...

### Detailed steps on how to reproduce the bug There seem to be a problem with retrieving properties on the C++ side for objects that have been registered via registerNativeObject....

Hello, in this very simple REPL, I'm showing two list referencing the same items (the real use case is 2 views of the same data, one tree view and one...

This allows to keep integer data type when calling functions from javascript to Juce