Denis Martin-Bruillot

Results 26 comments of Denis Martin-Bruillot

@anandjp I am sure you checked, but double checking with you the URL of you video is https too in the 1st scenario, as loading insecure content in secure HTML...

Amazon will ask you question before you reach that I would say... It is unlimited with (fair usage policy)... Are you close to that amount of space use already? Just...

@vergilw **Before saying I want** I think you should consider editing the code yourself and **make a pull request**, this is how open source work. Then if you run into...

An by the way, you can always fork the code and do your changes there, so other will benefit from your work like you benefit from others work.

@willm132 hello, yes this is a very common problem, with NSBundle especially if you use SPM. What happen is that NSBundle is looking for the nib in the App Bundle,...

@pradipdesai try my branch: ``` Ruby pod 'XlsxReaderWriter', :git => '[email protected]:charlymr/XlsxReaderWriter.git', :commit => 'e4e941746aa14938ee02652082ec408efb7ab9c3' use_frameworks! ``` I also opened a pull request for that, so should be sorted soon hopefully...

Hello @rajkumar17 , Hello @joelparkerhenderson If you are interested, I updated the repo and have full support for swift modules (cocopods, Carthage and eventually direct linking) https://github.com/charlymr/XlsxReaderWriter/tree/2.4.0.Beta.4

Did you do ‘pod repo update’ ?

A much faster fix is, just bare in mind it is pointing to a Beta branch so you may want to check on a regular basis. This branch is stable...