-
Hi Zork,
should be possible to use also for OUF_Simple a dependency system like are rActionBar and rButtonTemplate for example ?
Now it depends statically by a template which name is only "oUF_…
-
With my limited knowledge of wow addon code, I could not find anything regarding keybind text with rActionBar.
Can I enable this somewhere? If not, is it something you plan to implement?
Thanks …
-
I supposed that there may be an error in the build.sh of project FFmpeg. I use the docker image to compile the FFmpeg library, but when I'm running the fuzzing target, I observed that the coverage was…
-
Hi,
I can't build from source on Ubuntu. While I can get daily snapshots, I want to be able to try out different branches and all that. Versions of ffmpeg, make, qmake followed by console output (t…
-
Hi Zork,
sometime OUF_Simple fails to check the exit from combat condition.
https://s14.postimg.org/n8qwha5s1/screenshot_352.png
As you see in the screenshot I am able to summon the mount even if t…
-
Hi Zork,
I don't want to stress you so much ... just a suggestion this time :)
In rchat if you scroll up and then you don't come back to the last line of chat you loose any feedbacks on the chat .…
-
I've grepped around the themes directory and It would seem that not all set the xterm title, and none (re-)use the xterm-plugin's functions to do it. Is there a reason for it that I miss? Unless there…
-
Currently, we use `ip` on the host machine to configure simulated latency.
Works fine on Linux...but only on Linux. I guess we need to do it _inside_ of the container. We should do it as part of the …
trevj updated
8 years ago
-
To date, we've used SSH to access cloud servers. This was convenient to launch fast since SSH servers are easy to install and configure. They also make it easy to issue and revoke access tokens, thoug…
trevj updated
8 years ago
-
The line contains:
```
$foo->bar->baz->fizz->onchange = "selectAll(this, $zork_buzz, $numbers);";
```
The code is PHP, noticed in `php-mode`, but the bug also occurs in `text-mode`.
…