MauroN

Results 23 comments of MauroN

@trd-warren No, I use the $HOME variable as you suggested

@edtjones The solution you proposed works, but has limitations. When you have a collection of clients and you also need to access the payments, how would you prevent the N+1...

@CodeNameGrant many thanks for your reply. If you give a look at [Discussions feature](https://github.com/alan2207/bulletproof-react/tree/master/src/features/discussions/routes) you see that the folder also contains Discussion.tsx and Discussion.tsx. I prefer leaving these components in...

@CodeNameGrant when the application starts, I need to call the back end (graphql) and extract some date that will be available to the whole app. At the moment Bootstrap related...

@siriwatknp and @Technologeek Will this bug be fixed in the near future? Many tahnks.

There are 2 horizontal scrollbars, here are my workarounds: 1) As suggested by @dimyG I modified _collapsedWidth_, setting it to 65 solve the problem 2) I defined a style class...

@siriwatknp I noticed that activity on the repository in the last few months has dropped, hope you are healthy. Is there any workaround I can adopt to achieve what I...

Hi, I'm on Laravel 5.5 and I have an issue. I'm using withCount on a hasManyThrough association. Sorting by _count fields or attributes of the model defining the association is...