J L

Results 12 comments of J L

this is the output from /var/log/docker.log (which is where it goes to in boot2docker.iso). > time="2018-09-27T02:44:19.195632734Z" level=error msg="Handler for POST /v1.38/plugins/centos-nfs/enable returned error: dial unix /run/docker/plugins/8889e175106885871b347f6ac614d2bb04cd1942e74cc1948487789b99783bc1/osmounted.sock: connect: no such file...

Yes please add this. I wanted to do something simple like make an accordion header editable when it is expanded, but there appears to be no way to prevent the...

Taking a look at the code, it appears that the lastWarOutDir may only be being used if the project has a maven nature?

We use a standard Java project for Eclipse development with the Dynamic Web Module and GWT facets (now that the GWT facet is available, some of our old projects may...

I have committed a pull request which resolves this issue: https://github.com/Leaflet/Leaflet.heat/pull/60

converted to early return

Also seeing this issue in plugin 3.18.3.

> Hi [@jonl-percsolutions-com](https://github.com/jonl-percsolutions-com) , thank you so much for filling out this ticket! I would like to start by further understand the problem you are running into first. > >...

Followed this back from #108, which is a possible solution. I'm wondering if another possible solution would be to support a "where" clause in generic types? So you could define:...

My interim solution until this is resolved. not sure what other issues may arise from this. ```dart class _MyMapControllerImpl extends MapControllerImpl { bool _initialChangeRotateDone = false; @override bool setNonRotatedSizeWithoutEmittingEvent(Size nonRotatedSize)...