Friedrich von Never
Friedrich von Never
While our recent struggles with the lexer and the parser so far weren't so fruitful (e.g., see #236 and #258), I have an idea of a radical improvement. What if...
See `TODO[#513]` in `MsBuildParameterCollector.correctPreviewerExecutablePath`: we should drop that after the corresponding Rider version (with a fix for RIDER-125656) gets released.
### What happened? Consider this `build.gradle.kts`: ``` dependencies { intellijPlatform { rider("2024.3.2") jetbrainsRuntime() instrumentationTools() bundledModule("intellij.rider") bundledPlugins("com.jetbrains.xaml.previewer") testFramework(TestFrameworkType.Bundled) } implementation(libs.bson4Jackson) testImplementation(libs.openTest4J) } ``` This will fail, because `rider("2024.3.2")` leads to implicit...
I think that the disclaimer section should be updated. In particular, this is no longer correct after OpenSAGE started incorporating sources from the original OSS release of Generals: > This...
I am trying to update my Scala app using Tinylog to Scala 3, and it doesn't seem that Tinylog has a Scala 3-compatible artifact published to Maven. Exact steps to...
An update to the following packages is currently blocked, because they don't support net462, and we still want to support that framework: - `xunit.runner.visualstudio` v3 - `ApprovalTests` v7 We will...
See [this commit](https://github.com/codingteam/emulsion/commit/96f2f361222dd9ed6d431abed69278ce16f1776f): after https://github.com/actions/runner-images/issues/13341 is resolved, let's enable the cache back in this action.
This snippet cannot be regenerated: ```yml jobs: steps: - name: Run unit tests run: dotnet test working-directory: Fabricator.Tests - name: Run integration tests run: dotnet test working-directory: Fabricator.IntegrationTests ```
Disabled due to https://github.com/actions/runner-images/issues/13341 We need to restore back later.
While working on [tdlib-versioned](https://github.com/ForNeVeR/tdlib-versioned) (currently non-public, will be published in a couple of days), I encountered a couple of problems: there's not enough documentation and no API to do basic...