Samael

Results 284 comments of Samael

I recently tried to debug some D code and found that the debugger was not working properly. The current code is supposed to work with GDB mi2, perhaps it's worth...

this is still an issue in 1.33.1: ``` java.lang.StackOverflowError: null at java.util.HashMap.hash(HashMap.java:338) at java.util.HashMap.getNode(HashMap.java:568) at java.util.HashMap.containsKey(HashMap.java:594) at java.util.HashSet.contains(HashSet.java:205) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:92) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95) at io.github.intellij.dlanguage.utils.DUtil.getPrevSiblingOfType(DUtil.java:95)...

After changing the dependencies to the latest tags: ```xml com.github.kotlin-graphics glm 0.9.9.0-build-12 com.github.kotlin-graphics uno-sdk 0.7.5 ``` I managed to at least resolve the dependencies but it looks like the Kotlin...

got a sentry report for this from Intellij IDEA 2023.1.3 and plugin release 1.31: ``` java.lang.Throwable: AWT events are not allowed inside write action: java.awt.event.FocusEvent[FOCUS_LOST,temporary,opposite=javax.swing.JEditorPane[,0,0,281x17,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=,flags=16777504,maximumSize=,minimumSize=,preferredSize=,caretColor=javax.swing.plaf.ColorUIResource[r=187,g=187,b=187] Name: EditorPane.caretForeground,disabledTextColor=javax.swing.plaf.ColorUIResource[r=187,g=187,b=187] Name: EditorPane.inactiveForeground,editable=false,margin=com.intellij.util.ui.JBInsets$JBInsetsUIResource[top=0,left=0,bottom=0,right=0],selectedTextColor=javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] Name:...

this can be done if you're using dub

shouldn't that be `--compiler=ldc2`

in the run config there is a _compiler_ field where you can specify ldc2 which in turn makes the `--compiler=ldc2` arg:

I've started looking at this again and got some traction: ![image](https://github.com/intellij-dlanguage/intellij-dlanguage/assets/870567/65c1464c-bcf9-4ab3-8522-bd9ec2a80e96) It'll need a lot of testing before it's ready for a release so I'll probably have it on a...

I use consoled for an implementation of `vibe.core.log.Logger` which outputs nicer stdout logging for webapps. I also have a version which uses [ColourfulMoon](https://github.com/azbukagh/ColourfulMoon) as I've not decided on which i...

@adamdruppe are you still able to tag releases for this repo? Any chance of getting updates tagged as a new version