rdb

Results 76 issues of rdb

There is a consensus that the direct package promotes undesirable programming paradigms, such as the usage of built-ins, god objects, lack of separation of concerns, etc. Furthermore, it creates a...

discussion
direct

This typo prevents running on case-sensitive systems such as most Linux systems.

Electron 5 defaults nodeIntegration and webviewTag to false, so this is needed for require() and the webview tag to work. Electron 6 replaces the callback argument to showOpenDialog with a...

Running python inside a venv requires an explicit `importlib.machinery` import, oddly: ``` python -m venv env env/bin/python >>> import importlib >>> importlib.machinery Traceback (most recent call last): File "", line...

This pattern is extremely common: ```rst .. only:: python .. code-block:: python # Code .. only:: cpp .. code-block:: cpp // Code ``` We should consider whether we want to...

Using this issue as a checklist of things to do before/after branching off a 1.11 version of the manual: After: - [x] Update version numbers where necessary - [x] Disable...

This is an important topic that needs to be covered in the manual; far too much of this topic is tribal knowledge at the moment. This should cover: - [...

new content

It can be quite tedious (and hurt readability) to keep typing out the roles for external references: ```rst The method :meth:`~.NodePath.set_shader_input()` stores data that can be accessed by the shader....

A reference of all variables has no place in a manual. Instead, such a list should be automatically generated as part of the Reference (see #21). We could have a...

We need to mention installing Panda3D on macOS in the introduction. Right now we have pages on Windows and Linux, and we don't want macOS users to feel left out.

new content