Adam Ahmed

Results 16 comments of Adam Ahmed

Looks like the CocoaPods for this is only the 0.1.1 version. I tried to use the GitHub repo with ``` pod 'CombineX', :git => 'https://github.com/cx-org/CombineX.git', :branch => '0.3.0' ``` But...

I'm cleaning this up now for merging and I'm writing some tests (if other people are using this, it's probably about time...). One thing that scares me is that you...

Ok so from that and my own experiences the common usages are: 1. I want to do the existing workflow (merge into deploy branch and push from there). If I...

(thumbsup) and since we're now forcing tag creation as well as push, maybe force is a better name than forcePush. On 14/02/2013 8:18 AM, "Jesse Ditson" [email protected] wrote: > Ok,...

Awesome! On 14/02/2013 8:53 AM, "Jesse Ditson" [email protected] wrote: > Sounds good! I'll add use strict and lint all the files, and add replace > forcePush with force, as well...

Makes perfect sense. I'll take a look and merge after work tonight. (it's morning for me). Cheers! On 14/02/2013 9:12 AM, "Jesse Ditson" [email protected] wrote: > Cool, so writing this...

I'll do the rest of the cleanup, but I'm going to take a couple days, so I hope you're not in a rush to get it on npm for any...

Stumbled across this while looking for support for the --conditions flag in tsnode. Just wanted to mention that the list of "Mappings to keep in mind" might also need to...

I saw this in my VSCode terminal using the ESLint extension. `npm ls jsx-ast-utils` in my repo returns ``` @my/workspace@ /path/to/project └─┬ @my/[email protected] -> ./packages/_eslint-config ├─┬ [email protected] │ └── [email protected]...

For anyone else seeing old data passed to your optimisticData function, I had a slightly different issue. I was using a filter function for the keys (e.g. `key => key.startsWith('blah')`)....