-
### Description
Implement [no-implicit-coercion](https://eslint.org/docs/latest/rules/no-implicit-coercion/).
**Want to contribute?** Lets you know you are interested! We will assign you to the is…
-
### Is your feature request related to a problem or challenge?
Say there's a table consisting of a timestamp column with the precision seconds. If we can support type coercion between timestamp and …
-
Example found by @Ekdohibs:
```
type t = T of int * ((bool -> t) * int)
let zz u =
let rec g b =
T (u, let r = if b then g else g in (r, 0))
in
g
```
Here `g` stores a reference to …
-
Minimized from an issue originally reported [on Zulip](https://leanprover.zulipchat.com/#narrow/stream/113489-new-members/topic/.E2.9C.94.20Timeout.20using.20.60normSq_nonneg.60/near/400468586). Expli…
-
### Before You File a Proposal Please Confirm You Have Done The Following...
- [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+labe…
-
Currently the [type coercion table](https://github.com/openwdl/wdl/blob/wdl-1.2/SPEC.md#type-coercion) does not list a supported type coercion from `File` to `String`, only `String` to `File`.
Ther…
-
```rust
use std::path::{Path,PathBuf};
#[derive(Clone, Debug, Eq, PartialEq, PartialOrd, Ord)]
pub(crate) struct PathBasedToolchain(PathBuf);
impl TryFrom for PathBasedToolchain {
type Error = a…
-
### Summary
We are proposing to clearly define the options when creating a schema, for example the backend. Additionally we are proposing to remove the Optional flag as it is documented as a direc…
-
I think `DISALLOW_TYPE_COERCION` and `ALLOW_TYPE_COERCION` are not using the correct values. [Here](https://github.com/OpenDDS/OpenDDS/blob/master/dds/DdsDcpsCore.idl#L298) `DISALLOW_TYPE_COERCION` is…
-
I have a feature request similar to rspec/rspec-mocks#794 (instance_double not matching the same class it is mocking) but I have a more specific use-case and solving for it doesn't necessary require s…