François Billioud
François Billioud
 ## _What_ is wrong? Running a trained LSTM network on each input is VERY slow. ## _Where_ does it...
 ## _What_ is wrong? There is a mismatch between the documentation and the type declaration of train function of...
Fix [https://github.com/styled-components/styled-components/issues/3666](https://github.com/styled-components/styled-components/issues/3666)
Add draw svg
## What? This PR adds support to drawing svg on a PDF Page. ```js const doc = await PDFDocument.load(pdfBytes) const page = doc.getPage(0) page.drawSvg(svg, { x: 0, y: 100, width:...
You can check [this](https://jsbin.com/dufefihebo/edit?html,output). You will see that the origin is correctly placed at the bottom-left of the page, but the y axis is not looking upwards as you can...
**The problem** Here is what the event looks like on `onLoad`:  But here is what the documentation tells us:  As you can see, the `source` attribute is missing....
**The problem** When loading many items in a FlatList with the `inverted` prop, the list gets weird behaviours. The scroll moves on its own. It is also reverted whereas it...
### Introduction After being moved out from React Native, some packages got registered under @react-native-community in order to make it easier to update the projects depending on them. The issue...
What `react-native` version are you using? 0.64.0 What `react-native-pdf` version are you using? 6.3.0 What platform does your issue occur on? (android/ios/both) both The type of `error` object returned by...
Hi, thanks a lot for your work ! I think it would be great if we could use a Maven repo for SVG Salamander, and I've read that you have...