Andreas Pazureck

Results 41 comments of Andreas Pazureck

Workaround for now: Missing brackets. Please replace in template proxy.ot line 83: `this.addToQuery("$orderby=" + property + order ? " " + order : "");` with `this.addToQuery("$orderby=" + property + (order...

@dennisdoomen I already forked and implemented it. The default behavior won't be changed. I added an optional `.ConfigureMonitor(...)` extension, with which it is possible to suppress the exception either using...

I see your argument. I have no strong opinion about how to resolve this. What you are suggesting is closer to the rest of the framework, which I think is...

I had this with the `.ConfigureMonitoring(opt => ... )`, but this is much better. I will change it this week, when I have time and throw out the configure. Thank...

Hi, Quick question: I did changes on my fork and pushed it. Sadly github does not seem to detect them in this PR. Do you know how I can update...

Ah ok... odd. This did not show up, that's why I was a bit confused (hadn't used github in some time...)

sorry, I meant on the `ISettingsExtend` interface `provideSetting` method.

Would this be a good issue to start? If it is not that hard I would try to get it done. Where could I start?

Thanks for reporting, that's a bug. I think I just get the line and check if the label is there twize. I hope to fix that in the next weeks.

The i18n feature is pretty basic. It can handle just one file and one model name. I wanted to overhaul it in the future to work just with the manifest.json...