Nicholas Bauer

Results 125 issues of Nicholas Bauer

### Description I'd like an option for items to be sized to expand to fill the area when the items would be too small. [Migrated from Xamarin.Forms] https://github.com/xamarin/Xamarin.Forms/issues/7451 ### Public...

t/enhancement ☀️
proposal/open
area-controls-collectionview

I'm testing out OpenCL on my Qualcomm Snapdragon system. I'm pretty new to GPU computing and coming into this fresh. When I load OpenCL.jl and call `OpenCL.versioninfo()`, this warning displays:...

Coming from: https://github.com/JuliaLang/julia/pull/55830 Making this an issue rather than PR because there seems to be some question about what the solution should actually be, and it might be broader than...

The current stacktrace display pipeline has 2 different ways to show repetition: And each of these uses two separate printing paths, leading to other inconsistencies, like sometimes top-level scope is...

REPL
triage
error messages

## Details Edge labels are printed twice when edges are not curved (presumably for incoming and outgoing), whereas when curved just one self-edge is plotted. Since the issue is likely...

GraphRecipes

The shorthands for StatsPlots are currently located in a file in Plots.jl. Should they be moved into their respective files in StatsPlots?

discussion
StatsPlots

``` weights = Flux.kaiming_normal()(3, 3, 1) Conv((3, 3), 1 => 1; pad = (1, 1), init = (_...) -> weights) # Conv((3,), 3 => 1, pad=1) # 10 parameters weights...

help wanted
good first issue

``` function foo(data, point) b = KDTree(data) return knn(b, point, 1) end foo([1.0 3.4; 4.5 3.4], [4.5; 3.4]) ``` The root cause is that obviously the static vector size isn't...

Dependent on merging of https://github.com/JuliaLang/julia/pull/58269, would be great to also expose initiation of scratch space in calls to `median`. When `median` is on a hot loop, allocation of this scratch...

Doesn't seem to be anything breaking? Compat bound may just be overly restrictive.