Tobias Bäthge

Results 10 comments of Tobias Bäthge

Excel's (version 16.81 on a Mac) behavior for the formula ``` =LEN(HYPERLINK("http://www.example.com", "Example")) ``` is also quite interesting: It seems to add a hyperlink to the cell, where the cell...

Ah, thanks! I have missed that ticket... Yes, seems to be the same issue. I guess the question is whether other functions with `'passCellReference' => true` are also experiencing certain...

Hi @zainulabadin7, most likely, the reason for this is that your theme is setting a white (or rather light gray) text color for links. To hopefully change this, please add...

Hi @zainulabadin7, ah, my bad. The correct CSS property is `color` and not `text-color`, so please try again with ```CSS .tablepress a { color: #333333; } ``` Best wishes, Tobias

Hi @zainulabadin7! For that, you can use the second code example from https://tablepress.org/faq/change-color-highlighting-hovered-rows/, just add the `a` in the CSS selector as well (just like above). For centering the table:...

Hi @Firelis, Thanks for reaching out! I remember giving that `accent-neutralize` script from the DataTables documentation a try some time ago, but also wasn't overly successful. Somehow, it didn't pick...

Hi @codeasim, Can you please provide more details here? What exactly is not working? Can you maybe share any error messages (also e.g. in the browser's error log console) or...

Hi again! Ok, it seems like you have been pushing only `linux/amd64` to Docker Hub [for quite some time](https://github.com/coenjacobs/mozart/commit/8823c51371e431d8c22d210e87b98a1aed25a059), so that my issue probably has a different cause. It appears...

Hi @coenjacobs! Thanks for the reply! I'm not using any tag in particular, so I guess it's `latest`. I just call `docker run --rm -it -v ${PWD}:/project/ coenjacobs/mozart /mozart/bin/mozart compose`...

@coenjacobs: Thanks! Indeed, Using 0.7.1, i.e. calling `docker run --rm -it -v ${PWD}:/project/ coenjacobs/mozart:0.7.1 /mozart/bin/mozart compose` resolves both the Docker and the Symfony error. Unless you would like to keep...