Results 25 issues of Vladimir Fokow

In the documentation an example is given in the **Images (Python)** section: https://nteract.gitbooks.io/hydrogen/content/docs/Usage/Examples.html#images However, there is no image at the proposed address: http://jakevdp.github.com/figures/xkcd_version.png

documentation :page_with_curl:

When selecting text that is outside of the code cells, it is selected as if all the letters were put backwards. (So it becomes impossible to copy.) Inside the code...

### Feature Type - [ ] Adding new functionality to pandas - [X] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description I...

Enhancement
Needs Discussion
NA - MaskedArrays
PDEP6-related

**Bug description** If you scroll the page down and hover over the `dash_bio.Circos` graph to see the tooltip, it will be shown too low: the tooltip’s position is as if...

After the discussion #1854 I've added rough notes for the new FAQ answer: **How do I source a file automatically when container starts?** - TODO: check that the link `ch-run#environment-variables`...

enhancement
medium
doc

In the extension workflow, in video example [here](https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs/blob/4948d18d042ec4f26625b67ce09afaa4b9dcbcc3/docs/framework/extension_workflow.md) (at 1:34), after we click "START" we can see the cartpoles moving in the viewport. When I try the same with Humanoid...

https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs/blob/4948d18d042ec4f26625b67ce09afaa4b9dcbcc3/docs/examples/warp.md?plain=1#L9 in `[Warp arrays(https://nvidia.github.io/warp/_build/html/basics.html#arrays)` - firstly, the closing square bracket was missed - secondly, the link itself leads to 404 --- - also in the same file: https://nvidia.github.io/warp/_build/html/basics.html#kernels is broken...

```py PYTHON_PATH scripts/rlgames_train.py task=Cartpole headless=True ``` -> leads to: ``` 2024-03-08 08:34:07 [145,334ms] [Warning] [omni.physx.plugin] PhysX warning: GPU solver pipeline failed, switching to software, FILE /buildAgent/work/eb2f45c4acc808a0/physx/source/simulationcontroller/src/ScScene.cpp, LINE 819 2024-03-08 08:34:07...

### Discussed in https://github.com/pypa/setuptools/discussions/4197 See the discussion - it has several references to people having this issue (including an upvoted stackoverflow question that has the old api: `python setup.py sdist`)...

The `tox` [docs](https://tox.wiki/en/latest/user_guide.html) use `>=4` It is safe to update it here? Currently: ```.ini # Define the minimal tox version required to run; # if the host tox is less...