-
```
What steps will reproduce the problem?
1. Set up the SIP call
2. Be called on your real phone
What is the expected output? What do you see instead?
The sip call stays alive but the person you are…
-
```
What steps will reproduce the problem?
1. Set up the SIP call
2. Be called on your real phone
What is the expected output? What do you see instead?
The sip call stays alive but the person you are…
-
### Is Your Feature Request Related to a Problem?
I would like to suggest implementing a feature that allows full page rotation in Xournal++, similar to rotating a physical notebook. The idea is to p…
-
I'm testing some Jsonb stuff with Quarkus 1.4.1 and quarkus-resteasy-jsonb, and I came across the following inconsistent behavior:
```java
class Foo { ... }
class Bar extends Foo { ... }
class F…
-
Specialization was rather messy in Scala 2. It had a complicated implementation and hard to understand restrictions and inefficiencies for the user. Nevertheless, when used right, specialization can g…
-
## Description
Based on feedback from [a user test](https://forum.securedrop.club/t/source-training-feedback/80) documented on [our community support](https://forum.securedrop.club) portal:
> th…
-
A great initial effort was made by @DBCerigo @TNTran92 @alex-hh to create a user-friendly sktime benchmarking interface for quick univariate forecasting benchmarks. The decision to include Kotsu as pa…
-
Note: the feedback is mainly based on how the package was at the time of the deadline. I can see some changes have been made since, so it is possible the issues I mention have already been fixed.
#…
-
`immutable*Of(…)` functions shouldn't be deprecated.
They should return `Immutable*` instead of `Persistent*`.
Currently, e.g.:
```
val x = immutableSetOf(1, 2, 3)
val y: ImmutableSet = imm…
-
As noted by @moranegg and @sdruskat at the FORCE2017 Hackathon, many pieces of software will have a forum for discussion, typically a mailing list or web-based discussion forum or online chat. Should …