Rustam

Results 51 issues of Rustam

Hello! Add some info to readme. For example, link to nuget :)

It would be nice to download ready binaries from [release page](https://github.com/ggerganov/whisper.cpp/releases), and not try to build the sources

enhancement
low priority

It would be nice if it was possible to see problems on CI

Hello, why FSharp.Core is using version 4, why not start using version 6? https://github.com/microsoft/qsharp-compiler/search?l=XML&q=fsharp.core

Need update FCS? see https://github.com/dotnet/fsharp/pull/16160 ![image](https://github.com/JetBrains/resharper-fsharp/assets/2669927/3ccb9abb-ba6c-4da0-bdec-7a7ed351ae5d) global.json ```json { "sdk": { "version": "7.0.202", "rollForward": "latestFeature", "allowPrerelease": false } } ``` JetBrains Rider 2023.3.2

Testsing with https://github.com/VerifyTests/Verify

At the moment, [some styles are hardcoded](https://github.com/EvotecIT/OfficeIMO/blob/fca5b6474c45492d3b09cb171c13fd2220db78a1/OfficeIMO.Word/WordParagraphStyle.cs#L96-L619) and there is no way to explicitly customize them. Also, there is no way to add own new. It would be nice to...

enhancement

It would be nice to add modifiing [RunStyle](https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.runstyle) from RunProperties. This issue is on par with https://github.com/EvotecIT/OfficeIMO/issues/73

enhancement

Consider replace SixLabors.ImageSharp with the equivalent I don't see the point in being dependent on a library that plans to switch to a commercial license https://sixlabors.com/posts/license-changes/

help wanted
question

Hello! Consider removing using non-unicode ```Encoding``` in the library, leaving the use of ```FallbackEncoding```. Or add use ```CodePagesEncodingProvider.Instance.GetEncoding(...)```~~, or register ```CodePagesEncodingProvider.Instance```~~ (adding target netcoreapp3_0?) The background can be read here...

discussion