Christian Hoffmann

Results 33 issues of Christian Hoffmann

Hello, I'm trying to compile for ios, with actual Xcode 4.2, ios SDK 5.0, based on the openCV-Example code from openFrameworks (which compiles fine btw). This gives me the following...

Embedds the `Skeleton.swift` into the binary, so it does not need to be copied into `$PATH`.

We needed the option to enqueue tasks with priorities. This is a first shot at it. Let me know what you think. * Also fixes obsolete imports in the README....

Hi there. when looking at `https://github.com/nathanpeck/greeter-app-mesh-cdk/blob/master/index.js`, it looks like you are using some arn directly. Can you elaborate on how to get that arn? I'd like to use it from...

Hi. Thank you for this nice example. It's the first time I am looking into GraphQL and AppSync stuff, coming more from the API GW direction. I have one question...

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#reporting-new-issues). ### Description When re-generating events via the `plugin-doc-generator-amazon-eventbridge` plugin, customized parts...

bug

Hi. I have a State Machine with an [intrinsic function](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-intrinsic-functions.html), e.g. `serviceUrl.$": "States.Format('https://service.{}.domain.com', $.meta.stage)"` This gives a ``` Lexical error on line 1. Unrecognized text. States.Format('https://service ``` when executing the...

help wanted

Hi there. I love how simple it is to to mocking with this library. So much more intuitive than with the official testing approach for Step Functions. Now I have...

help wanted

We got this email from google about the retirement of some regional endpoints/agents: ``` Hello Google Dialogflow Customer, We’re writing to remind you that to improve location availability and data...

Copy & pasting the example given here: https://github.com/ltwlf/json-diff-ts?tab=readme-ov-file#examples-using-star-wars-data gives the following TS Error: `Object literal may only specify known properties, and 'characters' does not exist in type 'Options'.ts(2353)` ## Technicals...