-
**Mods (complete and add to the following information):**
- **Arma 3:** `2.08.149102`
- **CBA_A3:** `3.15.6.211004`
- **ACE3:** `3.14.1`
**Description:**
When adding additional magazines via …
-
### Background
Project structure:
```
project_root
| package.json
| example-config.yml
+---tests/
| example-test.yml
+---util/
| request-utils.js
```
Command run: `npm run…
-
### Describe the bug
When I use the `BModal` component on a page in Nuxt and throw some loads to the page, the heap allocation skyrockets from 20mo to more than 700mo. If I comment the modal componen…
-
#1292
Version 3.0.0
Describe the bug:
When destroying a section of wall using Kholek/Hellcannon/Shatterstone, a nearby Chaos Sorceror on a Warshrine can be instantly killed. The Sorceror does not n…
-
Put a unit assign to GAIA zone.
Kill the unit = new unit spawned but without GAIA behavior.
-
### Bug Description
Adding the [En Dash](http://www.codetable.net/decimal/8211) character (`–`, not a dash) to an axis title or a figure title will prevent the figure from being retrieved via `getIma…
-
**Application version**
4.5, 4.6, 4.7
Tested on all 3 versions.
**Platform**
Windows 10
**Printer**
Custom Artillery x1
**Reproduction steps**
1. Use an object (such as a cube) to apply …
-
It would be very nice if we could put these guns on trains.
Maybe there could be a train specific gun mount that has a seat to allow a passenger to control the gun?
-
When configuring apiGatewayServiceProxies in serverless.yml it would be good to be able to define either an ARN instead of a topicName OR to be able to include a region overwrite.
example
```
cus…
-
Using RwLocks in a tokio threadpool can cause performance issues since one future on one thread can block other futures on other threads, when those other threads could potentially be doing other work…