-
# Bug Report
### 🔎 Search Terms
coercion, object, typeof, unsound
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries…
-
### Introduction
Although I've assigned this to myself, I don't know how far it's really possible for me to proceed with it. What I intend to do at first is simply to collect available info as I'm…
-
![Globus_NBL_signature_extraction_4_5_22_with_200_repeatsSigs_OverallMetrics_TARGET_NBL_nboots20_MC](https://user-images.githubusercontent.com/54368465/162801653-8b420e8e-ae99-4cd1-a8bf-4d9d710591e6…
-
**Status:** We've had several discussions about this issue, some of it in comments on this issue, and other parts in email and elsewhere. I think it's fair to say that we've concluded the following:
…
-
# Future of Numerics and AI
.NET provides a broad range of support for various development domains, ranging from the creation of performance-oriented framework code to the rapid development of clou…
-
Add qualified superclasses to `Bifoldable` and `Bitraversable`, obviously #91 takes precedence but I think this will not break much if anything.
```haskell
class (forall a. Foldable (bi a)) => Bif…
-
Nim v2 is on the horizon which presents a unique backwards compatibility opportunity. The original plan for v2 was to simply change the gc to be `orc` by default but I think we can be more ambitious.
…
dom96 updated
11 months ago
-
This is a feature that I would love to steal from Elm :)
In Elm, if I define a record as such
```fsharp
type Foo = {
Bar : int
Baz : int
}
```
I then automatically get functions such…
-
Hi all,
We currently have a AST model for TypeScript which is useful for compilers, editors, and linters.
However, it would be extremely useful to have a type model, a la Java's reflective model. Th…
-
The typescript type system is helpful in most cases, but it can’t be utilized when handling exceptions.
For example:
```
function fn(num: number): void {
if (num === 0) {
throw "error…