Friedrich von Never

Results 543 issues of Friedrich von Never

Write the following program: ```csharp using System; using Pose; namespace ConsoleApp4 { class Program { static void Main(string[] args) { var dt = DateTime.Now; Shim dateTimeShim = Shim.Replace(() => DateTime.Now).With(()...

fix-in-new-implementation

I've added 1.6.2 compiler and some properties for source map support in plugin config.

Today, I've been staging some PowerShell files in Git via Rider (I have [Git staging area](https://youtrack.jetbrains.com/issue/IDEA-63391) enabled, but not sure how important that is), and Rider's been frozen for about...

PowerShell has some common variables (e.g. `$ErrorActionPreference`) described [here](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6). I suggest that we add them to the autocompletion list, because these're often useful.

From a user: > you mentioned earlier the scrollbars... > > i find that its almost imposible to get the scrollbars or scroll with them using track pad on mac

kind:enhancement
status:help-wanted

For now, let's add a link that will navigate to the right tab of the Avalonia log window when the previewer crashes.

kind:enhancement

I want to release the public version of the plugin soon. Before that, we'll need to prepare everything for the public use (i.e. make sure the user won't be stuck...

kind:infrastructure

Replace this (which happens to use a deprecated method): ```kotlin private val objectMapper = ObjectMapper(BsonFactory()).apply { configure(MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES, true) configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false) } ``` with this: ```kotlin private val objectMapper = JsonMapper.builder(BsonFactory())...

kind:refactoring

See this project: https://github.com/minaew/HelloAvaloniaWorld

kind:bug

Sometimes (only observed on Windows for now), this test fails with the following exception: ``` Project Project(name=AvaloniaMvvm, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\runneradmin\AppData\Local\Temp\JetTestRider\152357254\previewControllerShouldRenderTheFrame\AvaloniaMvvm) (disposed) already disposed java.lang.Throwable: Project Project(name=AvaloniaMvvm, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\runneradmin\AppData\Local\Temp\JetTestRider\152357254\previewControllerShouldRenderTheFrame\AvaloniaMvvm) (disposed) already disposed...

kind:bug