Rolf Niepraschk
Rolf Niepraschk
I suggest the special filename "-" for input and also for output. "-" should have the meaning use an input stream or an output stream instead of an input file...
I suggest an additional parameter "SOCKET" for the config file (`.xtrabackup.config`) defaults to `/tmp/mysql.sock`. The reason is the following innobackupex's error: ``` Failed to connect to MySQL server: Can't connect...
I tried your script "xtrabackup.sh". The backup works like expectet but I get a problem with the restore prodedure. The call ``` xtrabackup.sh restore 2015-06-30_09-12-47 tmp/xxx ``` results in the...
In the following example I set `\sffamily` for all table cells. In addition, I set `\bfseries` for the first row. Apparently this doesn't work on top of `\sffamily` as one...
## Brief outline of the bug The following example document loads two identical graphics files as .mps and .eps via \includegraphics. Both are valid eps files. I get different results...
## Brief outline of the enhancement Within the `shipout/before` hook, the box `\ShipoutBox` contains neither foreground nor background material. What can I do to manipulate the really complete page? I...
On every click on a number I get the error message "TypeError: window.event is undefined": ``` html Radmenu Example .radial_container { width:500px; height:500px; } .radial_div_item.active { background-color:darkgray; padding:.2em; } $(document).ready(function()...
Hello Nirvana, not an issue but a suggestion. It would be nice if the angle range (currently 360 degrees) can be limited to a smaller range (e.g. 45 degrees or...
Using a previous version (1.x) I was able to read simple excel data created by xlsx.js with Libreoffice calc (version 3.6). With the current version of xlsx.js it doesn't work...
I tried to compile erica with erlang 20. There are many error because of changed functions like "crypto:md5_init" or "crypto:md5_final". After replacing all obsolete functions with the new ones I...