Results 42 issues of Daraan

Two things. - 2.3 Accurate Timestamps does not apply for the Last Online times from 7.16 User Stats. - 2.3.1 Apply for tooltips is not compatible with 7.16 displaying only...

When using the custom export feature on invite only links, the item.url is Null and this line fails https://github.com/rafaelgomesxyz/esgst/blob/1fa19ecf17d5e484c3d4db077fe5b886f0399881/src/modules/General/MultiManager.jsx#L1153 ``` .replace( /\[URL]/gi, `https://www.steamgifts.com${item.url.match(/\/giveaway\/.+/)[0]}` ) ``` Could this be a fix?...

#### Description Fixes a bug in the BasicAgent.py detect_vehicle code which manifests in two errors: When an empty list is passed the current code fills the list with all vehicles....

#### Description `distro.linux_distribution()` is deprecated for since distro 1.6+ and for pure Debian does not return "debian" but "'Debian GNU/Linux'" which is required for `linux_distro in ["ubuntu", "debian", "deepin"]` Using...

**Describe the bug** When using the interactive mode for `4) Git changelogs by author` I get a wrong output 1. One empty day listed to much 2. Commits are not...

bug :bug:

**Is your feature request related to a problem? Please describe.** My motivation underneath is to lock interpolations so that they cannot be overwritten. A general form would be to implement...

**Is your feature request related to a problem? Please describe.** When an Enum is implemented in C++ and brought to Python via the `Boost.Python.enum` class is not supported like normal...

#### Description Currently the agents settings are mostly stored in arguments after initialization. The user currently has to configure the agents in multiple ways: function parameters, a dictionary, a look-up...

Carla 0.9.15 and before: ### The problem: The `set_destination` function currently is illogical as it only uses the `start_location` for boolean evaluation and not as a location anymore. https://github.com/carla-simulator/carla/blob/cead6d1b05e89ad84df80984f62daba57bb50e55/PythonAPI/carla/agents/navigation/basic_agent.py#L141 https://github.com/carla-simulator/carla/blob/cead6d1b05e89ad84df80984f62daba57bb50e55/PythonAPI/carla/agents/navigation/basic_agent.py#L151-L156...

#### Description Addresses #7341: [`set_destination`](https://github.com/carla-simulator/carla/blob/cead6d1b05e89ad84df80984f62daba57bb50e55/PythonAPI/carla/agents/navigation/basic_agent.py#L141) does not really use the `start_location`, only for boolean evaluation instead of allowing users to pass a location. In my experiments this sometimes creates troubles...