Colin Skow

Results 14 issues of Colin Skow

Thanks for sharing Karl. I'd love to see fast-bind-once and fast-bind-on-notify become a standard part of AngularJS!!! Have you tested fast-bind-on-notify on large ng-repeats? From what I understand ng-repeat applies...

Earlier we had a conversation about integrating the limiter with a queue. I couldn't wrap my head around how exactly I would need it to work. I've finally figured that...

discussion

I added `@created` and `@updated` GraphQL directives which when attached to a `DateTime` field will automatically populate with a server timestamp every time the object is created or modified. These...

Sometimes when using multiple resources at the same time I want to make sure they are all clear before beginning the work. For example before calling an external API, I...

enhancement
help wanted

This is a great project! I'm working on some automatic transcription software. All the speech recognition engines I've looked at produce a straight stream of words and I haven't come...

This pull request allows Bee-Queue to integrate with any non-blocking external limiter library to throttle jobs. Recently I have been using [Bottleneck](https://github.com/SGrondin/bottleneck) to force jobs to wait until they are...

enhancement

**Is your feature request related to a problem? Please describe.** I frequently write `@override` functions, and after I hit enter it auto-completes to something else. I have to hit escape,...

is enhancement

Please upgrade `libxmljs` to the latest version (0.19.7) in order to support Node 12.

Cookie-based auth doesn't work on Phonegap or Chrome packaged apps. It also leaves vulnerability to CSRF attacks. A better strategy for an Angular-type SPA is to store a token in...

Thanks for writing Lockit, Mirco. You've included most of the features I'm looking for and it saves me from writing a lot of boilerplate code. I think this component could...