Tymoteusz Motylewski

Results 43 issues of Tymoteusz Motylewski

Class `Cm_RedisSession_Model_Session_Config` implements `\Cm\RedisSession\Handler\ConfigInterface`. However I can't fin the ConfigInterface.php file. In some places it is also required like: `require_once __DIR__.'/../lib/src/Cm/RedisSession/Handler/ConfigInterface.php` Is the file missing, or is the issue on...

Hi I'm so happy I've found the tool. I spend a day looking for a tool which can help me and my team track time, but is not focused on...

help wanted
type: outreach
good first issue
improves: user growth
!pinned

#### Make Answers buttons visually distinguishable from administrative buttons Right now butons used to vote have the same style as buttons "add option" "remove poll" "end poll". Buttons with answers...

Duplicate
Type/Enhancement
0. Needs Triage

I have a working rule for jira tickets with ORSU prefix like `ORSU-123` It works fine until I add the match when editing the message. ![image](https://user-images.githubusercontent.com/515397/174738052-4fe60976-5d6b-4fb0-844d-78c8453f337c.png) The second message was...

**Is your feature request related to a problem? Please describe.** Right now in order to have a certain framework being supported by dd-tracer you either: - has to make PR...

feature-request
cat:manual-instrumentation

**Is your feature request related to a problem? Please describe.** I would like Datadog to have automatic instrumentation for TYPO3 CMS https://typo3.com/ Right now Datadog doesn't show any php method...

🎉 new-integration
feature-request

https://github.com/macopedia/magento-lts/blob/1.9.4.x/app/code/core/Mage/Core/Model/Config.php#L1714 $event is an object, while addChild expects it to be string. Probably the solution is to change ``` $newNode = $events->addChild($newEventName, $event); ``` to ``` $newNode = $events->addChild($newEventName); ```...

PR requested

Magento 1.6 has introduced a `_initOldFieldsMap` functionality in VarienObject. It was used to keep backward compatibility with code written pre 1.6. As in 1.6 some db fields names has been...

waiting for feedback
needs investigation

### Description (*) I would like to see a list of attribute sets given attribute is attached to, on the attribute edit form. If the attribute is attached to all...

PR requested