-
### Core or SDK?
Core Sentry product
### Which part? Which one?
Ownership Rules
### Description
The current [Ownership Rules documentation](https://docs.sentry.io/product/issues/ownership-rules/)…
-
- Version: 7.6.1
- Operating System: Windows 10, ver 1709
- Config File (if you have sensitive info, please remove it):
- Sample Data:
- Steps to Reproduce:
1. Install java.
```
> java -version…
-
```
There is some difference between project documentation and actual code in the
Selenium Library 2.9.1.
An example in documentation says:
> Start Selenium Server | -JVM=-DserverName=somehost | # …
-
```
There is some difference between project documentation and actual code in the
Selenium Library 2.9.1.
An example in documentation says:
> Start Selenium Server | -JVM=-DserverName=somehost | # …
-
This was a particularly difficult bug to work out.
Running `scalac -help` for 2.11.12 gives
```
-target: Target platform for object files. All JVM 1.5 targets are deprecated. (jvm-…
-
Currently compiler warnings are not visible during `pulumi up`, e.g.:
```
//> using options "-Wunused:privates,locals"
```
On the other hand `"-Werror", "-Wunused:privates,locals"` works as expe…
-
### Describe the Bug
When I press the key to open the advancements, the advancement screen doesn't show up and the game crashes
### Steps to Reproduce
1 - Press key to open advancements
2 - game c…
-
Currently, all operations in `Buffer` operate with `byte[]` abstraction, meaning that any compound operation incurs overhead from reading and combining individual bytes.
Apart from (potentially non…
-
Large number of instances can failure the jvm - see class `AbstractMockEc2Instance`, which makes use of `java.util.Timer` and can be a probable cause. That means every mock EC2 instance runs in a sepa…
-
We need a way for external assistants (#38 #19) to communicate with the user through a socket we expose to the assistants container. We could use gRPC which the CLI and server use to communicate, but …