Pascal Querner

Results 106 comments of Pascal Querner

This doesnt fix the README, does it?

``` ssh-agent-load_1_6dbeb216e1c3 | Copying host SSH keys and setting proper permissions... ssh-agent-load_1_6dbeb216e1c3 | '/.ssh/./config' -> '/root/.ssh/./config' ssh-agent-load_1_6dbeb216e1c3 | '/.ssh/./id_rsa' -> '/root/.ssh/./id_rsa' ssh-agent-load_1_6dbeb216e1c3 | '/.ssh/./id_rsa.pub' -> '/root/.ssh/./id_rsa.pub' ssh-agent-load_1_6dbeb216e1c3 | '/.ssh/./id_rsa.filezilla.ppk' ->...

ssh-add-pass /.ssh/id_rsa /run/secrets/ssh_key/git_key and on my host the git_key file has the ssh password to load the ssh_key. Seems to be working fine, however its still not passed on to...

Our shop owner said "Packzettel" is not what it should be (not saying "illegal" as I am no lawyer and didnt have anything in writing to back me up). He...

> Einen Packzettel / manchmal auch Pickliste genannt ist das was die Logistiker / Bearbeiter zur Zusammenstellung der Ware nutzen bevor diese an den Kunden geht, der Kunde wiederum erhält...

Generating the PDF reveals that the font is embedded as ANSI. (CTRL+D in Adobe Acrobat > Fonts) Can we simply alter the way its embedded? I did not find a...

http://font.ubuntu.com/ Here we can check if a character is working or not. In the default font, which is embedded into this site, the character "š" seems to be working just...

I had to just ```ssh-add``` my key. But this only works for me in a non-dockerized way. Can you help me "forward" my loaded key to the docker container? I...

I guess HTTPS would work ok, but then again you'd have to save your credentials somewhere to make this automatic. Imo its better to use SSH alltogether because of the...

You can do it in your own module which inserts your product attribute to the grids column. Ref: https://magento.stackexchange.com/a/5986 Listen for ```Mage_Adminhtml_Block_Sales_Order_Create_Search_Grid``` block type Thats all you need to do....