-
### Description
Allow streaming task / generator to yield multiple object references each time:
```python
@ray.remote
def generator():
for i in range(10):
yield i, i*2
```
Cu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I'm trying to invoke a .NET method …
-
### Preflight Checklist
- [X] I could not find a solution in the documentation, the existing issues or discussions
- [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Environment
Z…
-
Thanks for this great source generator.
I generated proxy for [org.freedesktop.NetworkManager.IP4Config](https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/introspection/org.f…
-
here is my code
`test_something.py`
```py
@pytest_asyncio.fixture(scope="session")
async def setup_env():
import asyncio
loop1 = asyncio.get_running_loop()
print(f"setup_e…
-
Does this issue occur when all extensions are disabled?: No (it happened with GitHub Copilot, so extensions need to be enable to use the Copilot extension)
- VS Code Version:
```
Version:…
-
We should have some docs directory with documentation on a high level getting started, common use cases, etc with the library. Ideally this is published somewhere (gh pages?) upon release so the publi…
-
There is some code duplication in Cardano.API.IPC /Cardano.API.InMode and Cardano.Benchmarking.GeneratorTx.SubmissionClient.
In particular the conversion functions between API types and Consensus typ…
-
When creating a double of a readonly class I ger the following error:
`PHP Fatal error: Readonly property Double\Path\To\ClassName\P1::$objectProphecyClosure must have type in /var/www/html/vendor…
-
Hello,
When configuring cookies for the requests and clicking on "code" to generate the code snippet the cookies are not included in the code
Steps to reproduce the behavior:
1. Define cookies …