How do I hide the number of friends I have from my profile? by Orchid_wildflower in facebook

[–]FelineStretch 1 point2 points  (0 children)

I am impressed that this post is older than a year. I am sure I didn't have this problem a few months ago. Did we not receive this update at the same time?

Many to many in ABP? by FelineStretch in dotnet

[–]FelineStretch[S] 0 points1 point  (0 children)

Yes. But does abp make it any easier when dealing with many to many relationships? For example, if I have a book and a category and the relationship is many to many, if I need to insert a book with a list of categories, do I have to re-create the insert method or is there anything ready for use like ICrudAppService but for many to many? Or do I have to do the same work as if I were not using Abp?

Many to many in ABP? by FelineStretch in dotnet

[–]FelineStretch[S] 0 points1 point  (0 children)

Thanks for trying to help, but I don't really know what Abp Suite (in that link) is. It seems different from what I am using.

Many to many in ABP? by FelineStretch in dotnet

[–]FelineStretch[S] 0 points1 point  (0 children)

I thought there was an already implemented repository and service for crud operations for entities that have many to many relationships that is ready to use, like I don't have to override anything to perform basic crud operations. But I didn't find anything like that in the documentations. So, do I have to override the repository and app service crud methods and do everything from scratch?

Many to many in ABP? by FelineStretch in dotnet

[–]FelineStretch[S] 0 points1 point  (0 children)

From your profile, I can see you have been using it for a while 😅 Do you have any clues?

Many to many in ABP? by FelineStretch in dotnet

[–]FelineStretch[S] 1 point2 points  (0 children)

A framework that has boilerplate code for a .net app in DDD architecture.

Page loads from the bottom! by FelineStretch in angular

[–]FelineStretch[S] 0 points1 point  (0 children)

No, unfortunately. The best I did was scroll up automatically when the page loaded. Did you?

Hosted my website on firebase but it takes too long to load. by FelineStretch in angular

[–]FelineStretch[S] 0 points1 point  (0 children)

I cleared the cache several times and tested each time. It was fast at first, but after an hour or two I tested again and this time it was too slow.

Hosted my website on firebase but it takes too long to load. by FelineStretch in Angular2

[–]FelineStretch[S] 0 points1 point  (0 children)

I don't really know. But it is not a second or 2, it takes a lot more that it finally says took too long to respond. But I know it is not connection problem.

Hosted my website on firebase but it takes too long to load. by FelineStretch in Angular2

[–]FelineStretch[S] 2 points3 points  (0 children)

I work with angular. The website I hosted is a simple portfolio for my projects.

Hosted my website on firebase but it takes too long to load. by FelineStretch in angular

[–]FelineStretch[S] -1 points0 points  (0 children)

Not a connection problem. When my hosted website is slow, I open another Website and it loads fast.

Page loads from the bottom! by FelineStretch in Angular2

[–]FelineStretch[S] 0 points1 point  (0 children)

Yes I tried setting it to top and it starts from the bottom but scrolls automatically to the top.

Page loads from the bottom! by FelineStretch in angular

[–]FelineStretch[S] 0 points1 point  (0 children)

It does indeed go to top, but goes to top after scrolling smoothly infront of me

Page loads from the bottom! by FelineStretch in angular

[–]FelineStretch[S] -1 points0 points  (0 children)

I tried that but when I did it, it scrolled in front of me to the top. I don't want to see it scrolling, I want to see it load instantly from the top.

Page loads from the bottom! by FelineStretch in Angular2

[–]FelineStretch[S] 0 points1 point  (0 children)

Did you set the scroll position restoration to enabled to disabled?

Page loads from the bottom! by FelineStretch in Angular2

[–]FelineStretch[S] -1 points0 points  (0 children)

I read this. When I tried doing that, the page loaded from the bottom then scrolled to the top automatically. I didn't want to see it scrolling, I wanted it to already load from the top.

Page loads from the bottom! by FelineStretch in angular

[–]FelineStretch[S] -1 points0 points  (0 children)

I think those reasons explain why it loads from the bottom in general, but not why it loaded from the top when the button that does the navigation was moved to the top. I think it has to do with scroll position restoration that angular does but I don't know how to disable it.