Peter W

Results 111 comments of Peter W

If anyone else finds this issue looking for just a simple example of adding a Google layer, see this example: https://github.com/shramov/leaflet-plugins/blob/master/examples/google.html The gist of the code there is basically this...

For the benefit of search engines, adding the specific error messages I'm seeing in JS code that I'm working on updating to TS (similar error as @LinusU shared as a...

What about creating a dom.js or window.js which could be provided via https://github.com/flow-typed/flow-typed - at least as an interim until deemed solid enough for inclusion in Flow itself?

This would be great. Cloud Functions are out of beta. Google has also announced Cloud Run, in case that's useful (I haven't looked into it much): https://cloud.google.com/run/

Thanks @Fred78290 . Given the multipass options above, is it your understanding that it should be possible to get multipass network management working with Vagrant? Is it this line that...

It seems like the world has room for multiple cookbooks, of any given type. Should this issue be closed?

I had to remove `dlig` and `ss07` to make it look better

@ambroseus I'm not seeing any "minify" related CLI arguments for the `tsdx build` command: https://github.com/formium/tsdx/blob/569c3ed36863d0cbe3f869f397d1852beefd8d5d/src/index.ts#L363 I see the following in the Rollup config section you link to, but if that's...

@agilgur5 thanks for the explanation! And the clever hack. Very helpful. :) I was actually using tsdx to build a little Node/TS service for cloud deployment, and wanted to turn...