Joel Purra

Results 40 issues of Joel Purra

[Originally reported](https://github.com/joelpurra/skipontab/issues/2) for [SkipOnTab](https://github.com/joelpurra/skipontab/). The tests fail for `` without any `href=""` attribute. Could be related to what elements receive focus, or how the emulated focus is handled. I would...

Bug
Confirmed bug
Tests fail
Internet Explorer
Internet Explorer 7

### Expected behavior Talkie's context menu item, shown when right-clicking selected text, is available when the user wants to use it. ### Actual behavior - In Firefox, the `Talkie: `...

bug

See [reported bug](https://github.com/joelpurra/emulatetab/issues/1) for [EmulateTab](http://joelpurra.github.com/emulatetab/). PlusAsTab's tests doesn't, but [EmulateTab's tests cover this](http://joelpurra.github.com/emulatetab/test/). Just remember to use IE7 to test it. Keeping this issue until the submodule has been updated.

Bug
Internet Explorer
Internet Explorer 7
Confirmed bug
Tests fail

In order to get this fork to work I applied a couple of patches I found in the Sourceforge bug tracker. I'm sure there are more there, and perhaps some...

enhancement
help wanted

If you're on Mac and using [brew](http://brew.sh/) you can install this gitslave fork [from my own `brew tap`](https://github.com/joelpurra/homebrew-joelpurra): ``` bash brew tap joelpurra/joelpurra brew install --devel joelpurra/joelpurra/gitslave ``` Just have...

Didn't yet fix the GUI for lookups without any (matching) records, which also means non-existing domains look weird. See #2.

enhancement

In order to progress with `uvcc`, I am using a forked `uvc-control` based on `master` (https://github.com/makenai/node-uvc-control/commit/ca1e2c963e98b309ad3b65c5fc538f052ea5fd64). There are bugfixes and improvements to get feature-parity with `uvc-control` v1. Might add new...

The branch [`package-root`](https://github.com/joelpurra/jq/tree/package-root) in my jq fork is necessary to use deep (more than one level of) dependencies. This is because jq sets the package root only once per execution,...

@nicowilliams: moved this part of the discussion from stedolan/jq#659. > Do you really want that "src" directory in the way? Yes -- I like separating _code_ from the root directory...

After spending an hour hunting down a bug, I thought of something. How about a strict mode, where you can't read absent properties without an error? I'm thinking of a...

feature request