Friedrich von Never

Results 616 issues of Friedrich von Never

The `.CUR` format is pretty hard to decipher, so let's take a look at extracting our `.cur`-related code into a library, for both extracting it from resources and rendering.

enhancement

Currently, Overtone expects the user to pass the path to the disk data root directory as a command-line argument. We should accept either this or a path to the ISO...

enhancement
help wanted
good first issue

In the `windows.txt` configuration file, most `PANE` items include four values, like `PANE 1 2 3 4` (which are actually x₀, y₀, x₁, y₁). But for some items, such as...

enhancement
help wanted

We'll need to play music during gameplay. The original music files are stored in `*.WAV` files, but there're also `*.MP3` in the bonus content pack. I suggest we should try...

enhancement

There're the following files on the game CD, which get used in runtime: - `LEVIATAN.WAV` - `LIFEGIVE.WAV` - `LOSEND.WAV` - `MYSTICS.WAV` - `PROTECT.WAV` - `SEEKERS.WAV` - `START.WAV` - `WINNER.WAV` We...

resources

### What happened? After updating to v2.1.0 in my Rider plugin (see [this commit](https://github.com/ForNeVeR/AvaloniaRider/commit/19a295495a22fee0724b5bc36c1e31a62b1263f1)), I see a new compilation failure. It looks like the plugin no longer automatically adds bundled...

bug

When building an F# application that uses a NuGet package also developed using F#, if the SDK used in the app is a bit outdated, then a warning [NU1605](https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1605) will...

Bug
Needs-Triage

**Repro steps** Write the following F# program, and run it: ```fsharp let inline toString (x: ^a) = (^a : (member ToString : unit -> string) x) [] let main argv...

Bug
Impact-Medium
Area-Compiler-SRTP

**Repro steps** 1. Create the following F# program: ```fsharp open System type Foo() = class end [] let main _ = let foo = Foo() let span = Span.Empty foo.CopyTo(span)...

Bug
Impact-Medium
Area-Diagnostics

https://github.com/fsprojects/awesome-fsharp/ This is a list about F# programming language, already quite mature and with 1200 stars. We have other lists devoted to programming languages, so why don't add F# :)...