Martin Mystik Jonáš

Results 103 comments of Martin Mystik Jonáš

I think values set in constructor should be considered defaults for this purpose.

I think LinkGenerator shoukd accept both formats. It is unnecessarily annoying to use two different formats for absolute paths or convert them. Especially when same value needs to be used...

Just found nssty bug in our app caused by this.

@FVesely Did you managed to solve it somehow?

Ok found solution. It seems that there is some problem with merging of configs thst does not explicitly states connection names and expects `default`. It works when replaced by: ```...

I am bit confused now. IRow is marked as deprecated and hints we should use Row instead. But Row is a class. And ActiveRow does not extend Row but implements...

Well the real question here is why is loadStructure called many times. Because structure should be loaded once to cache and then cached structure should be used.

Also 50ms seems suspiciously high for simple query. I just checked and on my machine it took about 0.2-0.7ms (100 times less) for each structure query. Even on quite slow...

> I'd also like to change some parameters names, `parameters.strictRules.booleansInConditions` is obvious, but `parameters.strictRules.methods` doesn't tell me anything, it sounds like with strict rules, you wouldn't be able to use...

I have updated configuration options names. Let me know if you want any of them changed. ```neon parameters: strictRules: allRules: false booleansInConditions: false uselessCast: false requireParentConstructorCall: false disallowedConstructs: false overwriteVariablesWithLoop:...