Milan Davídek

Results 11 issues of Milan Davídek

When attacker gains partial access to server, it is really easy to steal all session ids with simple command: ``` redis-cli keys sess_* ``` From my view, it is wrong...

## Feature description I miss get base dir command. Simply the result of: ``` Mage::getBaseDir('tmp') ``` ## Problem and motivation I think it can be very useful to be able...

enhancement

### Bug Description Tracy is not catching request of form with `target` to hidden iframe. See example below. ### Steps To Reproduce Sample test file: ```php parent.setHeader( + ' recieved!');...

### Summary (*) The method `Suboptimal method Mage_Catalog_Model_Product_Type_Grouped::getAssociatedProducts` is not optimal at all. - it selects all attributes (with `*` - asterisk) of associated products - loops the collection of...

PR requested
needs investigation

### Preconditions (*) 1. Product attribute `group_price` installed ### Steps to reproduce (*) 1. Visit product page ### Result (*) After we installed the group_price attribute, it really slowed down...

performance
needs investigation

### Description of the issue I diconnected and connected back ethernet cable from my zigbee gateway SLZB-06 and zigbee2mqtt module is down and won't start automatically when **watchdog is enabled**....

Hello @grafalex82 , can you publish prebuilt .ota files? I would like to try the FW on my switches, but build it myself is lot of hassle.

Hello @grafalex82 , I really appreciate your work you done here. I'm having very similar story. I built new flat and bought many of QBKG11LM and QBKG12LM. For long time...

Let's have this set of commands: ``` set a 1 set b 2 set c 3 scan 0 count 1 ``` On my local machine with redis-cli I'm getting reult...