Jorge Villada

Results 5 comments of Jorge Villada

@mdkent thsi PR has a problem with inflight request. I have updated with the current main branch and this PR. https://github.com/Jorgevillada/imageproxy ``` error copying response: readfrom tcp 127.0.0.1:8080->127.0.0.1:53150: write tcp...

Try to change the order of dependencies. Ng-sortable depends on sortable. You can also the source code of http://wasiluk.io/angular-surveys/ and try.

you can use `docker-remote-api` in gradle.build ```gradle ... apply plugin: 'com.bmuschko.docker-remote-api' ... import com.bmuschko.gradle.docker.tasks.image.Dockerfile import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage jar { archivesBaseName = 'my-app-name' manifest { attributes "Main-Class": "com....MyAPPApplication" } } task createDockerfile(type:...

I have fixed the Dynamic Client Registration doing this things: (it now connects correctly). 1. WWW-Authenticate Header 3. .well-known/oauth-protected-resource returns http status code=401 and header www-authenticate: Bearer realm="mcp", resource_metadata="https://mymcphost.com/.well-known/oauth-protected-resource" 4....