All Issues
24,993 verified issues
add --all-dependencies option to ec2 delete-vpc
Feature request support `aws ec2 delete-vpc --all-dependencies --vpc-id vpc-deadbeef` Details The AWS web console will delete a VPC along with all its dependencies. The `aws` cli tool says (when trying to delete a VPC with any dependencies): `A client error (DependencyViolation) occurred when calling the DeleteVpc operation: The vpc 'vpc-deadbeef' has dependencies and cannot be deleted.` 1. Subnets 2. Security Groups 3. Network ACLs 4. VPN Attachments 5. Internet Gateways 6. Route Tables 7. Network Interfaces 8. VPC Peering Connections Maybe also add `--vpn-connection`.
[Master Task] Print: Entry, ":CFBundleIdentifier", Does Not Exist
Please see #21303 to understand why you're running into this (_Edited by @hramos - the original issue text has been replaced with a description of the problem_) Description This issue describes a class of failures where the iOS build fails with the following output: [code block] This error message is a red herring as the problem is not actually caused by a missing `:CFBundleIdentifier` entry. What this output means is that your iOS project could not be built successfully. If you are encountering this issue, please try the following: 1. Upgrade to the latest React Native release. 2. Upgrade to the latest Xcode version. 3. Read through the Getting Started guide if you haven't in a while, and make sure your development environment is up to date. 4. Try building your project again. If none of these resolve your issue, please read through this thread to learn about what has worked for others. Please refrain from adding "me too" comments unless you have material information that contributes to others' solutions.
docker-compose slow on docker for mac os beta
docker-compose is slow with docker for mac os beta on my home network. Here is my workaround for now: - docker-compose up (take ages) - shut down wifi - docker-compose up (really fast) - re-enable wifi I do not reproduce the issue on another network than mine, my work network for instance do not make it slow. I already had a potentially related issue with the docker client itself which couldn't pull any image (going to bizarre local ips instead of the docker hub registry) but it has been fixed since one of the latest docker for mac os beta update. The issue is not reproduced against the docker-toolbox, only the "native" docker for mac. My version of docker-compose is : `docker-compose version 1.7.0, build 0d7bf73` My version of docker for mac is: `Version 1.11.1-beta10 (build: 6662)` The docker-compose file I'm trying to run is: [code block]
Could not connect to development server on android emulator and on real device
Is this a bug report? Its an issue i am facing while running the normal Awesome Project on my system Have you read the Contributing Guidelines? Yes Environment 1. `react-native -v`: 0.47.1 2. `node -v`:8.2.1 3. `npm -v`:4.1.2 4. `yarn --version`: Then, specify: - Target Platform: Android - Development Operating System: Windows 7 - Build tools:26.0.0-rc2 Steps to Reproduce (Write your steps here:) 1.Open command prompt in Administrator Mode 2.run command: cd <directory where i want to create the project> 3.run command: react-native init <project name> 4.run command: cd <project name> 5.run command: react-native run-android this makes the package server run automatically on port 8081. But I am not able to access the package server from browser on the machine and the mobile. I tried using http://<system ip>:port/index.android.js http://localhost:port http://127.0.0.1:port => I was getting the red screen on both mobile and the emulator with following message: I tried running the project on real device and on emulator. On Both I got error: "Unable to load script from assets 'index.android.bundle' Make sure your bundle is packaged correctly or you're running a package server'. reloading i get the error: "Could not connect to development server." Then i set the host and port number on development setting on both and got the error "Could not connect to development server." Expected Behavior The project is expected to run on emulator and phone without any error. Bu
React 16 Umbrella ☂️ (and 15.5)
This list might change, just putting it out there as the first draft. Posting these together since they're related, and we don't plan more 15.x releases after 15.5 anyway. To put these changes in context, we have a few goals: (Click to show) <details> For the past several months, we have been working on a rewrite of React codenamed “Fiber”. Initially, it won’t affect public API, but it brings several new features (like https://github.com/facebook/react/issues/2127 and https://github.com/facebook/react/issues/2461). Fiber gives us a solid foundation to improve React core in numerous ways. We’ll be talking more about it soon, and we intend to ship it with React 16 by default. To reduce the bundle size, we need to remove the APIs that we don't recommend, such as `createClass` and `React.DOM.` helpers. We intend to warn once about their usage so that you can start removing dependencies on them. They will still be available as separate packages, but we will exclude them from the default build of React 16. We would like to have more control over the bundles so that we can better optimize them. This is why we are considering switching to flat bundles (and thus removing access to React internals in `react/lib/` and `react-dom/lib/`) in React 16. This will also mean faster compile times by default for users of Webpack and other bundlers, and faster server-side rendering performance. </details> Here’s a speculative list of changes we think of doing in these releases: Past
[FlatList] Rows aren't rendered until scroll
Hi, I have list view which displays partially local and partially remote data. Local data are initial for ListView.DataSource. This datasource is set in state of my custom component which wraps ListView and passed in render method to ListView. When are remote data received, new datasource is cloned by cloneWithRowsAndSections method and set to state of custom component. Problem is that are re-rendered only already displayed rows and new rows are rendered after scroll. Is it bug or how I should to force rendering of ListView? With react-native 0.5 it worked but after upgrade to 0.6 it behaves as described above.
FR: Firestore OR operator in WHERE query
[REQUIRED] Describe your environment Operating System version: N/A Firebase SDK version: 4.6.2 * Firebase Product: firestore [REQUIRED] Describe the problem Rather than having to make several separate queries I would like to see an OR operator for the WHERE query in Firestore. This is something that is currently available in MongoDB or with the $or operator here. Relevant Code: The query could look something like this: [code block] or better yet [code block]
DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead
DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()` Mongoose 4.11.0, MongoDB 2.2.29, NodeJS 8.1.2
New VS Code icon is ugly!
Can we return previous app icon or draw a new one? It really looks bad. https://code.visualstudio.com/images/1_17_windows-stable-orange.png
Facebook Engineers - Thank You For 2017
To all the Facebook Engineers working on open source, Like last year, we at Reactiflux just wanted to take a moment to thank you for all your hard work in 2017. It’s been another big year! After much anticipation React 16 was released in September, React Native has moved from v0.41 to v0.51 fixing countless bugs and adding new features, Jest has over 20 releases this year, Yarn 1.0 and Relay Modern were released, new engineers have joined (hey @calebmer, @TheSavior, @axemclion) and some have moved on (we’ll miss you @mkonicek), and that is just a tiny snapshot of 2017. Talking with some of you, I know that the dealing with the licensing issues this year was incredibly difficult and frustrating yet you all handled the situation in such a mature and humble manner all while continuing to iterate and innovate. Thank you! We are so happy that you can continue focusing on the work at hand, especially now that this chapter is finally closed. Guillermo Rauch recently tweeted, “As 2017 wraps up I believe more than ever that React is such a good idea that we will spend the rest of the decade continuing to explore its implications and applications.” We echo this sentiment and as 2017 wraps up, we also believe more than ever that you all embody the spirit of open source with such humility, servant leadership, and true focus on community driven progress that it continues to astound us. We thank you that these qualities are at the heart of our community. We thank you for all the time y
Parentheses around single parameter arrow functions / Add support for arrow-parens property
Hey ! It will be great to add an option to disable auto remove of parenthesis when there is only one argument in an arrow function. Most of professional projects configure their way since it's the default eslint behaviour. Here is a Eslint Link : http://eslint.org/docs/rules/arrow-parens [code block]
entrypoint defined in docker-compose.yml wipes out CMD defined in Dockerfile
Hi, I am following the example on https://docs.docker.com/compose/startup-order/ to make sure the database is running before I start the application. My `Dockerfile` contains the command [code block] and in my `docker-compose.yml` I have [code block] but after the postgres database starts the service container just exits straight away. [code block] Looking inside the running container I can see the entrypoint does not have the command appended [code block] If both command and entrypoint are in the same place (either in the `Dockerfile` or in the `docker-compose.yml`) the application starts up properly. [code block] Any idea is this is a bug or I am doing something wrong? Thanks
Typescript definition file
Could you include the d.ts file in this client distribution?
Make panel position configurable
I just upgraded to VS Code 0.10.8 and I see that the debug console is now at the bottom of the window. I can see how some people might prefer this, but I actually preferred having it on the right side. The position (right/bottom) should be configurable in settings.
Docker-compose up failing because "port is already allocated"
My docker container is able to successfully build but when I enter the command docker-compose build, the following error is returned: Starting docker_etl_1 ... Starting 1e5f56853e10_1e5f56853e10_1e5f56853e10_docker_postgis_1 ... Starting 1e5f56853e10_1e5f56853e10_1e5f56853e10_docker_postgis_1 Starting 1e5f56853e10_1e5f56853e10_1e5f56853e10_docker_postgis_1 ... error ERROR: for 1e5f56853e10_1e5f56853e10_1e5f56853e10_docker_postgis_1 Cannot start service postgis: driver failed programming external connectivity on endpoint 1e5f56853e10_1e5f56853e10_1e5f56853e10_docker_postgis_1 (91464afbee8bf7212061797ec0f4c017a56cc3c30c9bdaf513127a6e6a4a5a52): Error starting userland prStarting docker_etl_1 ... done ERROR: for postgis Cannot start service postgis: driver failed programming external connectivity on endpoint 1e5f56853e10_1e5f56853e10_1e5f56853e10_docker_postgis_1 (91464afbee8bf7212061797ec0f4c017a56cc3c30c9bdaf513127a6e6a4a5a52): Error starting userland proxy: Bind for 0.0.0.0:5432 failed: port is already allocated Here is my docker-compose.yaml version: '2' services: postgis: build: ./postgis volumes: - ../src/main/sql:/sql ports: - "5432:5432" etl: build: ./etl volumes: - ..:/national-voter-file entrypoint: - python3 - /national-voter-file/load/loader.py and here is the Dockerfile: FROM m
AsyncStorage not fulfilling promise on Android 7+
Issue I am using `redux-persist` in a react native project, that runs just fine in a broad number of devices execept Android 7. I am trying to debug the problem on why my AsyncStorage is nor persisting and found this: The following code executes inside React Native component lifecycle's [code block] Code after 'Inside setInterval' is never called. It only runs once if outside the setInterval. If I call once the code outside the setInterval it appears to run just fine. I also tried callback format vs async / await version but it does not seem to matter. Same problem I had using firebase js library (callbacks never return after the first one). I am now looking for alternatives to workaround the problem. Works with `setImmediate` and `InteractionManager.runAfterInteractions`. Seems that `redux-persist` uses `setImmediate` or fallsback to `setTimeout`. Any ideas? Additional Information React Native version: React Native 0.40+ (last tested on RN@0.44) Platform: Only Android 7 and above Development Operating System: Mac os, Node 7.4 Dev tools: [code block] In case this is a user level question I opened a question on stackoverflow, no luck yet, https://stackoverflow.com/questions/44114061/asyncstorage-is-not-returning-the-callback?noredirect=1#comment75248695_44114061
Consider JSX-like as React Native
For code that builds a UI has to be readable. I understand that Dart is kind of like a simple version of Java, but it is not really a programming language for building a UI. For example, it doesn't have a closing tag. As a result, It is very hard to build a picture in mind with this unreadable code. Moreover, Flutter was inspired by React. How can Flutter doesn't have JSX but has this kind of unreadable code? I am very scared that Flutter is going to die very soon as the early days of AnglurJs. I understand people who work in Google are smart, but we also have some people who are not really smart choose React instead of Dart, and this is one of the reasons why Dart was dead in the past.
Support "medium-sized" projects
Listening to @nycdotnet has me fired up to tackle this one. Thanks, Steve. (btw, you can check out his good interview here: http://www.dotnetrocks.com/default.aspx?showNum=1149) The proposal here was first started in times prehistoric (even before #11), when dinosaurs walked the scorched earth. While nothing in this proposal is novel, per se, I believe it's high time we tackled the issue. Steve's own proposal is #3394. The Problem Currently, in TypeScript, it's rather easy to start and get going, and we're making it easier with each day (with the help of things like #2338 and the work on System.js). This is wonderful. But there is a bit of a hurdle as project size grows. We currently have a mental model that goes something like this: - Small-sized projects: use tsconfig.json, keep most of your source in the current directory - Large-sized projects: use custom builds, put source where you need it For small-sized projects, tsconfig.json gives you an easy-to-setup way of getting going with any of the editors in a cross platform way. For large-scale projects, you will likely end up switching to build systems because of the varied requirements of large-scale projects, and the end result will be something that works for your scenarios but is difficult to tool because it's far too difficult to tool the variety of build systems and options. Steve, in his interview, points out that this isn't quite the right model of the world, and I tend to agree with him. Instead, ther
Make React resilient to DOM mutations from Google Translate
Coming from search? See workaround here: https://github.com/facebook/react/issues/11538#issuecomment-417504600. And star this issue: https://bugs.chromium.org/p/chromium/issues/detail?id=872770. *Do you want to request a feature or report a bug? Bug, though there's a decent chance it's a Chrome/Google Translate one What is the current behavior? When using Google Translate on a page using React 16, a certain code pattern produces a Javascript error (`Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.`) when the rendered content changes. If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template for React 16: https://jsfiddle.net/Luktwrdm/, template for React 15: https://jsfiddle.net/hmbg7e9w/). (This has only been checked on macOS 10.13.1) 1. Navigate to https://qq49kwjynj.codesandbox.io/ in a Chrome browser set to some language other than Japanese. 2. Right click the page and select "Translate to English" 3. Click the checkbox, and the error will show. The source of the example can be found at https://codesandbox.io/s/qq49kwjynj The part of the code that seems to cause it is the following two lines: [code block] Changing this to the following fixes the behavior with Google Translate: [code block] What is the expected behavior? It should not produce an error. Which versions of React, and which browser / OS are affected b
Compile error with webpack 4
Hi, After updating to webpack 4, compiling graphiql doesn't work because of the graphql-js dependency. I get a bunch of those errors: [code block] (and a million more) Seems like forcing the downgrade to a graphql-js version that doesn't have .mjs files fixes the issue.