Gregory Magarshak

Results 37 issues of Gregory Magarshak

Relevant Links: Website: https://intercoin.org Community: https://community.intercoin.org Channel: https://youtube.com/c/intercoin Presentation: https://intercoin.org/presentation.pdf Press: https://www.coindesk.com/in-defense-of-blockchain-voting Telegram: https://t.me/intercoin Twitter: https://twitter.com/IntercoinOrg LinkedIn: https://www.linkedin.com/company/intercoin GitHub: https://github.com/Intercoin

pending community activity

How is this related to the plugin here: https://github.com/christocracy/cordova-plugin-background-geolocation I realize that you built yours based on that one, and both seem to be maintained and been around for years....

When Angular was completed, they realized they're not using the whole jQuery, and made a minimal implementation, for those sites that don't already use jQuery. That way, Angular "weighs" a...

It should look something like this ``` Streams.create({ type: 'Streams/task' }, function () { this.onUpdated('progress').set(function ({ }, tool); }); ``` # No need to implement extension classes without tables. Instead...

Use the PHP implementation of scrypt, (e.g. from Zend, but make it work with PHP 5.0 and autoloading) It might be more secure

Right now, when an Access row or Contact row is inserted, deleted or modified, the avatars are updated. They are also updated when a stream's public access is changed. The...

If everyone is on the same Q Domain then no one is external. This can comfortable be the case for a long while before Q becomes distributed. Here is how...

We should allow an additional endpoint in `streams_rule` to "deliver" notifications. In addition to mobile numbers and email addresses, if a user has authenticated with facebook, they have an `fb_uid`...

enhancement

Familiarize yourself with [http://yui.github.io/yuidoc/args/#server](Using YUIdoc) -- especially in server mode on your local computer. Learn its [http://yui.github.io/yuidoc/syntax/](Syntax) as well. Go through all the descriptions and make sure: - The events...

Right now, `Db_Query_Mysql` objects support sharding, but we also need to be able to do this with insertManyAndExecute, by setting the criteria for each row that's going to be inserted,...

bug