Sajjad Gerami

Results 16 comments of Sajjad Gerami

I think DLC is a good feature for performous so I wanna help implementing it. I want to discuss about some of DLC characteristic first then go to implementing. _That...

This is an example of XML for catalog. ``` xml Yes http://bittorrent-public-server.org Bulls on Parade Rage Against the Machine Evil Empire 1996 3:51 Rock Bulls on Parade is a song...

XML is good and more human readable but a little fat! JSON is so much faster and better...this is a JSON structure proposal for DLC catalog: ``` json { "last_update":...

I have a problem! I cannot have both `libtorrent-rasterbar` and `boost::asio` in performous. when I compile with torrent option OFF everything works. but when I enable torrent option I get...

@tapio There is no need to add `asio` to boost component list in `game/CMakeLists.cmake` . adding asio to this file gives error and also asio works without adding it to...

I'm using LineageOS 14.1-20170329 android version 7.1.1

Traccar Client 4.1 (hidden mode).

As you said foreground services **MUST** have a notification. https://developer.android.com/guide/components/services.html#Foreground A solution may be to start the service in background and schedule a runner to check if it's running and...

With AlarmManager. https://developer.android.com/training/best-background.html https://developer.android.com/training/scheduling/alarms.html Is it OK if I implement it and request a "pull request"?

Hi @bwajtr I was looking for the best option to use instead of ORM and I found your project. awesome. Your comparisons helped me a lot. Thanks. I checked [https://github.com/aaberg/sql2o/pull/153](https://github.com/aaberg/sql2o/pull/153)...