Piernik

Results 57 comments of Piernik

I want to import it in Angular App. There should not be `script` tags.

Is this implemented?

sorry but I don't know anything about shipx and/or python and/or github :/

4 years and still not fixed! I have to admit that HTML is not Your priority :|

It's about angulars2 change detection. `this.data.push({})` won't trigger change detection. I have to: ``` let newData = Object.assign([], this.data); newData.push({}); this.data=newData; ``` That works.

I noticed one, in my opinion, bug. When changing data in multiple select2 it drops element value. in code You have: ``` if(options.matcher) { jQuery.fn.select2.amd.require(['select2/compat/matcher'], (oldMatcher: any) => { options.matcher...

Any news on this one?