Alberto Ivo Vieira

Results 2 issues of Alberto Ivo Vieira

Hello, When I run my blog on **Development** Mode, the _related posts_ are as **expected**. Only the posts with the same `tags` are shown. But when I push it to...

I'm doing exactly like the example on README: ```python import dask.dataframe as dd from dask import delayed tcx1 = delayed(tcxtools.TCXPandas('workout_1.tcx').parse()) # Delay these calculations tcx2 = delayed(tcxtools.TCXPandas('workout_2.tcx').parse()) # Use as...