Julian Timal

Results 10 comments of Julian Timal

Hi @YanaDePauw is working well for me, in article, community and collection. ![image](https://user-images.githubusercontent.com/30701057/200068471-d3c7a1e5-94d7-48ea-a240-f8511f2319d9.png)

hello @alexandrevryghem What we do is to normalize the string, we remove the accents, more or less like this `indexOfCoincidence(completeTerm: string, subTerm: string){ completeTerm = completeTerm.normalize('NFD').replace(/[\u0300-\u036f]/g, "").toUpperCase(); subTerm = subTerm.normalize('NFD').replace(/[\u0300-\u036f]/g,...

Hi @alexandrevryghem thanks for reading me, Ok, I'm fine with it, I just don't know how to create this request, do we wait for Tim to review it or do...

Very thanks @alexandrevryghem , I'd better wait until @tdonohue can read this part and tell me how I can help.

Hi @yingjin , The IDs are correct, I have a problem in the listings when I add the option show 50 only 40 are displayed. I guess it's not a...

Hi @davide-negretti I dared to make a test, the icons and the operation seems to me very well because when you open the menu options are hidden on the right...

Hi @tdonohue, I reviewed the conversation and I thought the tooltip was a good idea, add an angular function and pass the text parameter. Add in the file 'src\app\breadcrumbs\breadcrumbs.component.html' this...

Hi We are working on this view, here is our partial solution ![image (56)](https://user-images.githubusercontent.com/30701057/215164713-3e13d6d6-fbae-4bec-999f-ff3c1e603fb7.png)

Hi @arvoConsultores I took the liberty to test this pr, when we set 5 it works fine but when I set 8 for example it shows 10 ![image](https://user-images.githubusercontent.com/30701057/206863015-f01962e2-be8d-4bbd-81e6-28bee9be49c9.png) when i...

> @arvoConsultores : I tested this today, and the basics work. However, I'm finding that both pages load _very slowly_ if you set the `pageSize` > 5. When I set...