Mark Wells

Results 16 issues of Mark Wells

I believe there is a typo in https://github.com/davidwhogg/DataAnalysisRecipes/blob/710a6c959aa0072607d82e9a67a2f389a4c943d3/straightline/straightline.tex#L370 which should be ```latex When the uncertainties are Gaussian and their variances $\sigma_{yi}^2$ ``` I also found this problem to be poorly...

![image](https://github.com/JuliaData/CSV.jl/assets/6752069/fdfa6c9c-a301-4244-9815-5aafcbaf26a3)

I have a [pull request](https://github.com/JuliaData/TypedTables.jl/pull/103#issue-1428898336) that addresses this issue. > I came across this while developing my package [`LazyTables.jl`](https://github.com/m-wells/LazyTables.jl) > > This should greatly improve performance of `TypedTables` (although for...

I was getting this error ``` ERROR: ArgumentError: an array of type `MappedArrays.MappedArray` shares memory with another argument and must make a preventative copy of itself in order to maintain...

I believe the following code should work, given the information on the `README.md`. ```julia julia> using CSVFiles julia> load("boo.csv") 1x4 CSV file a │ b │ c │ d ──┼───┼───┼──...

`sddm-greeter` is throwing the following error ``` file:///usr/share/sddm/themes/catppuccin-frappe/Main.qml:18:3: QML Image: Cannot open: file:///usr/share/sddm/themes/catppuccin-frappe/backgrounds/wall.jpg ``` Is there supposed to be a default `wall.jpg` in `backgrounds`?

good first issue