Travis Botello

Results 20 issues of Travis Botello

Include nested routes / `children` option in `function route`

has merge conflicts

Nested/children routes are not working with the current vue router setup, e.g. ``` { path: '/user/:id', view: 'User', children: [ { path: 'profile', view: 'UserProfile' } ] }, ``` `children`...

I am using auto-renewal certificates from Let's encrypt for my shopware installations. The problem with this config is that it somehow blocks the access to the let's encrypt files. Any...

I am planning to integrate SimpleSearch in a MODx site that has about > 80.000 resources/articles. Has anyone made experience on how SimpleSearch performs with large MODx websites?

Hello guys, is there a way of using Gallery with Babel to have album and image titles in different languages? Thanks in advance

Hello, I'm using the custom TV input type **galleryalbumlist** provided by the Gallery Extra. Under the input type tab I set **Show None Option** to no. Unfortunately this has no...

When editing a grid field via `this.listboxEditor` the grid/window scrolls back to top after every edit. This makes it kind of hard to alter multiple consecutive items. I think it...

I am using a CMP for my package. The pagination is not working correctly when I add joins to the MIGX-DB configuration. The joins are having a many-to-many relationship and...

How can I enable the `Secure` and `HttpOnly` flags for the klaro cookie?

The setting `max MIGX records` can be bypassed by using duplication. Steps to reproduce: - create a new config - set `max MIGX records` - create one item - duplicate...