kapsner

Results 36 comments of kapsner

@theCalcaholic well, I had best experiences building images myself so far when deploying software. Regarding nextcloudpi, I was initially affected by https://github.com/nextcloud/nextcloudpi/issues/1237. Back then, I had to build v1.31.0 myself...

@ZendaiOwl Thank you very much for your answer and the offer to share the Dockerfiles. However, for now I won't need them as the setup using the image from docker...

+1 this error just happend to me as well. Any ideas, what could cause this issue and how to fix it?

A workaround is to use `kableExtra::pack_rows`, which gives similar results: ``` r dat % kableExtra::kable(format = 'latex',longtable=TRUE,booktabs=TRUE) %>% kableExtra::kable_styling(latex_options = c("repeat_header")) %>% #kableExtra::collapse_rows(columns=1, row_group_label_position = 'stack') kableExtra::pack_rows(index = table(dat$modl)) ```

You are right, currently, only the part from affiliations.name is rendered: https://github.com/kapsner/authors-block/blob/main/_extensions/authors-block/from_author_info_blocks.lua#L190 Putting all together would be tricky, since it would need to be determined how exactly to concatenate parts...

As this issue seemed to be yet unsolved, I've implemented the feature to query minute-resolution intraday data from yahoo api for the last 7 days (allowed maximum) (see PR #381...

> There's a good chance that the Quarto filter will be published as a separate filter within the next weeks. I'll deprecate my filter if/when that happens. > > I...

We face a similar issue when trying to convert MRI DWI and T1 and T2 series to nifti using SimpleITK. We found out that especially some of the DWI-Series need...

Hi @dzenanz , Thanks for your reply. You are right, we have now found out that the volumes corresponding to the different b-values of the DWI were read in false...

Thx for this catch. I'll have a look into this soon.