Joscha Götzer

Results 134 comments of Joscha Götzer

``` } else { // handle errors thrown from backend setError(String(err)); } ``` Cast does the trick

For the time being, this does a decent job as a hack (assuming the execution order of your commands and events doesn't matter): ```python def handle(self, event: Event, handler: EventHandler)...

Same here, just trying out the library coming from a Peewee background and wondering if there are any plans to make Orator asynchronous

I would love to see either of the following two things in order to make the plugin work on windows: - Make the PyCharm Black plugin settings global, instead of...

Facing the same problem. Logs indicate that https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.27.0-node-v108-win32-x64.tar.gz is not available.

@githubsaturn Could you give me a rough tl;dr of where to look to give this a shot myself? That would be my first contribution, but I think I'm up for...

> My use case is, that for a bigger project I would like to build pydantic classes out of openapi.json provided by a fastapi application. I don't want to automate...

> QueueTrigger attribute requires the information at build time. It does require a string at build time, but by using a `%Namespace:Key%` identifier it will be loaded at runtime. I...

@BigBd1 Maybe we can generalize the issue title to `Use App Configuration setting for Azure Function Triggers`, as every dynamically configurable trigger is affected?