Jagoba Gascón

Results 8 issues of Jagoba Gascón

This PR adds a function to retrieve the MTU of a characteristic on Darwin, Linux, Windows and SoftDevice. ## Implementation details I tried to keep the same signature on both...

When I try to run the app from the Android Studio UI the flag `--nolaunch_app` at the end of the command. That is triggering the following error: ``` Waiting for...

type: bug
product: Android Studio

This PR allows setting the access token strategy using the Hydra CLI: `--access-token-strategy jwt`. ## Related issue(s) #3717 ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...

feat

Hi! I'm trying to read the information of the [`IAsyncOperation`](https://docs.microsoft.com/en-us/uwp/api/windows.foundation.iasyncoperation-1?view=winrt-16299) interface, and when I call the following function: ```go methodSig, err := myMethod.Signature.Reader().Method(ctx) // err == nil // methodSig is...

I'm using the `apple_static_xcframework` rule to generate an XCFramework that includes our C code base: ``` cc_library( name = "some_cc_library", ) apple_static_xcframework( deps = [ "some_cc_library" ], ) ``` And...

When a request has both path parameters and body = "*", the path parameters were being repeated in the body. But according to the docs: the special name `*` is...

### Error The codesigning tool is throwing an error when running an iOS app on Mac devices with an identity provider (IdP). The error returned is this: ```log ValueError: time...