PerfectCarl
PerfectCarl
I was trying to use to with Android 2.2 and I had to patch the `loadInBackground` for the class `OrmliteCursorLoader` replacing that code : ``` java /* Runs on a...
Hello, I noticed that performance is improved in cursor by using caching `AndroidResult` in `CursorAdapter` ``` java public abstract class OrmliteCursorAdapter extends CursorAdapter { // Stripped code... private AndroidDatabaseResults results;...
It is because nm returns the last line of functions that points to C file instead of vala. For example: ``` c void noise_library_remove_medias (NoiseLibrary* self, GeeCollection* toRemove, gboolean trash)...
I'm using robospice on a project that already has an async execution infrastructure. For the moment, I don't want to refactor all my code, but just start using robospice for...
Could you review the `FIXME` about the commented code in `LRWebSocketHandler`? I'll add the aggregation feature later on.
Jetty9 change the websocket apis pretty [drastically](https://webtide.com/jetty-9-updated-websocket-api/). So the 0.20 version can't be used with the new jetty branch. **Would you be interested into porting it to the jetty9 api?**
For us, eclipse users.