bitovi / syn

Standalone Synthetic Event Library
https://www.npmjs.com/package/syn
MIT License
444 stars 258 forks source link

Very alpha version of a tool that I am working-on to track the events… #145

Closed kdillon closed 6 years ago

kdillon commented 7 years ago

… that go to a particular element. This will enable users to accurately record events, and compare to the events that FuncUnit generates.

Unfortunately some junk that wasn't supposed to be uploaded accidentally got put into this project (such as: non-resized and unrelated images), so I will go back and remove those.

chasenlehara commented 7 years ago

@kdillon Let me know if you need any help removing the images. We can amend your original commit so it’s like they were never added. 😊

kdillon commented 7 years ago

Thanks, that would be great. Honestly, I don't know how to modify commits in git. I find this tool to be extremely counter-intuitive. Things that should be trivial seem unsupported, to the point where I just give up and delete stuff later.

justinbmeyer commented 7 years ago

Dillon, this is great! You find git or some other tool counter-intuitive? Thanks.

Sent from my iPhone

On Jul 26, 2017, at 7:01 PM, Kevin Dillon notifications@github.com wrote:

Thanks, that would be great. Honestly, I don't know how to modify commits in git. I find this tool to be extremely counter-intuitive. Things that should be trivial seem unsupported, to the point where I just give up and delete stuff later.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

kdillon commented 7 years ago

Hi Justin,

Glad that you approve. I am going to write up a couple demo pages to show this tool's flexibility and usefulness, and I'm going to improve its functionality going-forward. (also, some of the code is a bit hacky)

In terms of counter-intuitive, the GIT submission review allows you to edit-in-place any text documents, but not binary files. It seems like there should be a "delete" button. If there is one, I haven't found it.