Andre Wachsmuth

Results 120 comments of Andre Wachsmuth

See https://github.com/samaxes/minify-maven-plugin/issues/168#issuecomment-504134244

This is because this plugin uses a rather old version of closure compiler that did not support many new JavaScript features yet. In case you are interested, I made a...

You should be able to use ```xml zzz.js aa.js ``` instead of `jsSourceInclude`. This should preserve the order.

Needed this too for integration tests. Just for reference, it's possible to workaround this by first copying the class files from the other modules to the `report` module, then merging...

> I think PrimeFaces.createWidget in core.js should call postConstruct after init also postRefresh > > would you like to create a PR? I wasn't sure where best to call the...

Just for reference, I also noticed the following behavior: ```scss @use "../../style/theme.scss"; div { font-size: theme.$some-variable; } ``` (where `$some-variable` is defined in `theme.scss`) Here it does trigger intellisense and...

I can create the objects myself, but that requires I know about the additional rows. Perhaps just creating a `SheetUpdate` with a `null` rowkey might work (and `SheetUpdate#isNew`), but I...

This seems to be fixed now. I am now receiving the `SheetUpdate`s for the newly added rows. Looking at the commit history, I suppose this is due to the update...

Hmm, I'm not sure what I've been seeing, but unfortunately, it seems the updates are still not sent to the server. Would be great if you could take a look...

Yeah, though I think the real issue for us is that (as far as I heard) the sheet component was developed as an alternative for DataTable with a mostly fixed...