{"items":[{"id":"cmmqw3vzi021zh1o8c1o9jee2","slug":"gh-docker-compose-1083","title":"Feature: Ability to clear log history","problem_statement":"A feature I've thought would be useful since originally using Fig, and now Compose would be the ability to clear the log history for Composed-managed containers. Long-running or \"chatty\" containers can end up with a lot of log noise that may not be wanted.\n\nI'd expect a command like the following would solve the problem:\n`$ docker-compose logs --clear [service]`","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro3kv000kpjhulk6827zr","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":76.415015144613,"freshness_status":"fresh","view_count":0,"tags":["docker","docker-compose","containers"],"source_url":null,"createdAt":"2026-03-14T22:21:11.214Z","updatedAt":"2026-03-17T15:09:29.333Z","last_activity_at":"2026-03-17T15:09:29.332Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Docker","slug":"docker"},"fixes":[{"id":"cmmur09yn008vvtw0ijop6ojk","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw987k038hh1o8544q2fvl","slug":"gh-aws-aws-cli-1104","title":"aws s3 ls - find files by modified date?","problem_statement":"Hi,\n We'd like to be able to search a bucket with many thousands (likely growing to hundreds of thousands) of objects and folders/prefixes to find objects that were recently added or updated.  Executing aws s3 ls on the entire bucket several times a day and then sorting through the list seems inefficient.  Is there a way to simply request a list of objects with a modified time <, >, = a certain timestamp?\n\nAlso, are we charged once for the aws s3 ls request, or once for each of the objects returned by the request?\n\nNew to github, wish I knew enough to contribute actual code...appreciate the help.","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro2i8000bpjhuoiya87pn","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":85.61283750306787,"freshness_status":"fresh","view_count":0,"tags":["aws","cli","cloud","guidance"],"source_url":null,"createdAt":"2026-03-14T22:25:20.336Z","updatedAt":"2026-03-17T15:09:14.623Z","last_activity_at":"2026-03-17T15:09:14.622Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Amazon","slug":"amazon"},"fixes":[{"id":"cmmuqzym2008pvtw061jw282f","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvyoiv00yxh1o87bkjrvpn","slug":"gh-microsoft-TypeScript-5039","title":"Path mappings based module resolution","problem_statement":"Proposed module resolution strategy\n\nUPDATE: proposal below is updated based on the results of the design meeting. \nInitial version can be found here. \n\nPrimary differences:\n- instead of having `baseUrl` as a separate module resolution strategy we are introducing a set of properties\n  that will allow to customize resoluton process in existing resolution strategies but base strategy still is used as a fallback.\n- `rootDirs` are decoupled from the `baseUrl` and can be used without it.\n\nCurrently TypeScript supports two ways of resolving module names: `classic` (module name always resolves to a file, module are searched using a folder walk)\nand `node` (uses rules similar to node module loader, was introduced in TypeScript 1.6). \nThese approaches worked reasonably well but they were not able to model _baseUrl_ based mechanics used by\nRequireJS or SystemJS. \n\nWe could introduce third type of module resolution that will fill this gap but this will mean that once user has started to use this new type then support to \ndiscover typings embedded in node modules (and distributed via `npm`) is lost. Effectively user that wanted both to use `baseUrl` to refer to modules defined inside the project\nand rely on `npm` to obtain modules with typings will have to choose what part of the system will be broken.\n\nInstead of doing this we'll allow to declare a set of properties that will augment existing module resolution strategies. These properties are:\n`baseUrl`, `paths` and `rootDirs` (`paths` ","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":77.76176862373302,"freshness_status":"fresh","view_count":0,"tags":["typescript","compiler","suggestion","fixed"],"source_url":null,"createdAt":"2026-03-14T22:17:08.263Z","updatedAt":"2026-03-17T15:09:12.580Z","last_activity_at":"2026-03-17T15:09:12.579Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqzx19008hvtw0yg80ne5v","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw3y2t022hh1o83olg52dv","slug":"gh-docker-compose-1809","title":"Execute a command after run","problem_statement":"Hi,\n\nIt will be very helpful to have something like \"onrun\" in the YAML to be able to run commands after the run. Similar to https://github.com/docker/docker/issues/8860\n\n[code block]\n\nAfter the mongodb start, It will dump db2dump.domain.lan and restore it.\n\nWhen I will stop and then start the container, onrun part will no be executed to preserve idempotency.\n\nEDIT 15 June 2020\n\n5 years later, Compose wan't to \"standardize\" specifications, \nplease check https://github.com/compose-spec/compose-spec/issues/84","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro3kv000kpjhulk6827zr","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":81.89485488347573,"freshness_status":"fresh","view_count":0,"tags":["docker","docker-compose","containers"],"source_url":null,"createdAt":"2026-03-14T22:21:13.925Z","updatedAt":"2026-03-17T15:09:11.105Z","last_activity_at":"2026-03-17T15:09:11.103Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Docker","slug":"docker"},"fixes":[{"id":"cmmuqzvwc0089vtw0gu9kl9sb","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwhknc0553h1o85843q47s","slug":"gh-axios-axios-86","title":"Setting header: 'Content-Type': 'application/json' is not working","problem_statement":"Hi. I'm passing a custom header like this\n\n[code block]\n\nBut it doesn't seem to work. Any ideas?","category_id":"cmmqro1gu0004pjhuagnwvggw","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":79.20638669832863,"freshness_status":"fresh","view_count":0,"tags":["axios","http","api"],"source_url":null,"createdAt":"2026-03-14T22:31:49.704Z","updatedAt":"2026-03-17T15:09:09.714Z","last_activity_at":"2026-03-17T15:09:09.712Z","category":{"name":"APIs & SDKs","slug":"apis-sdks","icon":"🔌"},"vendor":null,"fixes":[{"id":"cmmuqzusz007xvtw0pw9kzhg7","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvy3l300tvh1o8uxb97wsk","slug":"gh-microsoft-TypeScript-8306","title":"Support final classes (non-subclassable)","problem_statement":"I was thinking it could be useful to have a way to specify that a class should not be subclassed, so that the compiler would warn the user on compilation if it sees another class extending the original one.\n\nOn Java a class marked with final cannot be extended, so with the same keyword on TypeScript it would look like this:\n\n[code block]","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"Error: foo is final and cannot be extended","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":90.13995898921868,"freshness_status":"fresh","view_count":0,"tags":["typescript","compiler","won't-fix","suggestion"],"source_url":null,"createdAt":"2026-03-14T22:16:41.127Z","updatedAt":"2026-03-17T15:08:57.345Z","last_activity_at":"2026-03-17T15:08:57.344Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqzla4007rvtw0zmfau24f","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx1dr309dhh1o895tuwg8q","slug":"gh-microsoft-vscode-143","title":"Request feature \"Integrated terminal\"","problem_statement":"It would be great if vscode has integrated terminal feature refer vim or atom https://atom.io/packages/term3  \n\nI saw this suggestion pending in uservoice(https://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7752357-integrated-terminal) and repost here since it has specific repo","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":81.78888446759946,"freshness_status":"fresh","view_count":0,"tags":["vscode","ide","editor","feature-request","terminal"],"source_url":null,"createdAt":"2026-03-14T22:47:13.887Z","updatedAt":"2026-03-17T15:08:54.892Z","last_activity_at":"2026-03-17T15:08:54.891Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqzjdy007pvtw0ujmw0kus","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwzcto08v1h1o8zy16nyax","slug":"gh-microsoft-vscode-224","title":"Proper tabs for open files","problem_statement":"I _really_ miss proper tabs for open files (like VS proper), and the ability to rip a tab out into its own window.","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":75.6503646884083,"freshness_status":"fresh","view_count":0,"tags":["vscode","ide","editor","feature-request","workbench-tabs"],"source_url":null,"createdAt":"2026-03-14T22:45:39.372Z","updatedAt":"2026-03-17T15:08:53.786Z","last_activity_at":"2026-03-17T15:08:53.785Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqzij9007nvtw0n1sn4ccz","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw6sc102ndh1o8efz7yabw","slug":"gh-hashicorp-terraform-1178","title":"Depends_on for module","problem_statement":"Possible workarounds\n\nFor module to module dependencies, this workaround by @phinze may help.\nOriginal problem\n\nThis issue was promoted by this question on Google Groups.\n\nTerraform version: `Terraform v0.3.7`\n\nI have two terraform modules for creating a digital ocean VM and DNS records that are kept purposely modular so they can be reused by others in my organisation.\n\nI want to add a series of provisioners using local_exec after a VM has been created and DNS records made.\nAttempted solution\n\nI tried adding a provisioner directly to my terraform file (i.e. not in a resource) which gave an error.\n\nI then tried using the `null_resource` which worked but was executed at the wrong time as it didn't know to wait for the other modules to execute first.\n\nI then tried adding a `depends_on` attribute to the null resource using a reference to a module but this doesn't seem to be supported using this syntax:\n\n[code block]\nExpected result\n\nEither a way for a resource to depend on a module as a dependency or a way to \"inject\" (for lack of a better word) some provisioners for a resource into a module without having to make a custom version of that module (I realise that might be a separate issue but it would solve my original problem).\nTerraform config used\n\n[code block]","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":90.34666534443382,"freshness_status":"fresh","view_count":0,"tags":["terraform","iac","aws","enhancement","core","thinking"],"source_url":null,"createdAt":"2026-03-14T22:23:26.449Z","updatedAt":"2026-03-17T15:08:52.965Z","last_activity_at":"2026-03-17T15:08:52.964Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":null,"fixes":[{"id":"cmmuqzhwf007lvtw07gwnacwd","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw54z602cvh1o8511rju69","slug":"gh-docker-compose-1341","title":"Hooks/ Plugins support to run arbitrary scripts","problem_statement":"It would be nice if `docker-compose up|down|..` would look for custom scripts in the current directory, like:\n\n[code block]\n\nI guess this is mostly helpful when docker-compose is used to run the development environment. These scripts should not be meant to configure containers.\n\nMy current use-cases include:\n- set up hostnames in `/etc/hosts` after container startup\n- run docker-rsync after container started\n\nEventually docker-compose should allow these scripts to run in the background and stream stdout/stderr to `docker-compose logs`.\n\nRelated https://github.com/docker/compose/pull/74 https://github.com/docker/compose/issues/57","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro3kv000kpjhulk6827zr","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":79.64037905259208,"freshness_status":"fresh","view_count":0,"tags":["docker","docker-compose","containers"],"source_url":null,"createdAt":"2026-03-14T22:22:09.522Z","updatedAt":"2026-03-17T15:08:51.740Z","last_activity_at":"2026-03-17T15:08:51.739Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Docker","slug":"docker"},"fixes":[{"id":"cmmuqzgye007jvtw0lggo10ln","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw6p4d02mph1o8bu52zphl","slug":"gh-hashicorp-terraform-1604","title":"Support use cases with conditional logic","problem_statement":"It's been important from the beginning that Terraform's configuration language is declarative, which has meant that the core team has intentionally avoided adding flow-control statements like conditionals and loops to the language.\n\nBut in the real world, there are still plenty of perfectly reasonable scenarios that are difficult to express in the current version of Terraform without copious amounts of duplication because of the lack of conditionals. We'd like Terraform to support these use cases one way or another.\n\nI'm opening this issue to collect some real-world example where, as a config author, it seems like an `if` statement would really make things easier.\n\nUsing these examples, we'll play around with different ideas to improve the tools Terraform provides to the config author in these scenarios.\n\nSo please feel free to chime in with some specific examples - ideally with with blocks of Terraform configuration included. If you've got ideas for syntax or config language features that could form a solution, those are welcome here too.\n\n(No need to respond with just \"+1\" / :+1: on this thread, since it's an issue we're already aware is important.)","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":85.14592872358574,"freshness_status":"fresh","view_count":0,"tags":["terraform","iac","aws","enhancement","core"],"source_url":null,"createdAt":"2026-03-14T22:23:22.285Z","updatedAt":"2026-03-17T15:08:51.547Z","last_activity_at":"2026-03-17T15:08:51.547Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":null,"fixes":[{"id":"cmmuqzgt3007hvtw0m65zyne7","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw4jrj0287h1o876cidps0","slug":"gh-docker-compose-4081","title":"Using shell command in docker-compose.yml","problem_statement":"Hello, is there a way to use shell commands in `docker-compose.yml` file?\nHere is my use case:\n\n[code block]\n\nCurrently it's giving me this error: \n\n[code block]","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro3kv000kpjhulk6827zr","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"ERROR: Invalid interpolation format for \"volumes\" option in service \"ci\": \"${command -v docker}:/usr/bin/docker\"","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":92.74642802989621,"freshness_status":"fresh","view_count":0,"tags":["docker","docker-compose","containers","kind/feature"],"source_url":null,"createdAt":"2026-03-14T22:21:42.032Z","updatedAt":"2026-03-17T15:08:51.241Z","last_activity_at":"2026-03-17T15:08:51.240Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Docker","slug":"docker"},"fixes":[{"id":"cmmuqzgkg007fvtw0ww9y9bqy","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvwx5a00klh1o87b63iobh","slug":"gh-facebook-react-8663","title":"Facebook Engineers - Thank You For 2016","problem_statement":"To all the Facebook Engineers working on open source,\n\nWe at Reactiflux just wanted to take a moment to thank you for all your hard work in 2016. Your job isn’t easy. You have a million requests coming at you all the time from both your internal teams and the external community. Dan Abramov once compared managing issues and pull requests to juggling chainsaws on fire. Yes, we know all of you get paid really well to do open source full time, and that your work meets Facebook’s needs, but we think that you have gone above and beyond in the way that you have treated the community.\n\nThe way that you guys respond to emails and Twitter mentions. The attention you give to each issue/PR. The time you give to different organizations doing podcasts and AMAs. The list goes on.\n\nWe’ve personally seen an amazing humility in each of you, and it’s a pleasure to be around you wonderful people. Thank you for what you do and the excellence you put into all your efforts.\n\nWe’d like to invite the React community to reply to this thread with your own “thank you” comments to the team at Facebook. Let’s show them how grateful we are! Feel free to include experiences with the team or just how the React ecosystem has helped you as a developer.\n\nSincerely,\n\nOn behalf of the Reactiflux community:\n@gabegreenberg\n@markerikson\n@KyleAMathews \n@taion\n@jquense\n@vcarl\n@benigeri \n@Phoenixmatrix","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":76.6198821522011,"freshness_status":"fresh","view_count":0,"tags":["react","javascript"],"source_url":null,"createdAt":"2026-03-14T22:15:46.126Z","updatedAt":"2026-03-17T15:08:50.972Z","last_activity_at":"2026-03-17T15:08:50.972Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":null,"fixes":[{"id":"cmmuqzgd5007dvtw0kpx5g4x2","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx54b00a7xh1o8zgf0257a","slug":"gh-facebook-react-native-7308","title":"Latest react-native app doesn't work  \":CFBundleIdentifier\", Does Not Exist","problem_statement":"On OS X El Capitan v10.11.4\n\nnode --version v6.0.0\nnpm --v 3.8.8\nreact-native-cli: 0.2.0\nreact-native: 0.24.1\nwatchman --v 4.4.0\nxcode 7.3\n\n$ react-native init AwesomeProject\n$ cd AwesomeProject\n$ react-native run-ios\n\n[code block]","category_id":"cmmqro1y60008pjhuzlmdy5yu","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":86.24669975158145,"freshness_status":"fresh","view_count":0,"tags":["react-native","mobile","ios","android","resolution:-locked"],"source_url":null,"createdAt":"2026-03-14T22:50:08.269Z","updatedAt":"2026-03-17T15:08:50.644Z","last_activity_at":"2026-03-17T15:08:50.643Z","category":{"name":"Mobile & Cross-Platform","slug":"mobile-cross-platform","icon":"📱"},"vendor":null,"fixes":[{"id":"cmmuqzg3o007bvtw0em6tkza0","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx5qf30ad7h1o8z6sw4lb7","slug":"gh-facebook-react-native-5823","title":"Attempted to transition from state `RESPONDER_INACTIVE_PRESS_IN` to `RESPONDER_ACTIVE_LONG_PRESS_IN`, which is not supported.","problem_statement":"Similar to #1693. It seems to be an issue with the `Touchable` component with Chrome Debugging on React Native 0.19.0.\n\n[code block]\n\nThe code that produces this error is from a freshly started application using a TouchHighlight component:\n\n[code block]\n\nP.S. Is there a better way to copy a stacktrace? I'm just copying from the Chrome dev tools console","category_id":"cmmqro1y60008pjhuzlmdy5yu","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"Error                                 @ ExceptionsManager.js:76","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":94.17601477810224,"freshness_status":"fresh","view_count":0,"tags":["react-native","mobile","ios","android","resolution:-locked"],"source_url":null,"createdAt":"2026-03-14T22:50:36.927Z","updatedAt":"2026-03-17T15:08:47.145Z","last_activity_at":"2026-03-17T15:08:47.145Z","category":{"name":"Mobile & Cross-Platform","slug":"mobile-cross-platform","icon":"📱"},"vendor":null,"fixes":[{"id":"cmmuqzdet0079vtw0rr0b71c3","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvx7b500mrh1o8hwg4s5gd","slug":"gh-facebook-react-2461","title":"Error boundaries: Recover from errors thrown in `render`","problem_statement":"So I'm trying to put some graceful error handling in case 1 of my views crap out:\n\n[code block]\n\nHowever, `MyGoodView` does not get rendered w/ the following stack trace:\n\nSeems like error throw React in a bad state where `renderedComponent` is `undefined`, thus cannot be unmounted. How do I handle this scenario?","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error handling in case 1 of my views crap out:","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":88.035753037617,"freshness_status":"fresh","view_count":0,"tags":["react","javascript","type:-big-picture"],"source_url":null,"createdAt":"2026-03-14T22:15:59.297Z","updatedAt":"2026-03-17T15:08:38.866Z","last_activity_at":"2026-03-17T15:08:38.865Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":null,"fixes":[{"id":"cmmuqz70s0077vtw0uxckekuf","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx99cw0b6hh1o8sr1fq394","slug":"gh-socketio-socket.io-2823","title":"Make Socket.IO great again","problem_statement":"(yep, that headline is overrused)\n\nDisclaimer:\n- I have no control over the website (socket.io), to my knowledge only @rauchg has, so I'm unfortunately not able to fix those issues: https://github.com/socketio/socket.io/issues/2807 https://github.com/socketio/socket.io/issues/2791 https://github.com/socketio/socket.io/issues/2781 https://github.com/socketio/socket.io/issues/2773 https://github.com/socketio/socket.io/issues/2753 https://github.com/socketio/socket.io/issues/2743 https://github.com/socketio/socket.io/issues/2736\n- I have no control over the chat example repository, that is the one that is behind the chat example, so I'm unfortunately not able to fix those issues: https://github.com/socketio/socket.io/issues/2821 (and all open PR over there)\n- I'm not even an expert in Socket.IO, just a developer digging around during his free time between two freelance contracts\n\nNow, enough about my limitations. The Server API and Client API were added on Github, do not hesitate if you find something missing!\n\nCurrent to-do list:\n- [x] release the version `2.0` of Engine.IO\nEngine.IO will now default to uws as WebSocket engine, that should bring great performance improvements. An important issue about double UTF-8 encoding was also fixed in the parser. The only \"problem\" is that one of the numerous issues open could need a fix over there, hence the delay.\n- [ ] complete the API docs (missing methods, code examples...): https://github.com/socketio/socket.io/issues/2350#issuecomm","category_id":"cmmqro22h0009pjhugq4xmgyv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":77.01974676029386,"freshness_status":"fresh","view_count":0,"tags":["socket.io","websocket","realtime"],"source_url":null,"createdAt":"2026-03-14T22:53:21.441Z","updatedAt":"2026-03-17T15:08:37.520Z","last_activity_at":"2026-03-17T15:08:37.518Z","category":{"name":"Networking","slug":"networking","icon":"📡"},"vendor":null,"fixes":[{"id":"cmmuqz5zf0075vtw0q9rt8h9v","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx3dx909unh1o85y54og8a","slug":"gh-prettier-prettier-2724","title":"Add option for parentheses around JSX.","problem_statement":"I think prettier should have an option ~for TypeScript~ to omit JSX parentheses.\n\nInstead of this:\n[code block]\n\nExpected behavior:\n[code block]","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":84.43929331160774,"freshness_status":"fresh","view_count":0,"tags":["prettier","formatting","javascript","status:needs-discussion","keep-unlocked"],"source_url":null,"createdAt":"2026-03-14T22:48:47.421Z","updatedAt":"2026-03-17T15:08:36.620Z","last_activity_at":"2026-03-17T15:08:36.619Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":null,"fixes":[{"id":"cmmuqz5a90073vtw001t4soq3","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwapl103l7h1o87frmi41q","slug":"gh-serverless-serverless-1439","title":"Narrowing the Serverless IAM Deployment Policy","problem_statement":"I’ve been spending time recently trying to remove Admin rights as a requirement for sls deployments. Still a work in progress, but so far I have this policy that I can attach to any “serverless-agent” AWS user, so that the serverless-agent user is empowered enough to deploy:\n\n[code block]\n\nRight now, I'm focused on a single policy that can deploy to all stages. But some enterprises may need this IAM policy to allow dev and staging deployments, but limit who can deploy to production. So, I've also been experimenting with adding \"${stage}\" to some of the resource ARNs, but don't have it fully worked out yet. For example:\n\n[code block]\n\nThere are still a few places where the permissions could be narrowed further. Specifically, the REST API section allows delete of ALL apis right now. And the lambda permissions are too broad. But I’ve had some annoying technical issues trying to narrow those two sections.\n\nThe API Gateway policy is still broad because you must have the 'api-id' in the ARN. But you don't know that until a deployment generates it. So on the surface, seems like a chicken/egg problem to me, but maybe there is a way to supply that api-id, instead of having AWS generate it. \n\nAnd the lambda permissions are still broad because I can't see the particular Arn it is trying to manipulate to add an event mapping to a lambda, and the obvious ARNs don't work. Maybe there is a way to show the ARN being accessed in serverless, when the deployment fails so that I can add it to th","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro2i8000bpjhuoiya87pn","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":77.63417522409404,"freshness_status":"fresh","view_count":0,"tags":["serverless","lambda","aws","enhancement","needs-feedback"],"source_url":null,"createdAt":"2026-03-14T22:26:29.510Z","updatedAt":"2026-03-17T15:08:35.746Z","last_activity_at":"2026-03-17T15:08:35.745Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Amazon","slug":"amazon"},"fixes":[{"id":"cmmuqz4m60071vtw0e02v2yfn","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvyr3900z9h1o80kglffvh","slug":"gh-microsoft-TypeScript-1206","title":"Allow enums of types other than number","problem_statement":"I'm reopening this issue, because it was closed with the move from codeplex, and doesn't seem to have been re-opened. https://typescript.codeplex.com/workitem/1217\n\nI feel like this is very important for a scripting language.-- Especially for objects that are passed back and forth over web service calls.-- People generally don't use integer based enums in json objects that are sent over the wire, which limits the usefulness of the current enum implementation quite a bit.\n\nI would like to re-propose the original contributor's suggestions verbatim.","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":86.15848204441446,"freshness_status":"fresh","view_count":0,"tags":["typescript","compiler","suggestion","fixed","committed"],"source_url":null,"createdAt":"2026-03-14T22:17:11.589Z","updatedAt":"2026-03-17T15:08:34.207Z","last_activity_at":"2026-03-17T15:08:34.206Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqz3fe006zvtw0mmtu54az","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvwuz300k1h1o8non412fa","slug":"gh-facebook-react-10191","title":"Consider re-licensing to AL v2.0, as RocksDB has just done","problem_statement":"Hi there,\n\nThe Apache Software Foundation Legal Affairs Committee [has announced][1] that the so-called 'Facebook BSD+Patents License' is no longer allowed to be used as a direct dependency in Apache projects.\n\nThis has lead to a lot of upset and frustration in the Apache community, especially from projects requiring similarly-licensed code as direct dependencies - the chief of these being RocksDB.\n\nHowever, we (the Apache Software Foundation) have just received word that [RocksDB will be re-licensing their code under the dual Apache License v2.0 and GPL 2 licenses][2]. \n\nAs a user of React.JS in an ASF top-level project (Apache CouchDB), please consider re-licensing React.JS under similar terms. Otherwise, many ASF projects such as our own will have to stop relying on and building with React.\n\nA previous bug (#9760) suggested I mention @lacker in this issue when asking licensing questions, so I'm doing so.\n\nThank you kindly for your consideration.\n\n[1]: https://issues.apache.org/jira/browse/LEGAL-303?focusedCommentId=16088663&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16088663\n[2]: https://issues.apache.org/jira/browse/LEGAL-303?focusedCommentId=16088730&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16088730","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":75.03413862847124,"freshness_status":"fresh","view_count":0,"tags":["react","javascript"],"source_url":null,"createdAt":"2026-03-14T22:15:43.311Z","updatedAt":"2026-03-17T15:08:34.079Z","last_activity_at":"2026-03-17T15:08:34.078Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":null,"fixes":[{"id":"cmmuqz3bt006xvtw0w10fw3op","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw6p8m02mrh1o814k4om5i","slug":"gh-hashicorp-terraform-2661","title":"Create Ansible provisioner","problem_statement":"I'd like to use Terraform to build infrastructure then configure it with Ansible, similar to the Chef provisioner.","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":82.15675477773509,"freshness_status":"fresh","view_count":0,"tags":["terraform","iac","aws","enhancement"],"source_url":null,"createdAt":"2026-03-14T22:23:22.439Z","updatedAt":"2026-03-17T15:08:33.926Z","last_activity_at":"2026-03-17T15:08:33.925Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":null,"fixes":[{"id":"cmmuqz37k006vvtw05q354plr","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwfbsk04iph1o8fkdb4ox2","slug":"gh-axios-axios-853","title":"Getting 'Cross-Origin Request Blocked' on a GET request","problem_statement":"Summary\n\nI'm making a GET request to 4chan's API for retrieving threads from a board. This is my code:\n\n[code block]\nI receive the following warning:\n\n`Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://a.4cdn.org/a/threads.json. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).\n`\nAs seen above, I have added the relevant header, but it does not solve the issue. I made the same request from my terminal using cURL and it worked fine.\n\nContext\n\n- axios version: e.g.: v0.16.0\n- Environment: e.g.: node v6.9.4, Firefox 51.0.1, Ubuntu 14.04","category_id":"cmmqro1gu0004pjhuagnwvggw","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":89.90990122864889,"freshness_status":"fresh","view_count":0,"tags":["axios","http","api"],"source_url":null,"createdAt":"2026-03-14T22:30:04.916Z","updatedAt":"2026-03-17T15:08:33.739Z","last_activity_at":"2026-03-17T15:08:33.738Z","category":{"name":"APIs & SDKs","slug":"apis-sdks","icon":"🔌"},"vendor":null,"fixes":[{"id":"cmmuqz32c00ax6qmefuzk9334","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvyete00wrh1o8vyq43ij5","slug":"gh-microsoft-TypeScript-6496","title":"Duplicate type declarations with npm link","problem_statement":"Using TypeScript 1.7.3.\n\nSuppose I have the below npm packages.\nThe declaration files are generated by TypeScript compiler, and referred to from the other packages by means of the way described here.\npackage-a\n\nts src:\n\n[code block]\n\nts declaration:\n\n[code block]\npackage-b (depends on package-a):\n\nts src:\n\n[code block]\n\nts declaration:\n\n[code block]\npackage-c (depends on package-a and package-b):\n\nts src:\n\n[code block]\n\nThe last line causes an error during compilation:\n\n[code block]\n\nWhen I remove the line `private foo;` from the declaration of package-a, TypeScript does not emit any error.\nHowever this workaround is a bit painful.\n\nI understand that exposing private properties to declaration is by design (https://github.com/Microsoft/TypeScript/issues/1532).\nI think TypeScript should ignore private properties when compiling variable assignment.\nOr is there any better workaround for this?","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error during compilation:","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":93.19247095141685,"freshness_status":"fresh","view_count":0,"tags":["typescript","compiler","bug","fixed","@types"],"source_url":null,"createdAt":"2026-03-14T22:16:55.682Z","updatedAt":"2026-03-17T15:08:32.895Z","last_activity_at":"2026-03-17T15:08:32.894Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqz2ex006tvtw0nr557trr","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvwkfh00h9h1o8goklcwg9","slug":"gh-facebook-react-10294","title":"React 16 RC","problem_statement":"The third React 16 RC is now available for public testing. 🎉\n\nInstallation Instructions\n\nThe RC has been published to NPM with the tag \"next\". Regular NPM installs will continue to use the 15.6 release. To install the RC use:\n\n[code block]\n\nOr:\n\n[code block]\n\nWhat Does React 16 Mean for You?\n\nReact 16 is the first release that ships with a rewrite of the React core (previously codenamed “Fiber”). This rewrite had a few goals:\n\n Remove old internal abstractions that didn’t age well and hindered internal changes.\n Let us ship some of the most requested features like returning arrays from render, recovering from component errors, and readable component stack traces for every error.\n Enable us to start experimenting with asynchronous rendering of components for better perceived performance.\n\nThis initial React 16.0 release is mostly focused on compatibility with existing apps. It does not enable asynchronous rendering yet. We will introduce an opt-in to the async mode later during React 16.x. We don’t expect React 16.0 to make your apps significantly faster or slower, but we’d love to know if you see improvements or regressions.\n\nJavaScript Environment Requirements\n\nReact 16 depends on the collection types Map and Set. If you support older browsers and devices which may not yet provide these natively (eg <IE11), consider including a global polyfill in your bundled application, such as core-js or babel-polyfill.\n\nA polyfilled environment for React 16 using core-js to support olde","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error boundaries”. Error boundaries can catch runtime errors in a component tree, log them, and display a fallback UI instead.\r","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":76.02899114620107,"freshness_status":"fresh","view_count":0,"tags":["react","javascript"],"source_url":null,"createdAt":"2026-03-14T22:15:29.492Z","updatedAt":"2026-03-17T15:08:32.644Z","last_activity_at":"2026-03-17T15:08:32.644Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":null,"fixes":[{"id":"cmmuqz27z00av6qmeqtoqzls9","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx85bh0ayrh1o824j99u6b","slug":"gh-socketio-socket.io-1942","title":"Error during WebSocket handshake: Unexpected response code: 400","problem_statement":"Can't find out a solution, I get this error on the browser console:\nWebSocket connection to 'ws://.../socket.io/?EIO=2&transport=websocket&sid=p3af7ZNfvogtq6tAAAG0' failed: Error during WebSocket handshake: Unexpected response code: 400.\n\nHava any advice ?","category_id":"cmmqro22h0009pjhugq4xmgyv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error on the browser console:","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":89.02927766358113,"freshness_status":"fresh","view_count":0,"tags":["socket.io","websocket","realtime"],"source_url":null,"createdAt":"2026-03-14T22:52:29.549Z","updatedAt":"2026-03-17T15:08:31.679Z","last_activity_at":"2026-03-17T15:08:31.668Z","category":{"name":"Networking","slug":"networking","icon":"📡"},"vendor":null,"fixes":[{"id":"cmmuqz1gx006rvtw0bguqxx8s","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw3lfh01z3h1o8ysvy1t4e","slug":"gh-docker-compose-374","title":"Is there a way to delay container startup to support dependant services with a longer startup time","problem_statement":"I have a MySQL container that takes a little time to start up as it needs to import data.\n\nI have an Alfresco container that depends upon the MySQL container.\n\nAt the moment, when I use fig, the Alfresco service inside the Alfresco container fails when it attempts to connect to the MySQL container... ostensibly because the MySQL service is not yet listening.\n\nIs there a way to handle this kind of issue in Fig?","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro3kv000kpjhulk6827zr","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":75.51056746938298,"freshness_status":"fresh","view_count":0,"tags":["docker","docker-compose","containers"],"source_url":null,"createdAt":"2026-03-14T22:20:57.533Z","updatedAt":"2026-03-17T15:08:31.527Z","last_activity_at":"2026-03-17T15:08:31.527Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Docker","slug":"docker"},"fixes":[{"id":"cmmuqz1cz006pvtw05c2otzyt","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx2a3a09kth1o8bg4gmznr","slug":"gh-eslint-eslint-3611","title":"Glob based configuration","problem_statement":"Glob based configuration\nGoal\n\nCurrently ESLint allows you to cascade the configurations based on the directory structure of your project. This approach is not flexible enough if you have files that don’t share the same parent directory but you still want to have a specific ESLint configuration just for those files. This could be solved by specifying a configuration that applies to all files which match a given glob pattern.\nHow it works\n- The glob patterns can be configured within `.eslintrc` files\n- glob patterns are relative to the location of the `.eslintrc` in which they are defined \n- if an already resolved file matches a glob pattern in one of its corresponding `.eslintrc` files, the glob pattern specific configuration will be applied\n- a glob pattern based configuration has a higher precedence than the regular configuration in the same `.eslintrc` file\n- A glob specific configuration works exactly the same as the regular configuration in your `.eslintrc`, except that you can’t define nested glob based configurations. That means you can configure `globals`, `env`, `ecmaFeatures`, `rules`, `plugins`, `extends` and `parser`.\n\nNote: The glob patterns are NOT used for file resolving / directory traversal.\nExample for relative glob patterns\n\nGiven the following directory tree:\n\n[code block]\n\nThe config in `app/.eslintrc` defines the glob pattern `*/Spec.js`. This pattern is relative to the base directory of `app/.eslintrc`. So, this pattern would match `app/lib/fooSpec.js` ","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":89.52093335660517,"freshness_status":"fresh","view_count":0,"tags":["eslint","linting","javascript","core","accepted","feature","archived-due-to-age"],"source_url":null,"createdAt":"2026-03-14T22:47:55.798Z","updatedAt":"2026-03-17T15:08:31.476Z","last_activity_at":"2026-03-17T15:08:31.475Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":null,"fixes":[{"id":"cmmuqz1bk006nvtw0e1l1cvqk","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx8nwk0b29h1o8txtar1wo","slug":"gh-socketio-socket.io-2870","title":"http://socket.io website is down","problem_statement":"http://socket.io website is down. Many people on social network are reporting the same.","category_id":"cmmqro22h0009pjhugq4xmgyv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":85.54011733860828,"freshness_status":"fresh","view_count":0,"tags":["socket.io","websocket","realtime"],"source_url":null,"createdAt":"2026-03-14T22:52:53.637Z","updatedAt":"2026-03-17T15:08:31.367Z","last_activity_at":"2026-03-17T15:08:31.366Z","category":{"name":"Networking","slug":"networking","icon":"📡"},"vendor":null,"fixes":[{"id":"cmmuqz18i006lvtw011sm3r3j","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw4s0l029vh1o86f1rslyk","slug":"gh-docker-compose-3574","title":"docker-compose up doesn't pull down latest image if the image exists locally","problem_statement":"It would be nice if there were an option to check for new versions of images when running `docker-compose up`. \n\nWe already have this functionality with `docker build --pull` as was discussed here https://github.com/docker/docker/issues/4238 and there is an open issue to bring `--pull` to `docker run` here https://github.com/docker/docker/issues/13331.\n\nI propose adding `--pull` to `up` to always attempt to pull a newer version of the images in the compose file.","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro3kv000kpjhulk6827zr","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":94.79101361925606,"freshness_status":"fresh","view_count":0,"tags":["docker","docker-compose","containers"],"source_url":null,"createdAt":"2026-03-14T22:21:52.725Z","updatedAt":"2026-03-17T15:08:31.180Z","last_activity_at":"2026-03-17T15:08:31.179Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Docker","slug":"docker"},"fixes":[{"id":"cmmuqz13b00at6qme2oem71k4","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx5e580aa7h1o84ggznq5k","slug":"gh-facebook-react-native-12754","title":"No bundle url present","problem_statement":"Description\nI noticed some people recently asking about this \"No bundle url present\" error and I just faced it myself.\n\nReproduction\nI had just run ˜react-native init projectName˜, setup my App.js file (a simple Hello World), called it in both iOS and Android indexes and run ˜react-native run-ios˜. Then the No bundle url present error appeared.\n\nSolution\nI tried to delete my node_modules and npm install, close the packager and run the project again, but it could only be solved when I follow the steps given here (http://stackoverflow.com/questions/42610070/what-means-of-no-bundle-url-present-in-react-native). \n Run \"react-native run-ios\" \n When the error appears, run \"npm install\"\n* Then run \"react-native run-ios\" again.\n\nAdditional Information\nThis is the first project I started using RN 0.42. Since it never happened before and I am not the only one facing this issue, I guess it should be taken a closer look to it.\n\nHere's my package.json:\n[code block]\n\nIf I can be more helpful to make any further test, it would be a pleasure.","category_id":"cmmqro1y60008pjhuzlmdy5yu","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error and I just faced it myself.\r","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":77.79180969015863,"freshness_status":"fresh","view_count":0,"tags":["react-native","mobile","ios","android","resolution:-locked"],"source_url":null,"createdAt":"2026-03-14T22:50:21.020Z","updatedAt":"2026-03-17T15:08:30.959Z","last_activity_at":"2026-03-17T15:08:30.958Z","category":{"name":"Mobile & Cross-Platform","slug":"mobile-cross-platform","icon":"📱"},"vendor":null,"fixes":[{"id":"cmmuqz0wz00ar6qme9uxny819","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvwnkm00i9h1o8kvh88gmv","slug":"gh-facebook-react-2127","title":"Add fragment API to allow returning multiple components from render","problem_statement":"---\nNote from maintainers:\n\nWe know this is an issue and we know exactly what set of problem can be solved. We want this too but it is a _hard problem_ with our current architecture. Additional comments expressing desire for this feature are not helpful. Feel free to subscribe to the issue (there's button in the right hand column) but do not comment unless you are adding value to the discussion. \"Me too\" and \"+1\" are not valuable, nor are use cases that have already been written in the comments (e.g., we know that you can't put `<tr>` or `<dd>` elements with a `<div>`).\n\n---\n\nConsider the following:\n\n[code block]\n\nIf you remove the `<div></div>` in the `map`, you get the following error: _Adjacent XJS elements must be wrapped in an enclosing tag_\n\nit isn't till I re-add the surrounding, and rather pointless, divs that it compiles with out issue. I am running 0.11.1\n\nIs this being addressed? It adds extra, and again - IMO - useless and pointless html to the page, that while harming nothing - looks messy and unprofessional. Maybe I am just doing something wrong, please enlighten me if I am.","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error: _Adjacent XJS elements must be wrapped in an enclosing tag_","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":83.49077509087695,"freshness_status":"fresh","view_count":0,"tags":["react","javascript"],"source_url":null,"createdAt":"2026-03-14T22:15:33.718Z","updatedAt":"2026-03-17T15:08:30.280Z","last_activity_at":"2026-03-17T15:08:30.279Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":null,"fixes":[{"id":"cmmuqz0e4006jvtw06fpr9gev","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw7ilj02tph1o8hyo68sq5","slug":"gh-hashicorp-terraform-1964","title":"Allow configuring remote storage via config file","problem_statement":"https://www.terraform.io/docs/commands/remote-config.html\n\nIt's ok to configure storage via CLI once as one member of the team, but it's pain to do this repeatedly and to share this with team members in a form of a Readme file suggesting \"do the following\":\n\n[code block]","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":85.23141397523237,"freshness_status":"fresh","view_count":0,"tags":["terraform","iac","aws","enhancement","core"],"source_url":null,"createdAt":"2026-03-14T22:24:00.488Z","updatedAt":"2026-03-17T15:08:29.937Z","last_activity_at":"2026-03-17T15:08:29.936Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":null,"fixes":[{"id":"cmmuqz04s00ap6qme61l2no9g","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw6tp202nlh1o8nvi8s086","slug":"gh-hashicorp-terraform-1439","title":"terraform get: can't use variable in module source parameter?","problem_statement":"I'm trying to avoid hard-coding module sources; the simplest approach would be:\n\n[code block]\n\nThe result I get while attempting to run `terraform get -update` is\n\n[code block]","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"Error loading Terraform: Error downloading modules: error downloading module 'file:///home/thisisme/terraform-env/${var.foo_module_source}': source path error: stat /home/thisisme/terraform-env/${var.foo_mo","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":77.66086907415334,"freshness_status":"fresh","view_count":0,"tags":["terraform","iac","aws","enhancement","thinking","config"],"source_url":null,"createdAt":"2026-03-14T22:23:28.214Z","updatedAt":"2026-03-17T15:08:29.127Z","last_activity_at":"2026-03-17T15:08:29.126Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":null,"fixes":[{"id":"cmmuqyzi900an6qmeewh61630","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx0k37096hh1o8v5kistsu","slug":"gh-microsoft-vscode-1884","title":"Status bar background color","problem_statement":"The blue color is very distracting.. a way to change the color of that would be great!\n\n<img src=\"http://content.screencast.com/users/joe-watkins-emerge/folders/Snagit/media/412cd601-ba5d-4ccf-a0b5-25bc36237ff0/2016-01-08_10-14-31.png\">","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":82.91967663321508,"freshness_status":"fresh","view_count":0,"tags":["vscode","ide","editor","feature-request","themes"],"source_url":null,"createdAt":"2026-03-14T22:46:35.443Z","updatedAt":"2026-03-17T15:08:27.433Z","last_activity_at":"2026-03-17T15:08:27.431Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqyy7000al6qme9qw2iw7j","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx0sd7098fh1o8s2wweoz5","slug":"gh-microsoft-vscode-35683","title":"Vscode New logo","problem_statement":"- VSCode Version:1.17.0\n- OS Version:windows 10 X64 15063.632\n\nSteps to Reproduce:\nnew logo put into the start menu is ugly！","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":75.69389941125371,"freshness_status":"fresh","view_count":0,"tags":["vscode","ide","editor","icon-brand"],"source_url":null,"createdAt":"2026-03-14T22:46:46.171Z","updatedAt":"2026-03-17T15:08:18.718Z","last_activity_at":"2026-03-17T15:08:18.717Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqyrh1006hvtw0d56isdjb","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw9avf0399h1o82lv2srod","slug":"gh-aws-aws-cli-1390","title":"Feature request: Assume role with EC2 instance profile as the source profile","problem_statement":"Right now you can execute commands using credentials from one of these sources: root credentials, IAM credentials, temporary credentials from an EC2 instance profile, and temporary credentials from assuming a role via IAM credentials. I would like to execute commands by using temporary credentials from assuming a role via the EC2 instance profile.\n\nI need this ability because I'm using two AWS accounts and I'm using an EC2 instance to run AWS CLI commands against both accounts. The EC2 instance profile allows me to perform tasks for one account, but I need to assume a cross-account role to perform tasks for the other account. Unfortunately there is no way to get AWS CLI to assume the cross-account role even though the EC2 instance profile has permissions to assume that role. \n\nI tried removing the source_profile property from my role-based profile in hopes that the source_profile would use the instance profile, but that failed. After looking at AssumeRoleProvider in awscli/customizations/assumerole.py, I see that AWS CLI can only assume a role if the source profile has actual credentials in the config file. So currently that excludes any use of an instance profile to assume a different role.","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro2i8000bpjhuoiya87pn","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":89.41638242550025,"freshness_status":"fresh","view_count":0,"tags":["aws","cli","cloud","feature-request","assume-role"],"source_url":null,"createdAt":"2026-03-14T22:25:23.787Z","updatedAt":"2026-03-17T15:08:10.733Z","last_activity_at":"2026-03-17T15:08:10.732Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Amazon","slug":"amazon"},"fixes":[{"id":"cmmuqylbb00aj6qmefd1x2j04","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwzmje08xlh1o8qqxpojfd","slug":"gh-microsoft-vscode-178","title":"Git status in File Explorer","problem_statement":"Similar to what atom provides in the project explorer:\n1. New files are displayed green.\n2. Modified are displayed yellow/orange.\n3. Ignored files are displayed transparent-ish.\n\nThanks","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":85.54989158109787,"freshness_status":"fresh","view_count":0,"tags":["vscode","ide","editor","feature-request","git","file-explorer","file-decorations"],"source_url":null,"createdAt":"2026-03-14T22:45:51.963Z","updatedAt":"2026-03-17T15:08:10.547Z","last_activity_at":"2026-03-17T15:08:10.544Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqyl5w00ah6qmel1en1t87","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqweh9w04clh1o8266i56cn","slug":"gh-firebase-firebase-js-sdk-97","title":"Setting a timer for a long period of time, i.e. multiple minutes","problem_statement":"I want to use firebase auth with react native for Login and Signup but I got a yellow error:\nSetting a timer for a long period of time, i.e. multiple minutes, is a performance and correctness issue on Android as it keeps the timer module awake, and timers can only be called when the app is in the foreground. See (https://github.com/facebook/react-native/issues/12981) for more info. (Saw setTimeout with duration 111862ms) \n\nHow Can I Fix That?\nI don't want to ignore that, I want to understand this error and solve that with the best and Standard way.\nAnd This is my Code:\n\n[code block]\nI Asked From Stackoverflow too, Link","category_id":"cmmqro1gu0004pjhuagnwvggw","vendor_id":"cmmqro2mk000cpjhu7z2lvkgm","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error and solve that with the best and Standard way.\r","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":89.50174974882249,"freshness_status":"fresh","view_count":0,"tags":["firebase","google","sdk","api:-core","priority:-p3"],"source_url":null,"createdAt":"2026-03-14T22:29:25.364Z","updatedAt":"2026-03-17T15:08:09.764Z","last_activity_at":"2026-03-17T15:08:09.763Z","category":{"name":"APIs & SDKs","slug":"apis-sdks","icon":"🔌"},"vendor":{"name":"Google","slug":"google"},"fixes":[{"id":"cmmuqykkd00af6qmey375zgrk","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvv499004lh1o8x1i96yss","slug":"gh-vercel-next.js-88","title":"Top-level app component and animated route transitions","problem_statement":"Having animated route transitions would be nice, as this is one of the many benefits through client-side routing. Doing so should be left up to the user in my opinion (some people prefer CSS transitions over more fine-grained control with `react-motion` etc). As I understand it, one would need to modify the top-level App component.\n\nThe client entry file seems to look for a globally assigned `__NEXT_DATA__.app` variable but I can't find any documentation on that.","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":"cmmqro26p000apjhuced5kyjv","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":78.9589944360462,"freshness_status":"fresh","view_count":0,"tags":["nextjs","react","ssr"],"source_url":null,"createdAt":"2026-03-14T22:14:22.030Z","updatedAt":"2026-03-17T15:08:09.348Z","last_activity_at":"2026-03-17T15:08:09.330Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":{"name":"Vercel","slug":"vercel"},"fixes":[{"id":"cmmuqyk7c00ad6qmeldrlso8z","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw9dde039zh1o8vv704ibm","slug":"gh-aws-aws-cli-1721","title":"add --all-dependencies option to ec2 delete-vpc","problem_statement":"Feature request\n\nsupport `aws ec2 delete-vpc --all-dependencies --vpc-id vpc-deadbeef`\nDetails\n\nThe 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.`\n1. Subnets\n2. Security Groups\n3. Network ACLs\n4. VPN Attachments\n5. Internet Gateways\n6. Route Tables\n7. Network Interfaces\n8. VPC Peering Connections\n\nMaybe also add `--vpn-connection`.","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro2i8000bpjhuoiya87pn","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error (DependencyViolation) occurred when calling the DeleteVpc operation: The vpc 'vpc-deadbeef' has dependencies and cannot be deleted.`","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":89.40731479916786,"freshness_status":"fresh","view_count":0,"tags":["aws","cli","cloud","feature-request","ec2"],"source_url":null,"createdAt":"2026-03-14T22:25:27.027Z","updatedAt":"2026-03-17T15:08:07.661Z","last_activity_at":"2026-03-17T15:08:07.660Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Amazon","slug":"amazon"},"fixes":[{"id":"cmmuqyixr00ab6qme3dvggfz6","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx65bp0ahfh1o82z23pf4g","slug":"gh-facebook-react-native-14423","title":"[Master Task] Print: Entry, \":CFBundleIdentifier\", Does Not Exist","problem_statement":"Please see #21303 to understand why you're running into this \n\n(_Edited by @hramos - the original issue text has been replaced with a description of the problem_)\n\nDescription\n\nThis issue describes a class of failures where the iOS build fails with the following output:\n\n[code block]\n\nThis 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.\n\nIf you are encountering this issue, please try the following:\n\n1. Upgrade to the latest React Native release.\n2. Upgrade to the latest Xcode version.\n3. Read through the Getting Started guide if you haven't in a while, and make sure your development environment is up to date.\n4. Try building your project again.\n\nIf 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.","category_id":"cmmqro1y60008pjhuzlmdy5yu","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"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.\r","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":80.962359574662,"freshness_status":"fresh","view_count":0,"tags":["react-native","mobile","ios","android","platform:-ios","resolution:-locked"],"source_url":null,"createdAt":"2026-03-14T22:50:56.246Z","updatedAt":"2026-03-17T15:08:07.005Z","last_activity_at":"2026-03-17T15:08:07.005Z","category":{"name":"Mobile & Cross-Platform","slug":"mobile-cross-platform","icon":"📱"},"vendor":null,"fixes":[{"id":"cmmuqyifs00a96qmechxq8u6u","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqw42py023rh1o8iqted3cx","slug":"gh-docker-compose-3419","title":"docker-compose slow on docker for mac os beta","problem_statement":"docker-compose is slow with docker for mac os beta on my home network. Here is my workaround for now:\n- docker-compose up (take ages)\n- shut down wifi\n- docker-compose up (really fast)\n- re-enable wifi\n\nI 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.\n\nThe issue is not reproduced against the docker-toolbox, only the \"native\" docker for mac.\n\nMy version of docker-compose is : `docker-compose version 1.7.0, build 0d7bf73`\nMy version of docker for mac is: `Version 1.11.1-beta10 (build: 6662)`\n\nThe docker-compose file I'm trying to run is:\n\n[code block]","category_id":"cmmqro1ck0003pjhu9o5kojkv","vendor_id":"cmmqro3kv000kpjhulk6827zr","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":93.0702362087091,"freshness_status":"fresh","view_count":0,"tags":["docker","docker-compose","containers"],"source_url":null,"createdAt":"2026-03-14T22:21:19.943Z","updatedAt":"2026-03-17T15:08:06.904Z","last_activity_at":"2026-03-17T15:08:06.902Z","category":{"name":"Cloud & DevOps","slug":"cloud-devops","icon":"☁️"},"vendor":{"name":"Docker","slug":"docker"},"fixes":[{"id":"cmmuqyicm00a76qme7i1uingr","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx5yil0afjh1o8b2qzzq15","slug":"gh-facebook-react-native-15388","title":"Could not connect to development server on android emulator and on real device","problem_statement":"Is this a bug report?\n\nIts an issue i am facing while running the normal Awesome Project on my system\n\nHave you read the Contributing Guidelines?\n\nYes\n\nEnvironment\n\n1. `react-native -v`: 0.47.1\n2. `node -v`:8.2.1\n3. `npm -v`:4.1.2\n4. `yarn --version`:\n\nThen, specify:\n\n- Target Platform:\nAndroid\n\n- Development Operating System:\nWindows 7\n\n- Build tools:26.0.0-rc2\n\nSteps to Reproduce\n\n(Write your steps here:)\n\n1.Open command prompt in Administrator Mode\n2.run command: cd <directory where i want to create the project>\n3.run command: react-native init <project name>\n4.run command: cd <project name>\n5.run command: react-native run-android\nthis 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.\nI tried using http://<system ip>:port/index.android.js\nhttp://localhost:port\nhttp://127.0.0.1:port\n\n=> I was getting the red screen on both mobile and the emulator with following message:\nI  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'.\n\n reloading i get the error: \"Could not connect to development server.\"\n\nThen i set the host and port number on development setting on both and got the error \"Could not connect to development server.\"\n\nExpected Behavior\n\nThe project is expected to run on emulator and phone without any error.\n\nBu","category_id":"cmmqro1y60008pjhuzlmdy5yu","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error: \"Unable to load script from assets 'index.android.bundle' Make sure your bundle is packaged correctly or you're running a package server'.\r","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":84.3791390810305,"freshness_status":"fresh","view_count":0,"tags":["react-native","mobile","ios","android","ran-commands","resolution:-locked"],"source_url":null,"createdAt":"2026-03-14T22:50:47.422Z","updatedAt":"2026-03-17T15:08:06.779Z","last_activity_at":"2026-03-17T15:08:06.777Z","category":{"name":"Mobile & Cross-Platform","slug":"mobile-cross-platform","icon":"📱"},"vendor":null,"fixes":[{"id":"cmmuqyi9g00a56qmetnsjm64g","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvwyqz00kxh1o86lpyu0qh","slug":"gh-facebook-react-8854","title":"React 16 Umbrella ☂️ (and 15.5)","problem_statement":"This list might change, just putting it out there as the first draft.\nPosting these together since they're related, and we don't plan more 15.x releases after 15.5 anyway.\n\nTo put these changes in context, we have a few goals:\n\n(Click to show)\n<details>\n\n  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.\n\n  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.\n\n 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.\n\n</details>\n\nHere’s a speculative list of changes we think of doing in these releases:\n\nPast ","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":"error boundaries official (@bvaughn)\r","domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":93.5158189639413,"freshness_status":"fresh","view_count":0,"tags":["react","javascript","type:-release"],"source_url":null,"createdAt":"2026-03-14T22:15:48.204Z","updatedAt":"2026-03-17T15:08:06.542Z","last_activity_at":"2026-03-17T15:08:06.541Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":null,"fixes":[{"id":"cmmuqyi2x00a36qmeupdbq9e7","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqx59fz0a8vh1o8pkubuaks","slug":"gh-facebook-react-native-1831","title":"[FlatList] Rows aren't rendered until scroll","problem_statement":"Hi,\nI 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.\n\nIs 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.","category_id":"cmmqro1y60008pjhuzlmdy5yu","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":79.18761732892919,"freshness_status":"fresh","view_count":0,"tags":["react-native","mobile","ios","android","resolution:-locked"],"source_url":null,"createdAt":"2026-03-14T22:50:14.927Z","updatedAt":"2026-03-17T15:08:06.308Z","last_activity_at":"2026-03-17T15:08:06.307Z","category":{"name":"Mobile & Cross-Platform","slug":"mobile-cross-platform","icon":"📱"},"vendor":null,"fixes":[{"id":"cmmuqyhwd00a16qme1yy30exs","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwdweq047th1o8x0v4a4uv","slug":"gh-firebase-firebase-js-sdk-321","title":"FR: Firestore OR operator in WHERE query","problem_statement":"[REQUIRED] Describe your environment\n\n   Operating System version: N/A\n   Firebase SDK version: 4.6.2\n  * Firebase Product: firestore\n\n[REQUIRED] Describe the problem\n\nRather 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.\n\nRelevant Code:\n\nThe query could look something like this:\n[code block]\nor better yet\n[code block]","category_id":"cmmqro1gu0004pjhuagnwvggw","vendor_id":"cmmqro2mk000cpjhu7z2lvkgm","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":78.0332634758035,"freshness_status":"fresh","view_count":0,"tags":["firebase","google","sdk","api:-firestore"],"source_url":null,"createdAt":"2026-03-14T22:28:58.323Z","updatedAt":"2026-03-17T15:08:06.087Z","last_activity_at":"2026-03-17T15:08:06.082Z","category":{"name":"APIs & SDKs","slug":"apis-sdks","icon":"🔌"},"vendor":{"name":"Google","slug":"google"},"fixes":[{"id":"cmmuqyhq6009z6qme0ej1ucy5","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwvlz70839h1o860troikt","slug":"gh-Automattic-mongoose-5399","title":"DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead","problem_statement":"DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`\n\nMongoose 4.11.0, MongoDB 2.2.29, NodeJS 8.1.2","category_id":"cmmqro1pj0006pjhube14ksbt","vendor_id":"cmmqro3ca000ipjhuhbdr22o4","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":85.87286138840952,"freshness_status":"fresh","view_count":0,"tags":["mongoose","mongodb","odm"],"source_url":null,"createdAt":"2026-03-14T22:42:44.611Z","updatedAt":"2026-03-17T15:08:05.957Z","last_activity_at":"2026-03-17T15:08:05.955Z","category":{"name":"Databases","slug":"databases","icon":"🗄️"},"vendor":{"name":"MongoDB","slug":"mongodb"},"fixes":[{"id":"cmmuqyhmh009x6qmeo01jwl4s","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqwzgbc08w3h1o8d4s6cshd","slug":"gh-microsoft-vscode-35783","title":"New VS Code icon is ugly!","problem_statement":"Can we return previous app icon or draw a new one? \n\nIt really looks bad.\nhttps://code.visualstudio.com/images/1_17_windows-stable-orange.png","category_id":"cmmqro1tv0007pjhu9b20cesb","vendor_id":"cmmqro2qu000dpjhuziflyuk6","product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":87.36655765005753,"freshness_status":"fresh","view_count":0,"tags":["vscode","ide","editor","icon-brand"],"source_url":null,"createdAt":"2026-03-14T22:45:43.896Z","updatedAt":"2026-03-17T15:08:05.741Z","last_activity_at":"2026-03-17T15:08:05.740Z","category":{"name":"Developer Tools","slug":"developer-tools","icon":"🛠️"},"vendor":{"name":"Microsoft","slug":"microsoft"},"fixes":[{"id":"cmmuqyhgo009v6qmec6yvsbcr","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}},{"id":"cmmqvwjb900h7h1o8iynjuein","slug":"gh-facebook-react-11940","title":"Facebook Engineers - Thank You For 2017","problem_statement":"To all the Facebook Engineers working on open source,\n\nLike 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.\n\nTalking 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. \n\nGuillermo 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","category_id":"cmmqro13u0002pjhus16mmy5k","vendor_id":null,"product":null,"model_name":null,"os":null,"os_version":null,"software_version":null,"environment":null,"error_text":null,"domain":"software","system_name":null,"problem_type":null,"structured_context":null,"context_completeness":0,"status":"verified","submitted_by":"cmmqro0v30001pjhuwq3l2nkp","agent_id":null,"is_public":true,"confidence_score":95,"freshness_score":79.06881776045256,"freshness_status":"fresh","view_count":0,"tags":["react","javascript","❤️"],"source_url":null,"createdAt":"2026-03-14T22:15:28.197Z","updatedAt":"2026-03-17T15:08:05.538Z","last_activity_at":"2026-03-17T15:08:05.537Z","category":{"name":"Web & Full-Stack","slug":"web-fullstack","icon":"🌐"},"vendor":null,"fixes":[{"id":"cmmuqyham009t6qmekr7l6vyl","trust_score":0,"verification_count":0}],"_count":{"fixes":1,"comments":0}}],"total":24993,"page":1,"pageSize":50,"hasMore":true}