-
**Is your feature request related to a problem? Please describe.**
Conductor Mobile has a lot of responsibilities and makes many assumptions/decisions that should be controlled by user.
**Example…
-
Would be great to keep as much consistency as possible. But is there anything we want to change while we can?
A few ideas:
- Update snapshot formats — already discussed
- Do we want to attempt …
-
Let's say you have an event handler:
```proto
service MyReadSideProcessor {
rpc HandleItemAdded(ItemAdded) returns google.Empty {
option (cloudstate.eventing) {
in: {
event…
-
Hi, am facing the issue in iOS only, When we exit from better player full screen, the application crash(only on iOS) but working fine in Android.
I getting the below logs:-
*** Assertion failure in …
-
Right now we can do this:
```crystal
describe Array do
it "is empty" do
ary = [] of Int32
ary.empty?.should be_true
end
end
```
That's fine but we could improve this situation…
-
While working on updating the [`python-cyipopt` package](https://src.fedoraproject.org/rpms/python-cyipopt) in Fedora Linux to 1.3.0, I observed consistent failures of of `test_minimize_ipopt_jac_with…
-
Java -version output
--------------------
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-b10)
Eclipse OpenJ9 VM (build openj9-0.15.1, JRE 1.8.0 Linux amd64-64-Bit Compres…
-
Hello.
I'm trying to implement a new REST API in my project, but I'm getting the same errors I get when I test `liuggio/symfony2-rest-api-the-best-2013-way`: the `PUT` HTTP calls are always returned …
-
#692 paves the way for automatically generating typecast files based on the contracttype file
-
#### Feature summary
I just discovered that AssertJ has the `satisfiesExactlyInAnyOrder` and `satisfiesExactly` methods via [this stackoverflow question](https://stackoverflow.com/questions/4804259…