Ketho

Results 3 issues of Ketho

In World of Warcraft we have a [Frame](https://wowpedia.fandom.com/wiki/Widget_API#Frame) class and a [AceGUIFrame](https://www.wowace.com/projects/ace3/pages/ace-gui-3-0-widgets#title-4-2) class, but the problem is they are created with `CreateFrame("Frame")` and `AceGUI:Create("Frame")` respectively. How would I get `AceGUI:Create("Frame")`...

enhancement

I'm maintaining a list of API, widgets and events for 8.1.5 https://github.com/Ketho/BlizzardInterfaceResources Is there way you could update the resources with this list or should I make a pull request?...

I'm following the [guide](http://ldapjs.org/guide.html) but I don't understand why I get an Operations error (1) when adding a new entry with ldapadd. ```sh pi@radiuspi:~/code/ldap $ sudo ldapadd -H ldap://localhost:1389 -x...