Abe Gong

Results 8 issues of Abe Gong

I need to programmatically focus on Medium.js elements. I would have expected something like this to work: ``` new Medium({ element : $("#my-first-div").get(0), mode: Medium.richMode, placeholder: 'your response', autofocus: false...

It looks like the canvas is reserving space for a toolbar, even when toolbarPosition is hidden. I can't draw on the far left of the canvas. ![screen shot 2017-02-06 at...

bug

Great project! I'm excited to see where you go with this. I can imagine a lot of powerful use cases for `geometry-script` from the command line, but all of the...

`main.py` looks like it's meant to be run as a cron job or within a daemon like `supervisord`. Is that right? Is there a preferred method for running scripts like...

Every time I run `main.py` it re-uploads all the events in `knowledgeC.db`, resulting in many duplicates in the AW database. I suspect this is an issue that other Watchers have...

Is there a naming convention for `hostname` and `bucket`? I'm running this script from the same MacOs laptop that I run ActivityWatcher itself from. It seems odd that it creates...

Changes proposed in this pull request: - WIP - -

Is it possible to specify the position of some (but not all) nodes at fixed coordinates? Ideally, I'm imagining this kind of input: ``` g = new dagreD3.Digraph() g.addNode({label :...