DiscreteTom

Results 10 comments of DiscreteTom

Besides, since relocations are applied after filters, for filters the object key is `aaa/bbb/Musics/123.mp3` instead of `123.mp3`, which may cause more complex filter.

Sorry for the late response. I'm using AWS CLI V2. E.g. if I run `aws s3 sync s3://bucket/aaa/bbb/Music C:/Users/xxx/Music`, then `s3://bucket/aaa/bbb/Music/123.mp3` will be downloaded into `C:/Users/xxx/Music/123.mp3`. But if I use...

Hello, I encountered the same issue, the vs marketplace shows `invalid response data`. Here is my request result using curl: ```bash curl https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery/ -H "accept: application/json;api-version=3.0-preview.1" -H "content-type: application/json" -X...

How about capturing desktop using Desktop Duplication API in a standalone process, then use shared memory to load those data in the unity3d process?

> How about capturing desktop using Desktop Duplication API in a standalone process, then use shared memory to load those data in the unity3d process? I implemented this approach in...

I encountered a similiar error. I'm running with GitHub Actions. Project: https://github.com/DiscreteTom/shremdup I use the following command to put `protoc` in PATH: ```bash wget https://github.com/protocolbuffers/protobuf/releases/download/v3.20.3/protoc-3.20.3-linux-x86_64.zip unzip protoc-3.20.3-linux-x86_64.zip -d protoc3 mv...

> I encountered a similiar error. I'm running with GitHub Actions. > > Project: https://github.com/DiscreteTom/shremdup > > I use the following command to put `protoc` in PATH: > > ```shell...

Here is a demo game which can produce this issue: https://discretetom.github.io/CannonVsMosquito/ Looks like the cursor is locked at the beginning of the input field and can't be moved.

Thanks for the response, I'm using Arduino Nano.

Example: https://github.com/electroniccats/mpu6050/blob/master/examples/MPU6050_DMP6/MPU6050_DMP6.ino this works in Arduino IDE.