Janko
Janko
I use gwt 2.8.1. Hot to configure server side websocket in GWT Jetty?
``` java.lang.ClassCastException: class com.intellij.psi.impl.source.tree.injected.MultipleRootsInjectedFileViewProvider$Template cannot be cast to class com.github.bjansen.intellij.pebble.lang.PebbleFileViewProvider (com.intellij.psi.impl.source.tree.injected.MultipleRootsInjectedFileViewProvider$Template is in unnamed module of loader com.intellij.util.lang.PathClassLoader @246ae04d; com.github.bjansen.intellij.pebble.lang.PebbleFileViewProvider is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @54621218) at com.github.bjansen.intellij.pebble.liveTemplates.PebbleTemplateContextType.isInContext(PebbleLiveTemplates.kt:20)...
I was test on Windows 10 64 bit, with phpstorm on symfony 3.2.5 which produce link like this: ``` phpstorm://open?file=C:\wamp64\myapp\src\App\Controller\MyController.php&line=29 ``` This line of code does not match: ```javascript match...
Exception in thread "main" org.sql2o.Sql2oException: Keys were not fetched from database. Please set the returnGeneratedKeys parameter in the createQuery() method to enable fetching of generated keys. at org.sql2o.Connection.getKey(Connection.java:190) at com.hellokaton.anima.core.AnimaQuery.save(AnimaQuery.java:1241)...
com.intellij.diagnostic.PluginException: Icon cannot be found in 'TwigIcons.TwigFileIcon', action 'fr.adrienbrault.idea.symfony2plugin.templating.action.TwigExtendsGenerator' (module=PluginDescriptor(name=Symfony Support, id=fr.adrienbrault.idea.symfony2plugin, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/PhpStorm2022.3/Symfony Plugin, version=2022.1.238, package=null, isBundled=false)) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.reportActionError(ActionManagerImpl.java:359) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.reportActionError(ActionManagerImpl.java:355) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.loadIcon(ActionManagerImpl.java:267) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.updateIconFromStub(ActionManagerImpl.java:225) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:193) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:534)...
When I try to add media-bundle to symfony 7 project I got this error: ``` composer require ranky/media-bundle ./composer.json has been updated Running composer update ranky/media-bundle Loading composer repositories with...
java.lang.IllegalArgumentException: Argument for @NotNull parameter 'file' of com/intellij/openapi/fileEditor/impl/FileDocumentManagerBase.getDocument must not be null at com.intellij.openapi.fileEditor.impl.FileDocumentManagerBase.$$$reportNull$$$0(FileDocumentManagerBase.java) at com.intellij.openapi.fileEditor.impl.FileDocumentManagerBase.getDocument(FileDocumentManagerBase.java) at org.jusecase.jte.intellij.language.JteJavaContentManipulator.handleContentChange(JteJavaContentManipulator.java:19) at org.jusecase.jte.intellij.language.JteJavaContentManipulator.handleContentChange(JteJavaContentManipulator.java:15) at com.intellij.psi.ElementManipulators.handleContentChange(ElementManipulators.java:65) at com.intellij.psi.impl.source.tree.injected.changesHandler.CommonInjectedFileChangesHandler.updateHostElement(CommonInjectedFileChangesHandler.kt:170) at com.intellij.psi.impl.source.tree.injected.changesHandler.CommonInjectedFileChangesHandler.updateHostOrFail(CommonInjectedFileChangesHandler.kt:149) at com.intellij.psi.impl.source.tree.injected.changesHandler.CommonInjectedFileChangesHandler.commitToOriginal(CommonInjectedFileChangesHandler.kt:122) at com.intellij.codeInsight.intention.impl.InjectionEditServiceImpl$1.documentChanged(InjectionEditServiceImpl.java:34)...
AssertionError in flushPage when creating SortedTableMap from large CSV (30GB) I am encountering an AssertionError within the flushPage method of SortedTableMap when attempting to create a database from a 30GB...