Abdullah Alsigar

Results 13 issues of Abdullah Alsigar

Use the new flatlist which is a replacement for the old listview https://facebook.github.io/react-native/docs/flatlist.html

In the latest release from npm (0.5.1) _package.json has old version of keystone `"keystone": "4.0.0-beta.5",` which is the cause of issues like https://github.com/keystonejs/keystone/issues/4837

This is my first contribution, feedback is welcome. Release Notes: - Added Dart language support ([#5343](https://github.com/zed-industries/zed/issues/5343)).

cla-signed

Update `tree-sitter-dart` to the upstream package, there was an issue building Rust package which is resolved now. Release Notes: - N/A

cla-signed

### Check for existing issues - [X] Completed ### Describe the feature This is a feature request. Since the addition of extensions recently I was looking to replicate some features...

enhancement
workspace
extension infrastructure
tasks

very nice job, loved this package my question is setting refs ``` ref={(ref) => this.listView = ref} // how we do in in other components but doesnt work here ref='listView'...

when the component receive new props or state it will not re-render, example, passing props that change the url. `componentWillReceiveProps(nextProps){ if(this.state.category !== nextProps.category){ this.setState({ category: nextProps.category }) } }` but...

issue: https://github.com/reactjs/react-chartjs/issues/81 now the chart will update the tooltip when the values are changed. I have tested using line chart.

The command `multipack pubspec override` should sort dependencies after overriding it. This is causing the CI of `gql` packages to fail. example: Original pubspec.yaml ``` name: gql_http_link version: 0.4.2 description:...