ExpandingMan

Results 126 issues of ExpandingMan

I'm getting ready to do a significant overhaul of this package. First tiny step, I have added the skeleton of proper Documenter.jl documentation with API docs.

Converting strings from Python is of course *really* expensive because it involves a lot of copying and not even of contiguous blocks of data. Once you start getting above a...

Note that ``` ◖◗ Dagger.@spawn single=2 println(myid()) EagerThunk (running) ◖◗ From worker 2: 1 ◖◗ ◖◗ Dagger.spawn(() -> println(myid()), single=2) EagerThunk (running) ◖◗ From worker 2: 2 ``` I think...

enhancement
help wanted
documentation
eager api

This PR does the following: - All cursors now have type parameters for parent which only give the unwrapped (non-cursor) type of the parent. This should eliminate the compiler catastrophe...

It doesn't seem to be possible to directly serialize `DeterministicSurrogate` machines, is this intended? One gets ```julia ERROR: ArgumentError: You must specify at least one operation, as in `predict=`. Stacktrace:...

I recently discovered [this issue](https://github.com/dask/fastparquet/issues/757) in the thrift implementation of the python package fastparquet. There is [a PR up to fix it](https://github.com/dask/fastparquet/pull/758) but I realize that some people already have...

This fixes #53 by adding support for decimal types via Decimals.jl.

Currently JDBC needs to unbox methods from a `Dict` every time it accesses a field. This is extremely inefficient. One possible way of fixing this is to using [FunctionWrappers.jl](https://github.com/yuyichao/FunctionWrappers.jl) (I...

Some drivers (in my case presto) appear to not support `getNString`. In such cases, `getString` seems to work just fine. The problem this presents us with is how to choose...

I commonly use [KittyTerminalImages.jl](https://github.com/simonschoelly/KittyTerminalImages.jl) to view images in the terminal. [SixelTerm.jl](https://github.com/eschnett/SixelTerm.jl) works similarly. These seem to work fine with the GR backend of Plots.jl, however, when running Plots.jl on a...

question