Pascal Querner

Results 57 issues of Pascal Querner

### Version 5.8.0 ### Platform NodeJS ### What happened? Hello, I've been using PM2, express front and bullmq for a notification system. I noticed that when I changed to workerthreads...

bug

Opening a project in Phpstorm `Build #PS-242.20224.361, built on August 10, 2024` with `Magicento 3.3.16` brings up multiple errorr: Stack: ``` java.lang.NoSuchFieldError: Class com.jetbrains.php.lang.parser.PhpElementTypes does not have member field 'com.jetbrains.php.lang.psi.stubs.PhpStubElementType...

**Is your feature request related to a problem? Please describe.** When inserting a pushnotification, its TTL may not exceed 4 weeks according to docs. This is only checked after the...

type: feature request
api: messaging

### Description (*) This PR attempts to fix the incomplete attempt for config values to be overwritten from ENV variables. ### Related Pull Requests ### Fixed Issues (if relevant) Relates...

bug
Component: Core
Component: Adminhtml
phpunit

When you use `Mage::getModel('my_model');` this plugin allows for autocompletion (for the methods). However, when `my_model` is a class constant, that doesnt work. Can this be added? (Also for the other...

``` java.lang.NullPointerException: Cannot invoke "com.intellij.openapi.vfs.VirtualFile.getPath()" because the return value of "com.intellij.psi.PsiFile.getVirtualFile()" is null at com.magicento.helpers.MagentoParser.isBlockNameInLayoutXml(MagentoParser.java:768) at com.magicento.extensions.MagicentoGotoDeclarationHandler.getGotoDeclarationTargets(MagicentoGotoDeclarationHandler.java:338) at com.magicento.extensions.MagicentoGotoDeclarationHandler.getGotoDeclarationTargets(MagicentoGotoDeclarationHandler.java:52) at com.intellij.codeInsight.navigation.impl.GtdProvidersKt.fromGTDProvidersInner$lambda$1(gtdProviders.kt:38) at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:113) at com.intellij.util.indexing.FileBasedIndexEx.ignoreDumbMode(FileBasedIndexEx.java:706) at com.intellij.util.indexing.DumbModeAccessType.ignoreDumbMode(DumbModeAccessType.java:53) at com.intellij.codeInsight.navigation.impl.GtdProvidersKt.fromGTDProvidersInner(gtdProviders.kt:35) at...

``` Side effect occurred on invoking the intention 'Add method' (class com.jetbrains.php.lang.inspections.quickfix.PhpAddMethodDeclarationQuickFix) on a copy of the file java.lang.RuntimeException: Side effect not allowed: INVOKE_LATER at com.intellij.model.SideEffectGuard$Companion.checkSideEffectAllowed(SideEffectGuard.kt:21) at com.intellij.model.SideEffectGuard.checkSideEffectAllowed(SideEffectGuard.kt) at com.intellij.openapi.application.impl.LaterInvocator.invokeLater(LaterInvocator.java:83)...