Daniel Dorndorf
Daniel Dorndorf
Hi @dmstek, I encountered the same issue, you can at least workaround this when adding this to your ssh configuration: ``` Host git.domain.tld HostKeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa ``` It allows...
@unknwon Hi, I'm using the docker image, is it possible to change the ssh server there too?
I'm sure, always happens to me when I forgot to install bower components or something. I defined them as a source file in my grunt task but there is no...
for example I deleted the jquery folder in my bower_components, but when it runs the task it just don't show the missing file task: ``` javascript uglify: { dist: {...
Hi @dogawaf, ah you mean in the character list mode, I had similiar issues with the pagination and umlauts. Here the solution for the repository was to add a static...
Hi @dogawaf, I added some refactoring for the character grouped list here: a12f0b8574fafceb2a35e507f74f7afaaf8981ab It uses PHP intl to transliterate the characters into their ASCII equivalents. So to use use this...
Hi @dogawaf, have you been able to have a look at this and is working for you too? Greetings Daniel
Hi @dogawaf, thanks for the feedback, merged it and prepare the TER release. Greetings Daniel
Hi @michalpodrouzek, I have to check if adding this produces issues on some other places, there were issues with the case of umlauts as well. Greetings Daniel
Hi @jmh-dreistrom-land, is there maybe a space in the term itself? (But It shouldn't because the TCA eval is set to "trim") Otherwise could you please post the original HTML...