Sébastien Lorber
Sébastien Lorber
**Edit: make sure to check my security issue comment here**: https://github.com/preactjs/compressed-size-action/issues/54#issuecomment-789661178 --- When using pull_request_target, the action compares master against master, instead of comparing master against the PR. This bug...
PR is not to merge, but serve as a demonstration for bug at https://github.com/preactjs/compressed-size-action/issues/54
Currently passing a ref to `innerRef` does not work, as we have to provide a function A workaround is simple: ```js constructor(props) { super(props); this.scrollViewRef = React.createRef(); } handleRef =...
Hi, This may seem crazy but I'm not sure to understand why this library should be used. Is it possible to explain some common usecases? The first question that comes...
As I needed a fix for polymorphism on Option https://github.com/FasterXML/jackson-module-scala/issues/125 I updated to 2.3.2. I don't know if it works fine but it introduced a new kind of error in...
... help with issue #29 of rdflib I didn't add the http status to the args because the most open way to handle this is to provide directly the xhr...
Hi, I have not found any good reference explaining how to load a polyfill into a Browserify app. I think polyfills must be loaded before other libs as some libs...
Currently it's hard to use tap and long press events on the images. I want to use in the same time: - tap (fast press) to show/hide photo infos -...
Hi, It would be convenient for TS users have type definitions shipped with the packages
Hey As this project is used for both Paper and Reanimated (both supporting web platform), it would be cool if we could embed web component demos directly in the doc....