Milan Figuric
Milan Figuric
how this (warning/error) from dev tools can be ignored? because it's really annoying?
Turning off Webhint within "Extension settings" solves this issue, but it turns off other hints for accessibility, compatibility, security etc.
Hi ili expected query should be: select min(LogId), max(LogId) from Archive without grouping statement. There is also need for example for Summing more then one value over the whole table:...
I've encountered a similar issue to what has been previously reported, and it appears that the `CacheContent` functionality in Umbraco is causing problems. Specifically, the issue arises in the implementation...
I want to create Block Index (BlockJoin) therefore I must use UpdateDocument**s** Method and I have to change `IndexWriter.UpdateDocument` to `IndexWriter.UpdateDocuments` inside my `override void AddDocument` method. Do you have...
+1 for @HoppedUpDev
I was thinking more something like this snippet bellow, because widget is injected inside external pages and I don't have any access to those. ```html ... Won't be handled by...