David Yamnitsky
David Yamnitsky
Hi, thank you to everyone here for working on this feature. What is the planned behavior for `cargo build` without specifying a `--target`? At the moment I observe that with...
@evanw will the CSS feature inline the minified CSS in the javascript bundle or emit it as a separate file? While inlining is a good fit for client rendered applications,...
That behavior sounds ideal. Can't wait for it!
Hi @joelchen the default settings assume that a column with more than 100 non-numeric unique values is a text column, not an enum column. You can force the CLI to...
@AdeilH yes!
@hedonhermdev I opened #89 as a draft, but unfortunately the time crate is missing the ability to [mutate values](https://github.com/time-rs/time/issues/426) and [parse timezones](https://github.com/time-rs/time/issues/423). Would you be interested in contributing the features...
@koute thanks for the PR! We decided to make prediction single threaded for exactly the reason you identified: to avoid buffering the whole CSV. I agree that it is a...
Hi @joelchen thank you for opening this issue, this is a very good idea and definitely something we want to support. Can you provide some specifics on what you would...
> Any update? From scanning the log, it appears the only problem is a permissions issue in cargo's target directory. Perhaps a `chmod -R` is necessary.