Dylan Madisetti
Dylan Madisetti
Oh, it's empty. Are you using cargo run? So the program is a little brittle. It's basically just writing and reading from steamcmd, and there's a chance it can hang...
Definitely a line scrubbing issue. Try putting a print between each. If the first one is failing, then remove the whole block? You might be able to find the separator...
If you can invoke steamcmd, play around with it (examine some game IDs) and send me the raw file, I might be able to help you further. I'm just guessing...
Hmmm, very interesting. I say go for it, learning rust is fun and a good skill to have. ~I do have a suggestion that's a bit more of a hack:...
What about checking to see if the item belongs in formatters? And if it does, not continuing to unpack ```python if isinstance(obj, FORMATTERS.keys()): # get formatter, format and kick out...
NB. Parameter doesn't match call. For instance, if I imported this cell and called it, there's an expectation of 1 argument. Ideally, should take the table, and maybe mo.sql defaults...
Thanks for the detailed reproduction. Batch intentionally does a deep clone such that each "batch" is isolated from others. I'm not fully certain the expected behavior, this does seem a...
I think there are potentially better APIs we can create over batch, so I'm not sure if it makes sense to sink a ton of time into this. I am...
Following up, I think this should be fixed- an API reduction wouldn't fix this. @mo-rn we can grab this
I wonder if this could be satisfied by an Anywidget opposed to native marimo integration- these workers wouldn't have cross cell references right? They'd be contained. So a python api...