Gage Bonner

Results 6 issues of Gage Bonner

I'm trying to train AZ on single-player 21. You have a shuffled deck of cards and at each step you either "take" a card (and add its value to your...

```julia using CairoMakie fig = Figure( resolution = (1920, 1080), fontsize = 50, figure_padding = (50, 50, 50, 50)); ax1 = Axis(fig[1, 1], title = L"(\frac{A^{xy}}{B})^{1/4}") ax2 = Axis(fig[1, 2],...

enhancement

Expanded docstring of `kmeans` function to give a simple example. This was the first thing I checked when I started to use the package and didn't see one. I also...

I'm not sure if this is happening because of Scratch.jl, Interpolations.jl or JLD2.jl, but the error is raised by JLD2.jl so I'm posting my MWE here. See the following little...

upstream
solved

### Checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases/latest) of pixi, using...

bug