Adam Becker
Adam Becker
This is a question, not an issue. I've been trying to find information on this but had no luck. Would it be possible somehow to set the _default_ brightness for...
Opening this PR to get feedback early. This is to address #326. I tried adding this at a `Property` level, but its type argument doesn't track the type being generated...
This PR aggregates all the "check time" state of a property into a single structure. This will hopefully make adding features like #341 easier, and I think it's much easier...
The [Hedgehog](https://github.com/hedgehogqa/fsharp-hedgehog) library has xunit tests that look like this: ```fsharp [] let ``unicode doesn't return any surrogate`` () = // ... ``` When editing these files with ionide, I...
Would the maintainers accept a PR to sort all of the language plumbing by name? It seems to have gotten out of order over time.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Same as #38653. When using MSAL authentication in a Blazor...