Liam Murphy
Liam Murphy
Learning many things about Python's built in modules... ty for the link. `inspect` seems to serve a somewhat similar solution as `ast` but in a more user friendly way, that...
> Hey @liamphmurphy wanted to bump and see how you were doing on this? I understand if you are busy and haven't worked on it haha just trying to track...
> Hmmmm does that mean we will need to update both the Python model and the TS model when we make changes? I don't really care the structure of the...
Just a quick update. still chipping away at this! I've been dealing with COVID over the last week. I've gotten some basic TypeScript models generated, I'm now working on a...
At long last (and after a lot of trial and error), I have MatterFile outputting: ``` import { ResponseData } from "../networking/NetworkResponse"; import { Model } from "./Model"; import {...
^ edited to add some new details. I've attempted to do this locally (with the pyarrow write first, then the changes to the schema, and a rust merge write) but...
After looking at the linux_gaming reddit, sounds like there may be issues with keyboards as you say. With my Xbox One controller I haven't had issues.
@HikloLime I concur with Brisse89, it's been running very well under DXVK. I would also check you have up to date drivers, and just in case, the proton 3.7-4 beta...
^ To clarify, if the schema does not contain a list field, the merge works as expected. EDIT: If I switch the `fields` list to a list of strings instead...
Bug issue report upstream: https://github.com/apache/datafusion/issues/15338