-
It seems like the runCode node currently crashes with I make my function async. Could it... not? Or is that an intentional constraint?
surma updated
2 weeks ago
-
As far as i can see the function_handler param can not accept an async function.
This is very limiting because i want to handle function calls by calling async methods and stuff.
Can you please fi…
-
Thank you for this plugin. I'm opening this issue following a discussion on [Reddit](https://www.reddit.com/r/neovim/comments/1emqq5d/introducing_pendulum_a_time_tracking_plugin_for/) about implementi…
-
> Current proposed syntax is `const [error, data] = try await func();` according to #4
Async functions already basically allow this pattern. An async function returns a promise, and any synchronous…
-
-
Decide how to handle the `async` Python stuff. Currently, this is mostly "not supported" and yields a `ProblemNode`.
Ideas:
- these are basically the same as the non-async stuff -> make them inherit…
-
### Are you using the latest version of this library?
- [X] I verified that the issue exists in the latest next-safe-action release
### Is there an existing issue for this?
- [X] I have searched th…
-
### Summary of problem
When using `DD_TRACE_METHODS` with async functions, only the coroutine creation gets wrapped in a span but not the `await` call. This results in a very short span for the…
-
Hello.
When using types generated by ts-for-gir 4.x, I found that some functions are not being detected as async/finish functions.
Functions with a signature resembling `function_name_async` and…
-
Would it be possible to support async tool functions?