Re: [gwt-contrib] Wrong deobfuscated stack traces

2018-08-04 Thread Grzegorz Nowak
I think it's related to this: https://github.com/aepshteyn/gwt-stack-trace-kit (I'm not the author) Greg On Monday, July 30, 2018 at 6:49:24 PM UTC+2, Jens wrote: > > > Looking at this traces it seems to me that the file/line is consistent but >> the member is completely off. That suggests

Gin 3.0.0 released and available in Maven Central

2018-04-18 Thread Grzegorz Nowak
Hi For all of you who still use Gin: gwtplus/google-gin/releases/tag/v3.0.0 Note: Gin in current state will not be compatible with GWT3/j2cl, see: #4 Enjoy Greg -- You received this

[gwt-contrib] Re: Migrating and update gwt-user.jar modules to github.com/gwtproject

2018-04-12 Thread Grzegorz Nowak
Hi I saw that some people already started work on this. Is there a document / registry with information what is done by who to prevent 2+ people working on the same thing? I guess a table with gwt module, and "WIP repo on github" / contributor name would be helpful. Regards Greg On Friday,

[gwt-contrib] Re: CSS Resources are not set in Panels in an iframe

2016-01-05 Thread Grzegorz Nowak
According to this 'ensureInjected' uses StyleInjector.injectStylesheet(String) to inject the text of the style into head of $doc. You would have to manually inject it (Use

Re: [gwt-contrib] Re: New JsInterop document

2015-12-06 Thread Grzegorz Nowak
I've been testing JsInterop for 'export java lib to js' use case and two things came up: 1. Annotations have RetentionPolicy.RUNTIME which means the library I'm exporting must have compile time dependency on gwt-user. There are 2 ways to fix it: change the retention to 'source' (AutoValue does

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Grzegorz Nowak
Hi In my opinion contribution to an open source project should be as easy as possible - the easier it is, higher the chance somebody will contribute. As Jens mentioned there are already several steps which are required to setup working environment. Downloading VM software, VM image and