Nicholas Bauer

Results 99 issues of Nicholas Bauer

Brainstorm: What if MethodErrors from "internal" frames (in the sense I'm using for AbbreviatedStackTraces) were shown differently? May not belong in this package but I'll document it here anyway. A...

Currently, workers show all stack frames even if launched at the REPL. It might be better to abbreviate them, too, so long as it only happens when launched from the...

I'm in the process of moving a model from PyTorch to Flux, and I'm going to catalog the challenges I've found in migrating, perhaps for a doc page or to...

documentation

Discovered a slowdown in 1.11-alpha when copying an array to a subarray. Since it seems nightly doesn't have it it's possible this is fixed and already marked for backport but...

performance
kind:regression
domain:arrays
status:bisect wanted

### Description When CarouselView initializes, it forces CurrentItem to be set to the first item in its collection. If CurrentItem is bound to a backing property, that causes it to...

t/bug :bug:
p/Android
e/3 :clock3:
a/carouselview

I noticed a runtime dispatch occurring in a broadcast, because the array element is specified but not the dimensions, even though the dimensions are known. With this PR, that runtime...

I went ahead and implemented a version of my suggestion #40138 **Post updated with current state 5/5/22** The philosophy here is that for 95% of purposes, Julia Base, stdlib, and...

kind:speculative
domain:error handling
status:triage

I'd like to suggest abbreviating the display of stack traces in errors by default, with the ability to display the full trace immediately after if you wish to see it....

stdlib:REPL
domain:error handling

Is this check necessary? Would be nicer to emit a trivial clustering rather than to error. https://github.com/JuliaStats/Clustering.jl/blob/74d5d43a2cf4f3d40a6e0d9b7c820d169f2f9aaa/src/dbscan.jl#L104