Mario Sangiorgio

Results 14 issues of Mario Sangiorgio

Add alternative plug-in data storage in order to avoid duplicate alerts on when the application is removed and reinstalled or in multiple devices. [Original request on XDA](http://forum.xda-developers.com/showpost.php?p=49015564&postcount=19)

`jlox` gets away with not implementing a GC because it relies on the one from the JVM. We use ref-counted values which give us almost the behaviour we want except...

They are almost identical, the only variation is their types.

I am using KKGrid view and when I select an item the cell becomes blue. How can I prevent it to happen? I am looking for something equivalent to the...

Take for instance ``` 2017-04-15 * "Somebody" Assets:Investments:Bank 1.23 XYZ {123.45 GBP} Equity:OpeningBalances -15240 GBP ``` If I add a `.` after `15240` it works fine but it would be...

I am trying to add this package to a Xamarin studio solution using Nuget. Unfortunately it fails with the following error: ``` Could not install package 'Fitbit.NET 1.0.0'. You are...

enhancement

After I installed SpotifyMacRemote my remote stopped working with Keynote.

From the [API documentation](https://dev.twitter.com/rest/reference/get/search/tweets) > Returns tweets created before the given date. Date should be formatted as YYYY-MM-DD. Keep in mind that the search index has a 7-day limit. In...

This will make it easier to solve #3 and will eventually make it possible to cut the dependency on binary file

I'm not convinced by how server is being packaged up. It is pulling into the client both the actual source and the tests, which is a bit too much. Also,...