klunejko

Results 6 issues of klunejko

I tried converting our existing GTM setup to run through partytown, however I ran into issues with the majority of our tags. Official templates worked as expected (Google Adwords, Analytics...

enhancement
help wanted

With pro disabled, everything works. However, after I've enabled pro, the extension fails to pick up that the process spawned (and is running) and instead fails with: "Failed to start...

I ran into an issue where a target object wasn't populated as expected, due to the getter being the same name as the protected property. ``` //source: Order::class (abbreviated) /**...

Days belonging to the previous or next month aren't being displayed correctly, as "text-gray-500" is added without removing "text-gray-900". So you end up with an overview where every single day...

Updated Function Runtime documentation and added missing information for integrating with Symfony.

**Describe the bug** Using upsert on an entity with attributes as index results in a UpdateExpression that tries to update the key, which then fails. I can work around it...