Jan Pieper

Results 43 comments of Jan Pieper

Do you have any news on this issue? We have the same issue when zooming. The text becomes unreadable.

I also have this problem with [azctx](https://github.com/StiviiK/azctx) / [asdf-azctx](https://github.com/janpieper/asdf-azctx). For now, I used `--asdf-tool-version v0.2` to workaround this issue, but it would be great to see this fixed :wink:

@andloh We're using version 0.10.1 with Azure Container Registry and it works fine so far. ```yaml registries: - name: youracrname ping: yes api_url: https://youracrname.azurecr.io prefix: youracrname.azurecr.io credentials: [...] ``` ```...

> What du you use for authentication? SP, MSI, Token, Access Keys etc... Service Principal

Sorry, I failed to work on this during my xmas vacation :sweat: I just created #338. The functionality is already implemented and should work, but tests and the documentation are...

Uff... I just realized that you already created a PR (#335) for that topic :thinking: Maaaybe we can somehow merge them.

You can uncomment `WWW-Authenticate` in your `/etc/couchdb/local.ini` to receive `401 Unauthorized` instead of `302 Found` but the client should not end in an infinite loop if `WWW-Authenticate` is commented out.

The error occurs in `api-spec-converter/node_modules/composite-error/lib/compositeError.js` on line 45. I've added `console.log(this.originalStackDescriptor);` to check what's happening: ``` { value: 'CompositeError: Failed to parse spec\n at Promise.any.catch.err (/home/jan/.asdf/installs/nodejs/8.10.0/.npm/lib/node_modules/api-spec-converter/lib/base_format.js:119:13)\n at tryCatcher (/home/jan/.asdf/installs/nodejs/8.10.0/.npm/lib/node_modules/api-spec-converter/node_modules/bluebird/js/release/util.js:16:23)\n at...

We had a similar problem with `otter` some days ago. `:ets.lookup/2` fails with an `ArgumentError` when the ETS tables does not exist. You may need to start `prometheus_ecto`.

No difference so far... Can you please check the version of Node.js you're using :thinking: I am using the tools configured in the `.tool-versions` file. Maybe you're using a different...