Marek Dědič

Results 168 issues of Marek Dědič

The text coverage for map is not 100%.

A list of such functions (might not be applicable to all): https://docs.julialang.org/en/v1.1/base/collections/#Iterable-Collections-1

```julia julia> using Distances, Flux julia> pairwise(SqEuclidean(), param([1 2; 3 4]), dims = 2) ERROR: MethodError: no method matching Float64(::Tracker.TrackedReal{Float64}) Closest candidates are: Float64(::Real, ::RoundingMode) where T

#### Environment details - OS: Debian testing - PHP version: 7.3.8 The return type of many API functions is incorrect, missing the option that many functions can return `Request`, if...

type: feature request
priority: p2

The parser services are currently typed as `Record` - see https://github.com/sveltejs/svelte-eslint-parser/blob/d42120a95bbae5c0a7feb23c135f76ef6db33865/src/parser/index.ts#L53 Would it be possible to add stricter types for them?

### Description In ota-meshi/eslint-plugin-svelte#347 I proposed a rule to require slots and their props to be typed. In this package, those types should be used if they're present. An example...

enhancement
help wanted