Maxim Akhmedov
Maxim Akhmedov
This commit changes tsgrpc protocol in backward-incompatible manner, addressing issue #137. After this change, it becomes possible to read and write values that exceed the theoretic maximum of 2 GiB...
This issue is related to grpc_kvstore driver, which is currently not available for using with vanilla tensorstore, but was discussed in the issue https://github.com/google/tensorstore/pull/134 and is going to become public....
On Ubuntu 23.10 ytsaurus-client reports the followin warning whenever yt.wrapper is imported: ``` $ yt /home/max/.local/lib/python3.11/site-packages/yt/packages/requests/__init__.py:115: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.1.0)/charset_normalizer (3.3.2) doesn't match a supported version! warnings.warn("urllib3 ({})...
Pickling is known not to be working when working in Jupyter/IPyNotebook. It would be great to investigate the root cause of that and, ideally, to come up with a workaround....
If there is a pool bar/foo, and you are trying to create a pool baz/foo, you get an expected error: ``` $ yt create scheduler_pool --attributes '{name=foo; parent_name=baz; pool_tree=default}' Failed...
There is a (rather counter-intuitive) way to rename user like ``` yt set //sys/users//@name "new_username" ``` It has a serious flaw - it changes the name of master object, but...
It would be convenient to be able to download a directory from YT in form of a tarball, or a .tgz. And vice versa, uploading a data back to YT...
We must put "global::components::enableSideBar": true to defaultUserSettingsOverrides.
There is a selector container/host at the System page.  Currently its logic is as follows: - Container: show instance name as it is shown in Cypress (i.e. `//sys/scheduler/instances/`) -...
This issue is related to https://github.com/ytsaurus/ytsaurus/issues/227. In OSS version in the bottom-left corner of the interface there is an avatar. After clicking on it, the context menu appears, which contains...