Thibault Lenclos

Results 14 issues of Thibault Lenclos

| Q | A | ---------------- | ----- | Bug report? | yes | Version | 0.11.9 | Symfony version | 4.1 Hi and thanks for your work ! I...

bug

It could be nice to expose a cli binary to allow users to run this on a CI for example, if they don't want to use github probot apps. ##...

enhancement

This PR replace the old aacdecoder library with the ExoPlayer actively maintained and published by Google. This will allow us to add more controls and format support. ## TODO -...

As discussed here https://github.com/tlenclos/react-native-audio-streaming/issues/5#issuecomment-237539525 Exoplayer is a better, recent, updated lib to handle media. Example implementation https://github.com/xeodou/react-native-player

enhancement

At least on iOS this stream http://s2.stationplaylist.com:9020/3RRRFM cause a STKAudioPlayerErrorStreamParseBytesFailed. This could be related to bad metadata for the source stream, like there https://github.com/tumtumtum/StreamingKit/issues/89.

bug

Currently the user need to install pod dependency manually since the package depend on the StreamingKit framework. This problem is resolved in a "ugly" way on https://github.com/facebook/react-native-fbsdk/blob/master/ios_setup.js#L1. We could try...

enhancement

## Context From the example app, username is required. API returns a 500 when trying to create a user without username. ![image](https://user-images.githubusercontent.com/686101/136061480-24a9bec2-509c-4db6-afbc-b19de2efe2d0.png) ``` curl 'https://qj3gn.sse.codesandbox.io/api/users' \ -H 'authority: qj3gn.sse.codesandbox.io' \...

Hi and thanks for your amazing work on rackt libraries ! I was wondering why you rename the dependency here on your webpack config https://github.com/mzabriskie/rackt-cli/blob/master/webpack.build.js#L27 ``` externals: { 'react': 'React',...

User should be able to share after having selected a specific repository. ## Now ![image](https://user-images.githubusercontent.com/686101/70430820-e7c57b00-1a7b-11ea-8209-bff6ae530932.png) ## What I want to share ![image](https://user-images.githubusercontent.com/686101/70430812-e3995d80-1a7b-11ea-99c4-c1226c7bafd7.png)

enhancement

Quite a big diff, but I mostly removed code. This is a feature parity pull request implementing the same API as the android module: - remove facebook dependency - track...