Oleg Belousov

Results 13 comments of Oleg Belousov

What kind of testing framework would you like to use?. I can get around to it today. I'll need you to provide me with some basic guidelines though, such as:...

ok, I'll give it a try right now On Wed, Oct 30, 2013 at 6:13 PM, Steeve Morin [email protected]: > And of course remove all the even listening code from...

I removed the 'onInitialized', an left the 'onCallback' event untouched. I shall test if it works right away. On Wed, Oct 30, 2013 at 6:20 PM, Oleg Belausov [email protected] wrote:...

Seem to work just fine, should I push it in a separate branch and open a pull request? On Wed, Oct 30, 2013 at 6:26 PM, Oleg Belausov [email protected] wrote:...

I'm sure that you are familiar with bower, it is a package management tool, it allows you to install the latest version of each package direcly from the repository with...

Look at those ones: https://github.com/BeOleg/ng-clip/commit/c0e00da22bfa3e4da5d1f10bbbeacf7b741b99ea https://github.com/BeOleg/ng-clip/commit/6ebc0e37ecfa89092656e4c5dbd7b758a2a124b0

https://github.com/zeroclipboard/zeroclipboard/issues/334

as described in #31, a reference to couch surfing should simply do it for now... I think that internal reviews can be implemented as pull requests as well, but in...

example implementation: ```python class SoftDeletableMixin: def validate_unique(self, exclude=None): if self.deleted: return True unique_checks, date_checks = self._get_unique_checks() for model_class, unique_check in unique_checks: lookup = dict(deleted=False) lookup[field_name] = getattr(self, field_name) for field_name...

We can support that with Postgres `conditionally-unique-constraint` and probably also for other DB(s). The problem is that the alternative is lacking functionality. For example: In a test, I want to...