Aaron Matthis

Results 64 issues of Aaron Matthis
trafficstars

It'd be cool to have a properly aligned Grid Layout Option for the MultiCheckBox. Is that feasible?

allow for another keyword argument `disabled=::Vector{String}` that grays out corresponding fields by marking them `disabled` in the html tag.

good first issue

Array: `Array{Type}(undef, size)` Dictionary: `Dictionary{Key,Value}(inds, undef)` what was the reason for flipping the argument order? OffsetArrays are the most obvious case as it fits into both domains.

```julia Error: Creating response failed │ time = 2021-07-19T02:51:01.641 │ exception = │ type UnavailableGuild has no field djl_channels │ Stacktrace: │ [1] getproperty(x::Discord.UnavailableGuild, f::Symbol) │ @ Base .\Base.jl:33 │...

Hey, it would be nice to add a section to the readme that compares the package to the official https://github.com/JuliaStats/TimeSeries.jl package. 😊

help wanted
docs

This was the shortest change I had been able to come up with. It now downloads in any case but uses the systems peco if available. (Otherwise it uses the...

https://github.com/JuliaImages/ImageFiltering.jl/blob/248cfde56d7e8b2df2c59de26a0ef41e1dafe124/src/imfilter.jl#L588-L590 There the `args...` is just dropped silently. I guess that is a copy & paste mistake and the `args...` should be omitted here. Edit: In case that's the correct...

My current problem is that I want to predict some transformation result of an ill-posed problem (deconvolution). Thus I have a lot of input function plots (x,y-arrays) and their convolutions...

Sorry for disturbing in https://github.com/JuliaLang/juliaup/issues/397 I really thought it was due to 1.8.1 not available at all! Yesterday I tried to update to 1.8.1 which wasn't possible since it wasn't...

if I need the transitive closure, how can I get that from a SimpleWeightedDiGraph?