Guy Mazouz

Results 10 comments of Guy Mazouz

@Soviut I guess that's coffee script Could you maybe explain how would you do it in pure js using ui-router instead?

@ianmurrays does it have to be in the $rootScope? and if it must, where do I put it... controller or run? what if i have multiple slots?

@ianmurrays It's a dumb question, guess im dumb... :( what's the slot? .defineSlot('/123456/blogbox11233', [[300, 250]], 'homePage1') i guess it's homePage1

@ianmurrays First thanks a lot for this module it saved my life. second I erased this from the module: ``` var googletag = googletag || {}; googletag.cmd = googletag.cmd ||...

@ianmurrays this is what i get: n.getSlot(...).then(...).getSlot is not a function @http://localhost/dist/bundle-ctrl.js:1:4187 lf/this.$get

The following ugly hack works: _/Users/guym/.rvm/gems/ruby-2.4.0/gems/cocoapods-1.7.2/lib/cocoapods/downloader.rb_ ```ruby 105 def self.download_source(target, params) 106 puts("download target: #{target}") 107 params[:type] = File.extname(URI.parse(params[:http].gsub("?", "/").gsub("=", "/")).path).gsub(".", "").to_sym

sure. here: ✔  pod install Analyzing dependencies Downloading dependencies Installing AWSCore (2.12.2) lolol first type tgz lololguy type is: tgz Installing AWSKinesis (2.12.2) lolol first type tgz lololguy type...

@dnkoutso the extension is zip. the http url looks like this (as you can see :type is missing) Maybe cocoapods downloader is having issues getting the file type from a...

@dnkoutso updated the pr, ci is passing now, lmk what u think

@g65g5nj the issue is coming from cocoapods downloader it cannot find the type. nexus is uploading some files without adding their types. you can use the following fork. but it...