thesmartwon
thesmartwon
Not sure if this is an arrow2 or parquet2 problem (or both) but when I write from a PSV with comma separated fields like this: ``` let arr = arr.as_mut_any().downcast_mut::().unwrap();...
First contribution, let me know if you'd like me to add anything else. Closes #1144
I'd like to write a `MutableFixedSizeListArray` of field `DataType::FixedSizeList(Box::new(Field::new("condition", DataType::UInt8, false)), 4)`
When I run: `backfiller -trades -from "2018-01-01" -to "2018-01-16" -dir /mnt/e/marketstore/data -apiKey ...` The following error occurs either on the symbol "A" or "AA": ``` panic: runtime error: makeslice: len...
``` ➜ libsmbios git:(master) sudo smbios-sys-info --trace -v --service-tag --set=5WK2M53 ENTER SmbiosTable() ENTER __init__(, 1, ) ENTER _errorOnNullPtrFN(, , (1,), ) RAN CTYPES FUNCTION: smbios_table_factory LEAVE _errorOnNullPtrFN --> LEAVE __init__...
I am experiencing #1735 with ``. I assume this is because the `isCE` check (maybe [here?](https://github.com/ryansolid/dom-expressions/blob/main/packages/lit-dom-expressions/src/index.ts#L433)) is incorrect. The correct way to check for a custom element is to use...
I'm interested in building your project on Windows. Would you be interested in replacing `Makefile` with `CMakeLists.txt`? If so, I could pick up the work. As an aside, to build...