Blocks.jl icon indicating copy to clipboard operation
Blocks.jl copied to clipboard

A framework to represent chunks of entities and parallel methods on them.

Results 7 Blocks.jl issues
Sort by recently updated
recently updated
newest added

This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...

Hello, you've done a great job. How does it correspond to Elly?

You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...

Impossible to use depend packages . Some wrong is in this point: `C:\Users\PC.julia\v0.6` because I have path `C:\Users\PC\.julia\v0.6` not **C:\Users\PC.julia\v0.6** `Version 0.6.2 (2017-12-13 18:08 UTC) Official http://julialang.org/ release x86_64-w64-mingw32 julia>...

See https://github.com/JuliaLang/julia/issues/12174 and https://github.com/JuliaLang/julia/pull/13923 The RemoteRef type is, I think gone. without depreciation looks like. Any references to it throw up errors.

I have just started trying to use the Blocks package, but the dreadtable method isn't defined after using Blocks using DataFrames as in the tutorials / documents I have looked...

It would be good to use the Blocks framework to stream data from a db as well, using @karbarcca 's ODBC.jl and SQLite.jl