jeduden

Results 21 comments of jeduden

@mtth do you plan to support single object encoding in avsc ?

@fealebenpae, @jasssonpet do you have more details why function pointer callbacks can't be generated ?

It looks like that the subject naming strategy is limited to "TopicNameStrategy" when using union types, which forced me to wrap the union in a record with a single field.

@slovnicki I was thinking about `updateGuards` and their description below: > They will be called at the start of update and stop its execution before notifyListeners() is called. I took...

@slovnicki i have done some experimental work on update guards in the branch `experimental` of my fork to unblock my other work. might be helpful / informative for this issue....

splinter only outputs them into a directory. in order to view the screens as part of the cucumber report they need to be embedded.

i am not sure why this plugin is relevant ? May be there are work arounds for some use cases where this is useful. However, pytest bdd is missing a...

@olegpidsadnyi This works, however, in my case all step definitions are async (and can call multiple times into async functions). so this would mean a lot of calls to run_until_complete....