Results 422 comments of Vadim Kantorov

Could you please add `argparse` argument parser and encode all needed constants as default values of arguments in argparse configuration. Also, most importantly, please add in argparse some sort of...

This is really nice also because it would better enable usage of WordPress as a Static Site Generator (as it simplifies operating WordPress using file system only, for both settings...

This would also lead a way to SSG mode where the content is stored in individual text files (as markdown or json). Writing a script for populating a temp SQLite...

Also, maybe a UI admin button for downloading/exporting existing MySQL db as a SQLite file would be useful (for the cases where we don't have an ssh access to the...

Also, an interesting idea could be implementing a SQLite vtab extension which would allow directly working with posts/pages stored as files in a file directory and config in a json...

> Also, maybe a UI admin button for downloading/exporting existing MySQL db as a SQLite file would be useful And maybe this export-everything-as-a-single-sqlite-db-file admin UI functionality (and wp-cli functionality) could...

In general, curious what is the status of this feature/merging-into-the-mainline with the core Wordpress team? Looking forward to benefit from this feature in mainline :) Oh I see, it appears...

Not related to aten, but related to string support in general. There is a big usecase of string-valued arrays (could be tensor-backed) - especially for data-loading https://github.com/pytorch/pytorch/issues/13246 - https://github.com/pytorch/pytorch/issues/101699 Another...

I don't know much about TensorDcit project. I just wanted to share a usecase I had for dicts of tensors: represent a dataset in a way that avoids copy-on-write problems:...

@mdboom It does work. Thanks! On the side not, is there a way to bind a matplotlib figure to an existing HTML element?