iSplasher

Results 18 comments of iSplasher
trafficstars

For anyone that's interested in this pattern, I ended up implementing the following pattern but without ROUTER and DEALER. This way I republish all messages through a single PUB so...

I think it might be better to separate the parsing and formatting logic to a different package `pretty-ts-errors-formatter` and then let the community build plugins on top of it. Could...

@sebastianseilund Not sure about chromium but that fix doesn't work in firefox

In MSYS2 environments, one can do: 1. `npm view @anthropic-ai/claude-code` 2. `wget ` 3. `tar xf ` 4. `nano ./package/package.json` 5. Remove the `preinstall` key from `scripts` 6. `cd ./package...

I download the whole 150+ mb zip file just like you. Worth noting that caching can be enabled to avoid re-downloading. I plan to add this next time I update...

Message --- was doing nothing Stacktrace --- java.lang.NoSuchFieldException: INSTANCE at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getField(FileTypeManagerImpl.java:597) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.instantiateFileTypeBean(FileTypeManagerImpl.java:534) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getFileTypeByFileName(FileTypeManagerImpl.java:718) at org.jetbrains.plugins.textmate.TextMateFileType.isMyFileType(TextMateFileType.java:55) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getByFile(FileTypeManagerImpl.java:891) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getFileTypeByFile(FileTypeManagerImpl.java:848) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getFileTypeByFile(FileTypeManagerImpl.java:758) at com.intellij.openapi.vfs.VirtualFile.getFileType(VirtualFile.java:356) at com.intellij.openapi.vfs.newvfs.impl.VirtualFileSystemEntry.getFileType(VirtualFileSystemEntry.java:653) at...

Had this issue after updating to "Docker Desktop 4.39.0" with "Docker version 28.0.1, build 068a01e", and I had just updated wsl earlier. None of the proposed solutions here worked for...