ExpandingMan

Results 118 issues of ExpandingMan

I have been doing some work on the package lately and have some thoughts on what needs improving. ## Problems Here are, as I see it, some problems with the...

Currently the process for building documentation is significantly more complex than in just about any other Julia package I've ever seen. The result is that making even modest improvements to...

One may write pseudocode for `foldxt` and `foldxd` as something like: ```julia function foldxt(step, xf, xs) parts = split_into_parts(xs) output = init_output() @threads for part ∈ parts insert!(output, foldxl(step, xf,...

I discuss this issue in some more detail [in this PR](https://github.com/JuliaFolds2/Transducers.jl/pull/17#issue-1805403761). In summary, `combine` needs an inner reducing function from the `rf` argument, but it can't get it if it...

I noticed today that if a model constructor fails parameter validation it reverts to the default with a warning. I find this behavior confusing. Normally invalid constructors lead to an...

next major release

### Issue description Start qtile with wayland from lightdm, black screen. I've tried this with multiple machines all on Manjaro linux 6.7.7 with nvidia drivers 550.54.14. [This issue](https://github.com/qtile/qtile/issues/4608) seems to...

status: unconfirmed

This may not be considered a "bug", but it's a design pattern that I think is undesirable from an API standpoint. There are some places in this package in which...

bug

I'm getting some extremely bizarre performance characteristics when solving an `EnsembleProblem` with `EnsembleThreads`. In my particular case, I had already implemented a parallel solve with parallel threads using `ThreadsX` that...

Hi, thanks for all your work on this very impressive package. I was wondering if you would ever be willing to re-consider the use of infix operators in this package....

### Motivation and description Currently it's pretty difficult to extract current parameters from a scheduler for two reasons: - You typically have to descend into a parameter tree structure to...