-
**Do you want to request a *feature* or report a *bug*?**
*feature*
**What is the current behavior?**
https://github.com/Carnaux/NFT-Marker-Creator
Current documented NFT Marker …
-
# Generic struct type whose fields are all unmanaged types is unmanaged
> A non-generic struct type whose fields are all unmanaged types is unmanaged.
into
> A generic struct type whose fiel…
-
**I propose we** add an additional enclosing pair of quotes for literals :
`
let ᐠmy literalᐟ= 0
`
that would be equivalent to :
`
let ``my literal``= 0
`
\`: unicode 0x0060
ᐠ: unicode 0x…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
# Decimal, nativeint and unativeint literals
I propose we allow decimal, nativeint and unativeint literals.
The existing way of approaching this problem in F# is (none).
C# 9 now has [native-…
-
Is it possible from the YouTube APIs to retrieve whether or not a channel is `Verified` and whether or not it's an `Official Artist Channel`? No, so I added this support to my API: bed0a4144bae526d73…
-
**I propose we** make it possible to assign arbitrary values in match statements, so that OR matching becomes a bit more versatile by allowing you to define default values for valueless cases; eg:
``…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
I propose we opt-in to restricting construction of records/DUs to a given scope (via private/internal).
When you encounter the problem of trying to maintain an invariant of a type (which cannot b…
-
## Documentation issue
I have an issue with the `Trans` Component [Overriding React component props ](https://react.i18next.com/latest/trans-component#overriding-react-component-props-v11.5.0) …