ExpandingMan

Results 126 issues of ExpandingMan

I routinely refer to ["List of Transducers"](https://juliafolds.github.io/Transducers.jl/stable/#List-of-transducers) because it's a wonderfully succinct list, but occasionally get burned when I don't find one there. It would be really great if it...

I've recently started using [wilder.nvim](https://github.com/gelguy/wilder.nvim) but I've temporarily had to set ``` vim.g.latex_to_unicode_tab = "off" ``` because it is breaking a tab functionality that wilder has (it would insert a...

This is a bit of an ambitious feature request, but I wanted to at least get it documented. A while ago I asked for a feature in which I could...

It would be nice to have the option to have `@autodocs` generate all docs *excluding* what has already been listed explicitly in `@docs` (anywhere in the documentation). Is this already...

Type: Enhancement

I encountered the following when trying to build some docs ``` [ Info: Precompiling AWSBatch [dcae83d4-2881-5875-9d49-e5534165e9c0] [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: running doctests. [ Info:...

Topic: Usability

It is important to be able to read and write from general `IO` objects rather than just files. This is really important in case you need to stash files over...

Is there any way of determining the `eltype` of a dataset containing Julia compound types? I assume the answer is yes, since once I actually read elements out of the...

I was wondering if any consideration has been giving to allow for the storing of arrays with variable dimensions, for example, using HDF5 chunking and the `set_dims!` function, so that...

See [here](https://github.com/SciML/DiffEqGPU.jl/blob/master/src/DiffEqGPU.jl#L410). It is trying to get a field `f` from a `DynamicalODEFunction` (at least in my case) and this does not exist. Looks like this particular object has `f1`...

good first issue

Consider including the following script with `includet` ```julia using Infiltrator function test() ϕ = "what" @infiltrate sin(ϕ) end ``` At first, this works as expected. Then, I cause a parsing...

needs more info