-
Python 2.7.9; OSX; py2app 0.10; billiard 3.3.0.19
I'm using billiard to circumvent the os.fork() errors on Mac OSX which frequently occur with the normal multiprocessing package. To do so, I call the…
-
When trying to import passwords from a CSV file generated by Safari, OpenSesame shows all entries, but clicking the `Import` button has no effect whatsoever.
**To Reproduce**
Steps to reproduce th…
-
I receive quite a few automated bug reports about this plug-in on OpenSesame 3.0. On the one hand this is good news, because it means people are using the plug-in. On the other, it means that it would…
-
Hi,
when trying to run `openSesame` (latest version from github as of 18Nov2022) I receive the following error:
```
> betas sesameDataList()
# A tibble: 70 × 2
EHID Title
1 EH…
jhawe updated
2 years ago
-
When I start "IPython" from the Windows Start menu or from "C:\Program Files (x86)\OpenSesame\ipython.bat," I receive the following error message:
```
C:\Program Files (x86)\OpenSesame>Scripts\ipy…
-
Maybe on too strong wind?
```
Jän 06 11:31:59 messstation opensesame[13532]: thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: ()', /home/jenkins/workspace/op…
-
I'm using pygaze `0.6.0a21`, within OpenSesame 3.1.6, with an EyeLink 1000 Plus tracker.
My issues arises when I initialize the tracker (using the OpenSesame plugin), press Enter to see the image fr…
-
**Describe the bug**
```swift
protocol P {
associatedtype A
func getA() -> A
}
struct S {
var s: T
}
func openSesame(_ p: some P) -> S {
S(s: p)
}
func test(_ p: any P)…
karwa updated
11 months ago
-
Just placing this here to keep it on my radar, so I can fix it when the time comes.
With newer versions of Qt, OpenSesame fails to start with the error message
```
Attribute Qt::AA_EnableHighDpiS…
-
I remember into your notes @adamlukomski you found a way to make it works.
Do you think it is possible to have everything in a Docker?