Eran Duchan

Results 18 comments of Eran Duchan

So I think the only thing that can allow support for GPUs in your scenario is a feature that translates the GPU configuration parameter into the `--gpus` argument for `docker...

Hey Joe. We didn't add any explicit support for NATS streaming, so I imagine it's not part of the NATS trigger scope. I'll leave this issue open and we'll get...

When using `nuctl`, you have a few build modes which are not supported by the dashboard. In this case, you are providing nuctl a local directory as the function source...

As of now this is only possible in the Python SDK (`context.platform.call_function`), but we definitely need to add this behavior to other runtimes as well. I'll update this issue when...

If anyone is in a dire state, we maintain a fork containing a branch with fixes to all the above here: https://github.com/iguazio/sarama/tree/slow-consumer (it's synced to 1.25.0 - fix commit is...

Yes, this is indeed an issue. The correct way would have been to escape the forward slash (i.e. `\\`). TDF is no longer actively maintained so I guess this will...

Hey @NameOfTheDragon. Appreciate the contribution but TDF is currently stable and unmaintained - accepting PRs would require thoroughly testing them which I do not have time for :-/ Suggest you...

Do you think the proper method is to ignore `import "C"`?