Gregg R

Results 55 comments of Gregg R

I have a related issue. After I use it, it only reports on one file. I've tried using ctrl-alt-shift-L and using the Packages > Line Count. Also the output for...

Just something to add - you could also do this via value convertors, rather than using the binding context. Would this offer any additional benefits over using value convertors?

There's also https://github.com/lerna/lerna . Something to consider.

I'm getting this error: ``` Property 'results' does not exist on type 'ISearchResult | {}'. Property 'results' does not exist on type '{}'.ts(2339) ``` when running this code: ```javascript const...

So..is this not possible? I have all of my files in different folders at the root of the repo. When I run documentation on `**/**/*.js` it fails because I believe...

I'm still running into this issue - even with @FabianEbert 's solution. I'm using a simple component like: ```javascript import { Component, h, Prop } from '@stencil/core'; import { injectHistory,...

> separate (IP-restricted) Google API key for geocoding (not shared with maps) && make geocoding calls on server instead This seems like the way to go - rather than requiring...

I'm happy to make a pull request - just trying to get the dev environment set up. We're seeing the same issue. I'd like to make a generic geocoding service...

Is this issue still relevant? I'm seeing a similar problem: https://drive.google.com/file/d/1VJIvSXbtGmFduhbmlhqWaGpk5Qxs501M/view?usp=sharing Wouldn't a simple fix be something like this work? Change: ```js this.map.setView( coords[ 0 ], this.lastZoom || defaultZoom );...

Cool - I can take a look at this. I'm not sure what you mean by manual/detect/KML input though - can you explain more on this? Edit: Nevermind - found...