Ben Pettit
Ben Pettit
Wondering how to run tests from visual studio or rider IDE. Problem is that no provider is set up when running either on windows or mac. Can we get a...
**Describe the bug** When using Fusilade as a httpmessagehandler in an iOS app via ``` var httpHandler = new Fusillade.RateLimitedHttpMessageHandler( new NSUrlSessionHandler(), Fusillade.Priority.Background); var httpClient = new System.Net.Http.HttpClient(httpHandler) { BaseAddress...
When using cocoapods-packager (1.3.0) It will not allow my pod's symbols to be kept private(thus reducing it's binary size). I used the xconfig: `s.pod_target_xcconfig = { 'GCC_SYMBOLS_PRIVATE_EXTERN' => 'YES' }`...
What work needs to be done to get IDE support for running xunit test code which targets xamarin.mac, xamarin.ios and xamarin.android?
I was trying to run the SSVEP example but it wouldn't work until I lowered my display refesh rate to 85hz or lower, any setting above this would not work....
The functionality to filter tests with a string the same as you would with the xunit ''[filter](https://docs.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests)" parameter, or basic string matching would be great for doing TDD on platform...
- I just used some images instead of using drawing up the checkerboard and red dot with code. - I had to update the PsychoPy version because 2020.2.3 was using...
I used libovr.shutdown() without any issues but I did not try using opengl - Let me know if you'd like me to test this to see if the crash has...
This PR modifies the current rendering engine to allow support for using a head mounted display. Here is a github issue explaining the change: [Support for Oculus/Meta Quest VR](https://github.com/NeuroTechX/eeg-notebooks/issues/232). [PsychXR](https://github.com/mdcutone/psychxr)...
## 📝 Running the N170 experiment or other experiments using VR whilst wearing a Quest 2 VR headset # For example, should be able to run the N170 stimulus on...