Alexander Münch
Alexander Münch
``` "test" { val list = listOf(1, 2) val array = arrayOf(1, 2) expect { that(list).hasSize(2) // works that(array).hasSize(2) //
Hi guys, I was just browsing the code and noticed something odd with the numbers of the `BoxShape` thingies: - `BoxShape1x1` has `Vector3(0.5, 0.5, 0.5)` - `BoxShape2x2` has `Vector3(1, 0.5,...
Since 2020.3, IntelliJ reports an exception from the Kotest plugin: ```stacktrace com.intellij.openapi.util.TraceableDisposable$DisposalException: library LibraryId(name=Gradle: kaptGeneratedClasses, tableId=ModuleLibraryTableId(moduleId=ModuleId(name=my-project.test))) already disposed: --------------Creation trace: java.lang.Throwable at com.intellij.openapi.util.TraceableDisposable.(TraceableDisposable.java:30) at com.intellij.workspaceModel.ide.impl.legacyBridge.library.LibraryBridgeImpl.(LibraryBridgeImpl.kt:50) at com.intellij.workspaceModel.ide.impl.legacyBridge.module.roots.ModifiableModuleLibraryTableBridge.(ModifiableModuleLibraryTableBridge.kt:33) at com.intellij.workspaceModel.ide.impl.legacyBridge.module.roots.ModifiableRootModelBridgeImpl.(ModifiableRootModelBridgeImpl.kt:86) at...
Hey, thanks for your work :smile: Just stumbled over https://github.com/portainer/portainer/issues/8452#issuecomment-2002417629 and found your project. Tried it out, but I still found something BE-related. This PR should fix that. **Before:** ...
This is about **Bulma**. It seems to be a bug. ### Overview of the problem This is a **Sass** issue: I'm using version [1.0.1] I am sure this issue is...
Hi. I am just exploring Ohm in the online editor. When using this grammar: ``` Demo { // does not work as expected Query = EmptyQuery | NotEmptyQuery // works...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
### Expected behavior Code generation runs successfully. ### Actual behavior Code generation fails with a `org.jooq.impl.ParserException` despite a valid command. See https://www.h2database.com/html/commands.html#execute_immediate ### Steps to reproduce the problem SQL: ```...
This is a similar change as https://github.com/zabbix/community-templates/pull/297, changing hardcoded multiplier `4096` to what was detected in `{#IFUNIT}`.