bramtayl

Results 25 issues of bramtayl

I happened to need an iterator of all self-avoiding walks from a start to a destination. I didn't see something like this mentioned in the docs, although there was a...

enhancement

I build from source using the linux Qt5 hints. I'm having some issues with fonts maybe? I'm pasting a screenshot below. ![image](https://user-images.githubusercontent.com/9466324/128416726-5efcb4b2-1b5e-45c5-9001-df3a46296d92.png)

Maybe the GUI versions could ship with a library of sounds? There's all kinds of sound effects available at freesound.org. In general, sounds seem a bit nicer than messages, in...

It seems to me there could be pretty easy ways to simplify the interface. For example, many things cannot currently be applied, so we could make apply "smart" and figure...

Is there a mechanism to make doctests conditional on Julia version? Printing seems pretty unstable version to version

Type: Enhancement
Status: Speculative
Status: stale

``` julia> using Unitful: FreeUnits, s, 𝐓 julia> typeof(s) FreeUnits{(s,), 𝐓, nothing} julia> s isa FreeUnits{(s,), 𝐓, nothing} false ``` I guess there's a distinction between `FreeUnits` and `Unit`, but...

I tried this out: ``` import Base: \ function \(x::AxisArray{T1, 2}, y::AxisArray{T2, 1}) where {T1, T2} x_rows = x.axes[1] y_rows = y.axes[1] if x_rows == y_rows AxisArray(x.data \ y.data, x.axes[2])...

Going through the dplyr manual, I see several functions that might add to query. These include sample, bind_rows, bind_cols, rename, mutate, slice, n, and top_n. I'm not sure if they...

enhancement

even though it should be, in both glibc and musl. See https://github.com/karelzak/util-linux/pull/1002#issuecomment-665932859 for some ideas about what might be going on.