Karl Waclawek

Results 8 issues of Karl Waclawek

Using code like this: ```html import gettext from '/lib/gettext.esm.js'; window.i18n = gettext(); ``` makes this undefined in ```javascript var i18n = function (options) { options = options || {}; this.__version...

In this code, "this.items" is an observable array, that contains items that are observables themselves. When I run this code: ``` moveItem(from, to) { if (from === to) return; //...

### Library version 2.5.1 ### Expected behaviour No exception ### Actual behaviour NullReferenceException ### Steps to reproduce behaviour Create custom notification that does *not* have a button named "CloseButton". NullereferenceException...

I noticed this as I was getting log events I did not want: ``` public static IObservable FromEventSource(string eventSourceName, EventLevel level = EventLevel.Verbose, EventKeywords matchAnyKeyword = EventKeywords.None, IDictionary arguments =...

Might be a Chrome issue, I am using Chrome 78.xxx. Your demo page works with the front camera but switching to back camera has no effect. I was able to...

These two members are not really documented but have been there since release 1.0.7 and have been mentioned in Rob Dodson's Polycast#52. They are mentioned in the release notes for...

Seems when the computed value is based on a sub-property, the `@computed` annotation style does not work. Maybe clarify in the documentation. Example: ``` @property({ type: Object, notify: true })...

Tried to use CommandBuilder.GetCommand to load an initial SQL string containing WITH clauses. Fails with InvalidOperationException in method buildStart.