Conrad Schloer
Conrad Schloer
I just want to note here that the alpha releases for 10.0 are the default installation from npm. And it breaks a bunch of things (Range import doesn't work, for...
Hey, I'm wrapping a map[string]{interface} that has an empty array in it (`[]`). The resulting Container has a null value rather than a `[]`. I think the issue might be...
See https://github.com/frictionlessdata/tableschema-py/pull/260
see https://github.com/datahq/dataflows/pull/110 @roll
Hey, I have a strange dataset here that has 2500 columns and only 60 rows. The `set_types` processor slowly gobbles up all of the memory when called with all 2500...
Hey, I understand the point of this feature being outside of the scope of tabulator (https://github.com/frictionlessdata/tabulator-py/issues/331). I think it would be an important feature to implement in load. As proposed...
In order to submit an issue, please ensure you can check the following. Thanks! * [ 3.7.5] Declare which version of Python you are using (`python --version`) * [ ubuntu...
# Overview Python 3.7.5, Ubuntu If you try to use the `flow` key instead of `run`, custom flows saved under a path stored in DPP_PROCESSOR_PATH are not properly loaded. Running...
Hi, I'm running a fresh install of `Atuin v17.2.1`, on a relatively fresh install of Ubuntu 22.04.3 LTS, using GNU bash (version 5.1.16(1)-release). Interactive commands (specifically `vim`, but I also...
Hi, I am interested in using your architecture for a semantic segmentation problem. I am therefore using the [segmentation_models.pytorch](https://github.com/qubvel/segmentation_models.pytorch#timm) library, which luckily implements timm and therefore your architecture as the...