Jens

Results 14 issues of Jens

this would enable developers to fix #3830 and have the flexibility to interact directly with the CommandApp, if necessary.

Waiting for issuer feedback

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported ### Cake runner Cake Frosting,...

Sometimes you want to save a file to the configured ResultsDirectory (either by `--results-directory ./foobar/` or my.runsettings. Currently i see no option to get the wanted Directory from TestContext

**Version** 5.0.12 **Describe the bug** ``` The method or operation is not implemented. at LiteDB.StringResolver.ResolveMethod(MethodInfo method) at LiteDB.LinqExpressionVisitor.VisitMethodCall(MethodCallExpression node) at System.Linq.Expressions.MethodCallExpression.Accept(ExpressionVisitor visitor) at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node) at LiteDB.LinqExpressionVisitor.VisitAsPredicate(Expression expr, Boolean ensurePredicate)...

bug

Every decent ML lib contains a set of non linear SVM Kernels. - RBF - Polynomial - CosineSimilarity - Fourier - Spline It seems ML.Net contains only Linear and LD.

enhancement

It easily happens that you use the AsyncRelayCommand somewhere as ICommand, if i call the ICommand.Execute i get no Exception, even if the async Method throws an Exception. I know...

feature request :mailbox_with_mail:
mvvm-toolkit :toolbox:

### Description pdbs should be published in a way which is easily consumable with VS default Symbol server, respective with SourceLink. Currently it's not easy/obvious to comsune the pdbs. ![image](https://user-images.githubusercontent.com/11560817/195429844-f9cd2a57-5607-4a4e-bc89-56b5e9fa1cd5.png)...

t/bug
platform/macOS 🍏
platform/windows 🪟
platform/android 🤖
platform/iOS 🍎
p/1
partner/cat 😻
area/architecture
s/verified
s/triaged

**Is your feature request related to a problem? Please describe.** i would like to achieve two things: * A: open logfile like this: `CompactLogViewer.exe C:\Users\foobar\Downloads\my-log.clef` * B: under windows associate...

enhancement

The base english dictionary "en-us" doesn't even contain "unhandled". ![image](https://github.com/EWSoftware/VSSpellChecker/assets/11560817/04e1ad5a-dde7-4276-8113-2344f125f91f) http://app.aspell.net/lookup?dict=en_US;words=unhandled The "...-large" Dictionary is only a little bit bigger. unzipped: 850kB You can download the large dictionaries here: https://sourceforge.net/projects/wordlist/

This : ``` [AutoBindable("Header", typeof(string))] // c#10 [AutoBindable("Header")] // with C#11 generic attributes feature public partial class CustomEntry : ContentView { } ``` Instead of this: ``` public partial class...