-
`prefer-native-coercion-functions` is used to simplify methods like `filter` that are simply trying to find truthy values. However the native type castings do not provide any typescript assertions, so…
-
### Describe the bug
[Coercion to NumPy](https://cython.readthedocs.io/en/latest/src/userguide/memoryviews.html#coercion-to-numpy) doesn't work in pure Python mode, the old Cython mode works.
##…
-
1. Static -> Inline
2. Inline -> Dynamic
densh updated
9 years ago
-
Related to https://github.com/opengeospatial/ogc-geosparql/issues/398, https://github.com/opengeospatial/ogc-geosparql/issues/542
At the last meeting we discussed distortions caused by coercing to …
-
Hi!
I hope you can help me with the following.
I'm using `clojure.spec.alpha/or` to define a route that takes one of two maps as the request body. The maps don't have the same key set. I've found th…
-
Many blocks can't be placed in other blocks, which isn't fun.
And types can't be used as other types, which isn't fun.
They should try their best to work!
-
```lean
import Mathlib.Analysis.NormedSpace.HahnBanach
import Mathlib.PostPort
namespace Real.Playground
set_option synthInstance.maxHeartbeats 5000
universe u v w
variable {E : Type u} [i…
-
### Is your feature request related to a problem or challenge?
Inspired from #10268. I have an idea to improve the current type signature and coercion design
## What is the current status
Giv…
-
Consider [this example](https://play.rust-lang.org/?version=nightly&mode=release&edition=2021&gist=a5400c33cb7e257b0d795cbdb4b7a389):
```rust
pub fn testcase() -> *const dyn Bar {
let baz: &dyn…
-
Tracking issue for RFC rust-lang/rfcs#982.
Current state:
- [x] Implementation work (largely done)
- [ ] Stabilization -- the `CoerceUnsized` trait is unstable and we wish to revisit its design…