Maks Nechesonov

Results 7 comments of Maks Nechesonov

Hi @AdrianWilczynski Is there a chance that you will have time to add support for dotnet 5?

Hi @KingSora Overlayscrollbar is a great library. I used many such libraries before and they have a lot of unexpected issues. Now I see that your library has angular 7...

I've found only one solution at this moment. If you don't use progress-bar, then configure each component separately like this: ``` @include mat.core-theme($theme); @include mat.radio-theme($theme); ... ``` But you still...

I have faced this problem as well. So you can use my fork https://github.com/NechiK/activeadmin-select2

@timdeschryver, I started thinking about it when I finished this reproduction example. When we discussed this issue in a thread related to your article, I thought there was an issue...

@timdeschryver I have a VERY interesting update about this topic. A few days ago, I migrated one of our Skeleton projects to Nx. When I checked if our base tests...

> Hi, I have the same issue and I found a beginning of solution... > > my repository is at this url : `https://dev.azure.com///_git//` > > At the beginning, I...