cyanescent

Results 9 issues of cyanescent

### Is your feature request related to a problem? Please describe I am switching to Wayland, and the gestures with touchegg+touché working on X11 only was the single thing preventing...

The extension of lcm() and gcd() to both Array and Rational was incorrect. The case of the gcd has been corrected in #34417, but not the lcm: ```julia lcm([1//2;1//2]) 1//1...

maths
correctness bug ⚠

This is a draft (1st PR attempt!) to try to correct the wrong implementation of the `lcm()` function with Array argument, cf. bug #55379. The `init` argument in the `reduce()`...

maths
needs tests
bugfix
needs news
minor change
needs pkgeval

- [X] are you running newest version (version from docs) ? - [X] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) - [X] What...

bug
good first issue
Makie
text
Attributes

### Checklist - [X] I am able to reproduce the bug with the latest version given here: [CLICK THIS LINK](https://github.com/TeamNewPipe/NewPipe/releases/latest). - [X] I made sure that there are *no existing...

bug
needs triage

This may be similar to #554 MWE: ```julia using CUDA n=(16,16,16) P = CUDA.zeros(Float32,n...) active = (1:16).

- [X] What version of Makie are you running? Makie v0.24.6 - [X] What is the last Makie version this feature worked on? Makie v0.23 - [X] can you reproduce...

regression

```julia using FFTW, LinearAlgebra A = rand(Float32, 16, 16) p = plan_rfft(data) pinv = plan_irfft(p * A, size(data, 1)) B = p * A B0 = copy(B) # This should...

When using Dagger (v0.19.2) with SlurmClusterManager, the default scope does not distribute tasks across workers. All tasks execute on the master process (worker 1), while pmap distributes correctly. ```julia using...

bug