Ico Doornekamp
Ico Doornekamp
Can you run the `duc index` command with `--verbose --debug` flags?
Well, this was not supposed to *solve* your issue, it was just supposed to output verbose information during indexing to see what is happening so we can debug the problem....
I think it would be helpful to define and document the mandatory set required to implement a stream so producers know what to offer, and consumers know what is safe...
I must admit I have not looked deeply at the memory model for threads so I'm not sure what the original design decisions are, but I think conceptually it might...
Example available at http://zevv.nl/janet-docs/api/array.html
@Araq: please comment on "It totally sounds like the n-word, what about NIR ?" as well.
> Where do these rules come from? I think I gathered these from various comments and examples throughout the project. Please correct me if any of those are wrong or...
I apologize, I minimized my code to share the example in this issue and accidentally took out too much code; the `busy` flag was set to a value when creating...
> FYI, calling `asyncio.create_task()` in the `poll()` methods without keeping a handle to the returned task will allow the task to be garbage collected before the task completes. Right, I'll...
> Is it a problem if multiple tasks await client.connect()? Yes, it seems that is a reliable way to trigger this problem. My example code was messy though, so if...