Hi!
I am from FRC 5113, and I was trying to implement your library in our code base, but I kept getting this error from pylance, w/strict type checking.
Stub file not found for "pykit.wpilog.wpilogwriter"
The issue was not unique to wpilogwriter, it was for all imported modules. Maybe I am an idiot, but I think in order to make it happy you have to add inline type hints or a py.typed.
Thanks
Hi!
I am from FRC 5113, and I was trying to implement your library in our code base, but I kept getting this error from pylance, w/strict type checking.
Stub file not found for "pykit.wpilog.wpilogwriter"
The issue was not unique to wpilogwriter, it was for all imported modules. Maybe I am an idiot, but I think in order to make it happy you have to add inline type hints or a py.typed.
Thanks