HyShai

Results 6 issues of HyShai

Breaks when there's a banner on a page. E.g. a maintenance banner. ![image](https://f.cloud.github.com/assets/1154806/2354047/a5736d50-a5b2-11e3-9a94-60a1e0fb45aa.png)

The "Open in Safari" button doesn't work in thread view. The menu acts as though it has been pressed and slides away, but the action doesn't fire and no Safari...

Is there a way to communicate with the ympd server using regular HTTP requests (not websockets)? e.g. I want to send `MPD_API_SET_PAUSE` without needing to load the ympd frontend -...

The uneven match error really causes issues when the data has 1 or more matches. E.g. trying to extract from this xml: ``` xml http://example.com ``` using xpath 1.0 there...

help wanted

Methods that return a value but don't have params aren't intercepted. E.g. #### Class ``` csharp public class SampleClassWithInstanceMethod { public static bool DoSomething() { Console.WriteLine("Hello, World!"); return true; }...

wontfix

When I try to use a (working) batch file for custom action, it doesn't work. (The batch file is confirmed to be working when used manually.)