Mihai Bişog

Results 4 issues of Mihai Bişog

I'm facing an issue in which file type detection fails when opening files named `Dockerfile`: ![2020-02-16-195402_442x56_scrot](https://user-images.githubusercontent.com/1645023/74609787-1bfd8d80-50f6-11ea-8d3c-be88b3819dd1.png) (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...

enhancement

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: ![out](https://user-images.githubusercontent.com/1645023/167377590-b721fd67-f48c-4a9b-99e4-14124f72bf33.png) The bacpypes application registers as a foreign device to the...