David

Results 6 issues of David

RxSwift includes and useful operator that transform any observable into a blocking sequence. For Combine it'll be really useful being able to implement the same behavior. Here's how it works...

enhancement

How can I upload 32 and 64 bits nupkg? Do I have to use an special name? Grunt electron installer creates the same nupkg name. I've tried uploading 64 bits...

Hi, I'm trying to use Amazon S3 as filesystem using KnpGaufretteBundle but I don't understand how to do it and readme doesn't show anything about S3. Could anyone explain me...

I have an issue with subscriptions. When user logout I cancel all my subscriptions and call logout method but when user login again and I add the subscriptions again I...

I'm getting this error each time an item is removed. Error points to: ``` Template['AnimateWithVelocity'].destroyed = function(){ var template = this; Meteor.defer(function(){ template._animation_helper_parentNode._uihooks = null; }); }; ``` Any idea...

Is it possible to release a linux electron app with electron-release. I've added the rpm to the --app parameter but only windows and osx is uploaded to github.