Ezequiel Muns

Results 11 issues of Ezequiel Muns

I have the following project structure: ``` project-root/ pkg1/ mod1.py test_mod1.py ``` I've set up my `test_command` as `py.test --pyargs`. When I run the "Current File Tests" on test_mod1.py, I...

I've recently come across an issue when testing using `httptest`, and [this answer](https://github.com/smartystreets/goconvey/issues/561#issuecomment-517729791) gives a great solution. To summarise, when a `httptest` handler runs in the server's own goroutine, that...

I am doing a Kubernetes deployment of tegola and in this context would like to add structured json logging instead of the current line-oriented logging so that our logging infastructure...

If I have config like: ```toml [webserver] port = ":9090" uri_prefix = "${TEGOLA_URI_PREFIX}" [webserver.headers] Access-Control-Allow-Origin = "${TEGOLA_ALLOW_ORIGIN}" ... ``` The value isn't picked up from the environment, instead the literal...

Occasionally, if I have `center.autoDistover == true` and have bounds set on the map, I will get a `$rootScope:infdig Infinite $digest Loop` error. This is something that I haven't been...

If I use the preferred development mode as per the README with the current version of karma, the reported results are output twice. Here is an example project which reproduces...

The `login` call has more useful options that are impossible to use with the current implementation, these include `return_scopes`, `enable_profile_selector`, `profile_selector_ids`.

## Checklist * [✅] Double-checked my configuration. * [✅] Tested using the latest version. * [✅] Used the Emissary executor. ## Summary In [Enhanced Depends Logic](https://argoproj.github.io/argo-workflows/enhanced-depends-logic/) we see the following...

bug
area/templates/dag

Currently, if I hook into map events using `$scope.$on('mapboxglMap:...'` the handler is running outside of a digest cycle and so model changes inside of them will not be reflected through...

enhancement

This is what the settings window looks like when the screen scaling setting is set to 125% ![screenshot 2016-06-08 23 02 23](https://cloud.githubusercontent.com/assets/1305919/15910859/30bb0eb4-2dcd-11e6-8392-2afaef90134e.png)