Felipe Augusto

Results 10 comments of Felipe Augusto

More functional approach to the hashIt function (comments section): ```javascript function hashIt(data) { const INITIAL_VALUE = 0; return data.split('').reduce((previous, current) => { return ((previous

@DavidVujic thanks for the reply. I agree with you in the first paragraph, forgetting the `new` keyword would produce a lot of unnecessary bugs. I also agree with the second...

+1 for this, having the same issue here

In the end, I just imported another module, named [html-to-text](https://www.npmjs.com/package/html-to-text) and used it to get the text. Something like this: ```javascript var htmlToText = require('html-to-text'); var html = article.content; var...

I was thinking about the same question, and talked to a person that is familiar with intellectual property (in Brazil). She said to me that its has two componentes when...

@arnaudbesnier can you please take a look at this?

@humbertocruz Teve tempo de fazer isso? Também queria poder testar com a sandbox de assinaturas. Se bem que parece relativamente simples, só colocar uma opção `sandbox-subscription` para a url do...

@imnotjames might help: https://github.com/typeorm/typeorm/blob/65cbcc79bceac4cf8d15dec8c558dcbc9a037220/src/find-options/FindOptionsUtils.ts#L193 ```ts Object.keys(options.order).forEach(function (key) { var order = options.order[key]; var nulls = undefined; if (!metadata.findColumnWithPropertyPath(key)) throw new Error(key + " column was not found in the "...

@anh1979 I fixed this in my fork, and I'm currently using it with GitLab. If you want you can use it: https://github.com/felipe-augusto/fastlane-firebase-plugin

@lyndsey-ferguson Actually, there isn't another API. Can you send me a test .p8 file so that I can test this better?