zeyus

Results 27 comments of zeyus

I've just had to implement dual audio output (one for stimuli and another for audio triggers), but I have managed to do this with the current implementation (with ptb on...

I don't know what @Lunarequest thinks, but I don't really like having `esc` bound to closing an app. I use it all the time to close dialogs or cancel actions,...

Looks great so far, if you want help to set up auto build / deploy with github actions I can assist. I have several that I have previously used (both...

> > Looks great so far, if you want help to set up auto build / deploy with github actions I can assist. I have several that I have previously...

> Regarding this PR more concretely: Can't we avoid parsing strings completely and just work with `VarName`s (as shown in https://github.com/TuringLang/DynamicPPL.jl/blob/3b8dceab76ef37d57d0abdecb205a5c46550679f/src/loglikelihoods.jl#L201-L206)? And do we actually have to sort, given that...

@dcharkes I guess conceptually, it could go in a few directions: - it's all handled in a way that's completely transparent to whoever is making a build hook, using some...

> The package:native_sqlite_asset should probably use as it's semantic version the version of the bundled sqlite. That's a good point, and has implications for the lib I'm making. > We...