Ian Leeder
Ian Leeder
Any thoughts on this? I have this issue too. My just realised I'm creating 600+ pages, and the webpage crashes.
For now I'm just generating: First 20 Current index +/- 20 Last 20 That seems to work well enough.
I too found this bug the hard way. However quick test indicates this is enough to disable it: ```json { "phpfmt.exclude": [ "PSR2ModifierVisibilityStaticOrder" ] } ```
I was trying to leave this in a broken state in case I could assist with debugging, but since it's gone a month without response I've given up. I tried...
Also happening for me using VS Community 2019 (v16.2.5) and Bitbucket extension (1.41.2). For the record I also have ReSharper (Ultimate 2019.2.2) and GitHub extension (2.9.1.7781) installed. I saw it...
Also, this is just a poor-man's workaround. What I really wanted was to simply drag-n-drop over an existing log, and open a new file. But I'm not familiar enough with...
Changing the variable to `var`/`let`/`const` doesn't make a difference. Running the same test without all this code inside an event handler works correctly, eg: ```js const body = document.querySelector("body"); if...
Personally I find it very misleading coming back to a page that is pre-filtered. It's not obvious that a search filter has been applied. Is there a way to disable...
Thanks @timaaltra, I found it in [`/src/UIOMatic/wwwroot/backoffice/uiomatic/list.controller.js`](https://github.com/TimGeyssens/UIOMatic/blob/5a92b65f35a75c887f0424c208a4061c41e6f9ec/src/UIOMatic/wwwroot/backoffice/uiomatic/list.controller.js#L109): ```js $scope.searchTerm = state.searchTerm; $scope.searchFilter = state.searchTerm; ``` I still find this "feature" disconcerting, as the search box is subtle, and the list...
Yes, I forgot about the dependency in the other direction (SEO on Umbraco). I wasn't sure if you intended to split SEO Toolkit versions for different Umbraco versions, but I...