Tan Vachiramon
Tan Vachiramon
For unicode text in CSV file to work properly with Excel it needs to have a byte order mark in the beginning of the file (https://en.wikipedia.org/wiki/Byte_order_mark). Otherwise this happens: ![screen...
Fixes two small issues I came across before I could get the script to run: - Pytorch now treats true scalar (dimension [1]) differently to a singleton (dimension [1x1]). This...
I've been trying to use `bufferFFT()` example code with muse-js example ([link](https://github.com/urish/muse-js/blob/master/demo/src/main.ts)). How to replicate the issue: - Run `yarn add eeg-pipes` in `muse-js` directory - Add `import { bufferFFT,...
I'm encountering this error when running `lsl-viewer.py` on Ubuntu 18.04 (64 bit): ``` pylsl.pylsl.InternalError: an internal error has occurred. ``` I traced it back to `self.inlet.pull_chunk()` method which for some...
- Application version: 2.7.3 - OS: MacOS 13.6.3 **Steps to Reproduce:** 1. Go to any app that has a text input (Slack for example) 2. Type in any gibberish 'lkjdlkjfdldfs'...