ijklam

Results 24 issues of ijklam

The type of argument `lpEnumFunc` should be `User32.WNDENUMPROC`, but currently is `nativeint` (`IntPtr`) ![image](https://user-images.githubusercontent.com/43789618/189122103-78e2d0dc-6ca9-4367-8114-10db0a014fb1.png)

help wanted

## Description Implements [this suggestion](https://github.com/fsharp/fslang-suggestions/issues/430) ![图片](https://github.com/dotnet/fsharp/assets/43789618/9bfa7217-8ae6-4787-92c7-ae6b2ec88fa1) ## Checklist - [x] [RFC added](https://github.com/fsharp/fslang-design/pull/764) - [x] Put it under preview flag - [ ] Test cases added - [ ] Performance benchmarks...

When initializing the database using this package, it will throw an "File not found" error. Although this could be fixed by modifying the package to create database file first, but...

**I propose we** allow returning `int` from active patterns that only classing the input, instead of `Choice`, for better performance Sample: ```fsharp // Marking the return type as `int` //...

[Android] fix a bug which cause closing soft keyboard does not clear focus on TextBox, which makes clicking on the TextBox cannot call out the soft keyboard again ## What...

bug
os-android
backport-candidate-11.1.x

## What does the pull request do? Support `PerformContextMenuAction` so that application can react on IME copy paste command ## What is the current behavior? App will not react when...

enhancement
os-android
area-textprocessing

## Description * [Original suggestion](https://github.com/fsharp/fslang-suggestions/issues/430) * [RFC](https://github.com/fsharp/fslang-design/pull/764) * [Previous merged work](https://github.com/dotnet/fsharp/pull/16687) Fixes #16854 ## Checklist - [x] Test cases added - [x] sig file support - [x] new syntax in...

![图片](https://github.com/dotnet/fsharp/assets/43789618/6ad803cf-cf9d-4496-8466-286922b5a3ee) **Repro steps** Input following code into fsi: ```fsharp let (|T|) (f: _ -> _) = ();; match id with T -> ();; let (T) = id;; ``` **Expected behavior**...

Bug
Impact-Low
Area-Compiler-Checking

## Description - [x] Show static field/property and union case of the parameter/property type in completion list, and wrap it by a paren when is needed ![图片](https://github.com/dotnet/fsharp/assets/43789618/f1d398b1-eb02-4249-808a-1cf780d94c91) ![图片](https://github.com/dotnet/fsharp/assets/43789618/769a5d8d-b866-4aa6-82ac-da10ca31d3fb) ![图片](https://github.com/dotnet/fsharp/assets/43789618/447e6fd6-a21e-403b-ab22-e847e563c0c2) ![图片](https://github.com/dotnet/fsharp/assets/43789618/17bafcfd-27ae-4495-b99f-4e5b4e9d28e2)...

As mentioned in #17292, it cannot get the type of an object expreesions, so the override completion feature cannot know which slots was implemented and should not suggest again. **Expected...

Bug
Needs-Triage