Joscha Schmiedt

Results 15 comments of Joscha Schmiedt

I added type hints to `ExampleRawIO` to make writing a new I/O module easier: #1229

Hi @mdenker, great to hear that there are some plans for this. I agree that this is probably out-of-scope for Neo. In general I like the direction that the [`AnalysisObject`](https://github.com/INM-6/elephant/blob/9ff60925206682ac5071a1d461c8d5efe7ef697d/elephant/buffalo/objects/base.py#L13)...

Thinking about it, maybe a [`dataclass`](https://docs.python.org/3/library/dataclasses.html), which tells the user and developer what attributes should be there, in combination with a metadata-enhanced serializer is robust enough. The serializer could iterate...

I also have the issue that building gRPC (v1.71) via vcpkg takes several hours to build on an 8 core machine (Ryzen 5700G) machine.