Alejandro G. Carlstein Ramos Mejia

Results 28 comments of Alejandro G. Carlstein Ramos Mejia

> @jgrandja Thanks! In case anyone else was wondering this is what worked for me > > ``` > import org.springframework.security.oauth2.jwt.JwtDecoder; > import org.springframework.security.oauth2.jwt.NimbusJwtDecoder; > import org.springframework.web.client.RestTemplate; > > import...

This is the part that fails in `org.springframework.security.oauth2.provider.token.store.jwk` ```kotlin This is the piece that fails: static Map loadJwkDefinitions(URL jwkSetUrl) { InputStream jwkSetSource; try { jwkSetSource = jwkSetUrl.openStream(); } catch (IOException...

Hey @mallen, at least you provide me with some code that I can play and experiment with and I appreciate that. Thank you.

reallymine doesn't show up in the folder $GOPATH/bin nor its run when trying to call it with the terminal

As soon as I get back to home I will try it out. Thanks again for taking your time to look into this.

I am having the same issue. I can see the request sending the message to the queue, with the name of the generated queue to response; however, when I response...

@manuel-reil, thanks for answering to my question. Actually, I have a microservice that is trying to do an RPC request, via RabbitMQ, and then consume the result that comes back,...

I figured out the issue. In the topology, when creating the exchange, I needed to add 'subscribe:true' property since the queue was already created but used as publish instead of...

In my case, I'm stuck on the last step: ``` scons platform=ios arch=arm64 target=template_release IOS_SDK_PATH="$IOS_SDK_PATH" IOS_TOOLCHAIN_PATH="$IOS_TOOLCHAIN_PATH" ios_triple="arm-apple-darwin11-" scons: *** No SConstruct file found. File "/usr/lib/python3/dist-packages/SCons/Script/Main.py", line 965, in _main ```...

@pkittenis Thank you for answering the issue I created. I run both commands. The second command fails. ```bash % pip show ssh2-python main Name: ssh2-python Version: 1.1.2.post1 Summary: Bindings for...