Richard Abrich

Results 141 comments of Richard Abrich

The `pynput` --> `oa_pynput` changes were required to deploy via `pip` as a dependency in https://github.com/OpenAdaptAI/OpenAdapt but are not necessary to merge upstream. TODO: modify PR to merge from `feat/inject`...

Here's an extremely hacky workaround using https://github.com/rchampourlier/tunnelss. Assuming your development server's LAN IP is 192.168.0.98, and you want to access it with https on iOS: ``` sudo gem install tunnelss...

@haviduck can you please clarify what you are referring to more specifically? Which vue config?

Any update on this? I see there is a related issue that was created after this PR was opened: https://github.com/pywinauto/pywinauto/issues/1137 The [branch](https://github.com/vasily-v-ryabov/pywinauto/tree/mac_os_application) currently says: > This branch is [59 commits...

Hi Tianbao, Thank you for your feedback and clarification! We would be very happy to collaborate. Please let me know if there's anything you need from me. Regarding the trajectories,...

@FerusAndBeyond related: https://github.com/SysCV/sam-hq/pull/25#issuecomment-1774205933 Until it is, we can use: ``` pip install git+https://github.com/SysCV/sam-hq@61ea10f ``` At time of writing, this also requires modifying the import name to be `segment_anything` instead of...

This is happening because you need to specify these as conditions in your POST policy (generated on the server). For example, in Python: ``` response = s3.generate_presigned_post( Bucket=bucket, Key=key, Fields={...

Update: it appears that chunking is not supported, see: https://github.com/rowanwins/vue-dropzone/issues/544

@rowanwins what would be required in order to support this? Can you provide any guidance for those of us who might be interested in coding this up?

Related: https://huggingface.co/spaces/opencompass/open_vlm_leaderboard https://github.com/OpenGVLab/InternVL appears to surpass MiniCPM on the benchmark. However, testing suggests it does not perform as well on GUI elements. From https://internvl.opengvlab.com/ (same image as above): --- >...