Florent SCHILDKNECHT

Results 63 comments of Florent SCHILDKNECHT

Hi @excitement-engineer, is that package itself no longer maintained then? If that is the case, could you consider an official deprecation notice to redirect developers to the new package? https://docs.npmjs.com/cli/deprecate

Hi @iVoteSize, no, this is not expected! Thanks for the report, I will try to commit a solution next week (at least a Math.min)

Yep, that's in the plans, actually the refactoring to ES6 is already done ; However I didn't find the good way to publish it available as : - standalone JS...

Any contribution is very welcome, I am currently not available to work on this before november 16th sorry ; But if you have an idea of the process and would...

A bit related, it would be awesome to store the endpoint itself as a variable, allowing to switch between different environments (local / staging - QA etc.) This is one...

I am not quite certain this package is still actively maintained to be honest. That would be sad since I do not know a lot of alternatives, but this is...

Facing same problem here with the following configuration : Device : Wiko Rainbow Android : 6.0.1 Here are a few informations about the taken video, optained thanks to `VideoEditor.getVideoInfos()` ```...

@fk I would suggest a new branch and probably a new major version (2.0.0 ?), especially if there are some BC breaks such as dropping LESS files (I agree with...

It seems like referencing this library directly from within the jest config causes the types not to be loaded. I guess this is how jest & TypeScript together works, not...

I do not know this module too much (RN beginner here), but I managed to workaround with that local definition: ```ts // react-native-safe-area-context.d.ts declare module 'react-native-safe-area-context/jest/mock' { import RNSafeAreaContext, {...