-
Since updating to v5.0.0, it can't get rid off warnings at compilation :
> [warn] Class org.apache.lucene.queryparser.classic.QueryParser not found - continuing with a stub.
> [warn] Class org.apa…
-
Will I be able to trace the request flow, which would involve some remote invocations ? (I could see the support for ejbs, but how about calls made to other remote services, (e.g Webservices or REST o…
-
At the moment we have many combination of Gem names and it would be very good to agree a consistent approach then update the website, gem documentation and the gems themselves.
@catmando has suggeste…
-
After initial installation, configure and setting enviroment variables by following OpenDDS steps, there isn't a DCPSInfoRepo.exe file in bin folder. Why?
OS Windows 10, VS 2015.
-
First, this looks really, neat; am continuously impressed with the OSS stuff y'all are putting out and was very happy to find someone tackling a reactive stream protocol.
The http://reactivesocket.io…
-
Getting below error when creating object -
```
ParallelClient pc = new ParallelClient();
```
/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/bin/java -Didea.launcher.port=7532 …
-
**Original report ([archived issue](https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/issues/722)) by Steve Peters (Bitbucket: [Steven Peters](https://bitbucket.org/%7B2ccfed09-18b8-4921…
-
I have used the following code (at bottom) to boot up a akka http server and i am unable to verify that the support for header `Expect: 100-Continue` is working as expected.
I am using akka-http 2…
-
@dungpa @duckmatt earlier today @vasily-kirichenko ir and I were discussing how to improve VFPT so that it can handle the load of being employed in a production environment managing Solutions with d…
-
This is a proposal to kill the automatic conversion of objects / arrays to observables:
```javascript
const todo = { done: false}
isObservable(todo) // false
const todos = observable([]) // ob…