Edan Schwartz
Edan Schwartz
I found this in the "Deprecation Cop", maybe it's relevant: ``` Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: "activationCommands": { "atom-workspace":...
I agree. Note that when a view is closed, all of the google event listeners are unbound from the google maps view. Do you want to open a pull request...
I was suggesting that _you_ open a pull request :) I might be able to get to this, but probably not in the near future.
Any update on this from the Airflow team? This seems like a critical issues, that tasks are not getting run. I am seeing this issue intermittently as well, with Airflow...
This is working well for me, as a workaround: ```js events: { selection: (chartContext, { xaxis, yaxis }) => { otherChart.updateOptions({ xaxis: { min: xaxis.min, max: xaxis.max } }); }...
It kind of looks like node-gdal is missing the [`GRIB` driver](http://www.gdal.org/frmt_grib.html) Is there any way we can fix this? We use grib files extensively, and I'm really interested in being...
I added a separate "feature request" ticket (#191) to support the GRIB driver
@jelmer - I think I may be hitting this as well, and porcelain is _not_ acting like the git CLI. I have a global `~/.gitignore` file, with the following line:...
This is really cool. @kddejong -- can you specify multiple destinations? eg. have a Lambda return an API GW response, but also fire an SNS msg?
@nelsonjchen this project actually uses DCE in it's own CI/CD system, to deploy a to a test environment. Take a look at the Azure Pipelines config in [pipeline.yml](https://github.com/Optum/dce/blob/master/pipelines/pipeline.yml#L153). Every PR...