Alessandro

Results 5 issues of Alessandro

Buongiorno, ho alcune domande per capire le best practices nell'uso dell'SDK. 1. Poco fa le validazioni dei greenpass hanno iniziato a fallire. Dopo un po' di debug ho notato che...

## Describe the bug I've setup a Gitlab pipeline that executes the `fastlane swiftlint` command as follows: ```bash lane :lint do |options| swiftlint( mode: :lint, output_file: "swiftlint.result.html", config_file: ".swiftlint.yml", strict:...

help

Hi guys, I'm planning to use your library in a project of mine that's build with Swift5.x. Your library doesn't compile with xCode 10.2.1 because of this. Is there any...

Hi guys, in OSRMInstructionFormatter I found this: ` if type != .depart && type != .arrive && modifier == .none { return nil } ` it looks like if the...

Hi, I've integrated the SDK in my Swift project. ``` func setupElasticApm() { let config = AgentConfigBuilder() .withServerUrl(myUrl) .withSecretToken(myToken) .useConnectionType(.http) .build() let instrumentationConfig = InstrumentationConfigBuilder() .withURLSessionInstrumentation(false) --> this makes a...

agent-ios
agent-mobile
community
triage