chrisflesher
chrisflesher
Currently `__init__.py` file only allows access to two functions, declination and mag_heading. It would be great to add other functions to calculate inclination and total magnetic field. I am currently...
It might be nice to default to keep playing video in an infinite loop `openFile` is used to open a file. I tried to use a looped .gif image to...
I tried compiling the WiFiModbusServer example and am getting: ``` /home/chris/Arduino/libraries/ArduinoModbus/src/libmodbus/modbus-tcp.cpp:32:21: error: expected unqualified-id before '{' token 32 | #define printf(...) {} | ^ /home/chris/.arduino15/packages/adafruit/hardware/samd/1.6.4/cores/arduino/Print.h:88:10: note: in expansion of macro...
### Is your feature request related to a problem? Please describe. Currently `pyopenvdb` only supports writing to local disk. This prevents writing directly to a destination in some cases (e.g....
Had to patch to `flake.nix` to install: ``` diff --git a/flake.nix b/flake.nix index c95d511..283859c 100644 --- a/flake.nix +++ b/flake.nix @@ -132,11 +132,7 @@ (!isWsl && nvidiaDriverVersionMajor
I am very glad this is working, I loved `runsnakerun` and am often surprised I cannot find any great alternatives, just mediocre ones. For Ubuntu 20.04 I found I had...
I was having a bit of trouble figuring out how exactly to initialize `EstimationModel ` from values listed on a spec sheet. Maybe adding some examples / units would help?...
I was interested when using `vdb_view` to render a color image using `vdb_render`. The changes in this PR cause `vdb_view` to print the camera transformation matrix when the user hits...
The `rosbag.Bag` API supports context managers so you can do this: ``` with rosbag.Bag(path, 'r') as bag: ``` May be nice to add this feature to `embag`, maybe it would...
Hello, I like this library, was wondering if you would consider adding support for path objects instead of just strings for the bag filename? This is a python standard and...