Marcus Ilgner
Marcus Ilgner
After deleting the code in question, another stacktrace occurs: ``` e: java.lang.NoSuchMethodError: 'void org.jetbrains.kotlin.psi2ir.generators.TypeTranslatorImpl.(org.jetbrains.kotlin.ir.util.ReferenceSymbolTable, org.jetbrains.kotlin.config.LanguageVersionSettings, org.jetbrains.kotlin.descriptors.ModuleDescriptor, kotlin.jvm.functions.Function0, boolean, org.jetbrains.kotlin.ir.util.StubGeneratorExtensions, org.jetbrains.kotlin.psi.KtFile, int, kotlin.jvm.internal.DefaultConstructorMarker)' at arrow.meta.phases.codegen.ir.IrUtils.(IrUtils.kt:60) at arrow.meta.dsl.codegen.ir.IrSyntax$irFunction$1$1.visitFunction(IrSyntax.kt:186) at arrow.meta.dsl.codegen.ir.IrSyntax$irFunction$1$1.visitFunction(IrSyntax.kt:183) at org.jetbrains.kotlin.ir.visitors.IrElementTransformer$DefaultImpls.visitConstructor(IrElementTransformer.kt:123)...
+1 since the current master is broken on PostgreSQL (and supposedly SQLite, too). Is a reversal of a267222772042cf5a3ac44076cdeea3a96cbe5e8 the only thing blocking this PR? Glancing over the other changes, everything...
One thing I noticed recently that after adding ``` tasks.withType().configureEach { dependsOn("bufGenerate") } ``` to my build file, buf is invoked on any compilation-related command and it will contact the...
Just saw that this; might be related to #151 @ball-hayden did you encounter any issues with MRI crashes in the context of Spring reloading?
@ball-hayden I just gave it a try and it seems to have resolved the problem, too! Many thanks, really great tip! I just had to `require_relative` the `.so` file and...
Did some reading up on this and realized that `Command::new` is already supposed to check `PATH` for the executable as defined by the OS. Also checked the output of `PATH`...
TCC shows all the options to configure battery and CPU behaviour. I'm not sure which functionality is part of the performance profiles but currently the Tailor GUI is more or...
As I currently have some free time on my hands, I'll give this another shot in the next couple of days. I'm also not very happy about the initial approach...
Just encountered this as well... I also bumped the version of the `copy-webpack-plugin` to `^12.0.0` which changes the constructor in `webpack.config.js` to read `new CopyWebpackPlugin({patterns:["index.html"]})`. Afterwards the [Rust-WASM tutorial](https://rustwasm.github.io/docs/book/game-of-life/hello-world.html) worked...
As it turns out, my changes aren't enough to fix the issue. The test suite itself is running into ClassLoader-related issues, resulting in a defunct singleton and ultimately multiple cache...