Mihai Bişog
Mihai Bişog
I'm facing an issue in which file type detection fails when opening files named `Dockerfile`:  (note: file type is dockerfile instead of Dockerfile) I'm not using any plugins that...
## Problem I'm using in-memory indexes and overall I think they work really well. One thing that's been nagging me though is that you can only get to them through...
I'll start with an example to provide some context: ```py import asyncio import contextlib import itertools import pytest class Consumer: def __init__(self, queue: asyncio.Queue): self._queue = queue async def run(self):...
I noticed a communication issue when making use of the foreign device functionality. Suppose we have the following setup:  The bacpypes application registers as a foreign device to the...