All Issues
24,993 verified issues
aws-cli should set default region to EC2 instance region
Recently we provisioned an EC2 instance with the aws-cli installed that is using IAM roles. We forgot to set the AWS_DEFAULT_REGION environment variable and got an error stating that the default region was not specified. I am proposing that aws-cli should be able to assume the given region of the EC2 instance. This would eliminate one step of adding the environment variable to the system. If the aws-cli needs to talk to a different region, it can always use a different profile or override the region. I am sure there are implications to this that need to be thought about.
Duplicate events
Here I create primitive example of server with socket.io with such stuff: - socket.io > 0.9.9 [code block] - node -v > v0.8.7 - https://github.com/Balloon/elephant.io _on x86_64 Linux_: Distributor ID: Ubuntu Description: Ubuntu 12.04.1 LTS Release: 12.04 Codename: precise Kernel: 3.2.0-29-generic GCC version: 4.6 (x86_64-linux-gnu) [code block] And PHP-client like this: [code block] Here is the log of that server: [code block] So, every time php-client sends one message or emits event, it's duplicated on the server side :(
not compatible with node v0.6
This is what I get when I try to install it via npm <pre> npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: http-proxy@0.7.6 npm ERR! Required: {"node":"0.4.x || 0.5.x"} npm ERR! Actual: {"npm":"1.0.105","node":"0.6.2"} npm ERR! npm ERR! System Linux 3.1.1-1-ARCH npm ERR! command "node" "/usr/bin/npm" "install" npm ERR! cwd /home/pita/yammercode/etherpad-lite-router npm ERR! node -v v0.6.2 npm ERR! npm -v 1.0.105 npm ERR! code ENOTSUP npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/pita/yammercode/etherpad-lite-router/npm-debug.log npm not ok </pre>
ci-kubernetes-e2e-gci-gce-statefulset: broken test run
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-statefulset/3134/ Multiple broken tests: Failed: [k8s.io] StatefulSet [k8s.io] Deploy clustered applications [Feature:StatefulSet] [Slow] should creating a working zookeeper cluster {Kubernetes e2e suite} [code block] Failed: [k8s.io] StatefulSet [k8s.io] Deploy clustered applications [Feature:StatefulSet] [Slow] should creating a working CockroachDB cluster {Kubernetes e2e suite} [code block] Failed: [k8s.io] StatefulSet [k8s.io] Deploy clustered applications [Feature:StatefulSet] [Slow] should creating a working mysql cluster {Kubernetes e2e suite} [code block] Failed: Test {e2e.go} [code block] Issues about this test specifically: #33361 #38663 #39788 #39877 #40371 #40469 #40478 #40483 #40668 #41048 Failed: [k8s.io] StatefulSet [k8s.io] Deploy clustered applications [Feature:StatefulSet] [Slow] should creating a working redis cluster {Kubernetes e2e suite} [code block]
JSONP enabled by default
why the hell is JSONP enabled by default?? that's VERY unsecure if a developer doesn't know about it and leaves it open: JSONP enables cross-origin requests, meaning your server is giving your content away to any other server! this can even lead to sensitive user data disclosure to third parties when used in conjunction with XSS. please, set the default JSONP setting to disabled as soon as possible: default Express servers must NOT accept any callback parameter by default, callback parameters must be explicitly examined by the developer on a per-request basis. thank you.
[NewErrors] 6.0.0-dev.20250928 vs 5.9.2
The following errors were reported by 6.0.0-dev.20250928, but not by 5.9.2 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline This run considered 800 popular TS repos from GH (after skipping the top 0). <details> <summary>Successfully analyzed 453 of 800 visited repos</summary> | Outcome | Count | |---------|-------| | Detected interesting changes | 292 | | Detected no interesting changes | 161 | | Git clone failed | 10 | | Package install failed | 103 | | Project-graph error in old TS | 10 | | Too many errors in old TS | 196 | | Unknown failure | 28 | </details> Investigation Status | Repo | Errors | Outcome | |------|--------|---------| |47ng/nuqs|1| | |actualbudget/actual|2| | |adobe/react-spectrum|6| | |ag-grid/ag-grid|8| | |ag-ui-protocol/ag-ui|2| | |ahmedkhaleel2004/gitdiagram|1| | |aidenybai/react-scan|6| | |airbnb/react-sketchapp|1| | |ajv-validator/ajv|1| | |akveo/nebular|13| | |akveo/ngx-admin|3| | |akveo/react-native-ui-kitten|2| | |alan2207/bulletproof-react|2| | |alexta69/metube|1| | |alibaba/formily|7| | |alibaba/hooks|2| | |alibaba/ice|7| | |alibaba/lowcode-engine|2| | |amplication/amplication|30| | |AmruthPillai/Reactive-Resume|9| | |angular-ui/ui-router|4| | |anthropics/claude-quickstarts|3| | |apache/superset|1| | |api-platform/api-platform|1| | |APIs-guru/graphql-voyager|2| | |apitable/apitable|1| | |arc53/DocsGPT|1| | |ariakit/ariakit|4| | |arwes/arwes|21| | |AsyncFuncAI/deepwiki-open|1| | |aurelia/framework|1|
Empty array is saved when a property references a schema
[code block] That will create an empty array of b.foos instead of just leaving the property undefined.
Can't use mutable header APIs after sent
Searched through the issues and found another (555) about this, but I am experiencing a completely different error with the 2.0 beta, perhaps related to interaction with Mongoose. I have an asynchronous call to to Mongoose's find() method to load a bunch of User objects. Inside the callback I am calling render on the response and then send the list of users to the view. This works fine when visiting the page for the first time. However, on any subsequent visit to the URL, node crashes with an error. The stack trace and relevant code snippet are shown in this gist: https://gist.github.com/856844
Promise support
Suggested by this tweet by @rayshan. Starting the conversation here about promise support.
may i know is the feature to convert date to UTC before saving to mysql is removed since 0.1.18. It was working fine in 0.1.17. I tried all subsequent version from 0.1.18 onward and none of it is working.
may i know is the feature to convert date to UTC before saving to mysql is removed since 0.1.18. It was working fine in 0.1.17. I tried all subsequent version from 0.1.18 onward and none of it is working. Issue type: [✔] question [ ✔] bug report [ ] feature request [ ] documentation issue Database system/driver: [ ] `cordova` [ ] `mongodb` [ ] `mssql` [✔ ] `mysql` / `mariadb` [ ] `oracle` [ ] `postgres` [ ] `sqlite` [ ] `sqljs` [ ] `react-native` TypeORM version: [ ] `latest` [ ] `@next` [ ✔] `0.1.17` (or put your version here) link to reference issue #976 Steps to reproduce or a small repository showing the problem: <!-- To answer those questions you need to put "x" inside the square brackets, for example: [x] `mysql` [ ] `postgres` Also, please format your code properly (by taking code blocks into [code block]) !>
Segmentation fault on ARM64 Linux
Bug description I'm using prisma in arm64 linux with openssl3 get `Segmentation fault (core dumped)` error. [code block] [code block] [code block] I can't create a reproducible case, the problem I encountered when running the https://github.com/civitai/civitai project, here's the full log for reference: <details> <summary>npm run dev</summary> [code block] </details> and version `4.12.0-integration-rtld-deepbind.3` can't fix my issue. [code block] How to reproduce I can't create a reproducible case, the problem I encountered when running the https://github.com/civitai/civitai project. Expected behavior _No response_ Prisma information schema.prisma [code block] client.ts [code block] Environment & setup - OS: Ubuntu 22.10 - Database: PostgreSQL - Node.js version: v18.15.0 Prisma Version v4.10.1 and v4.12.0-integration-rtld-deepbind.3 [code block] [code block]
[Feature Proposal] Resolve function keys recursively
It would be useful to be able to reference values from `config.theme` no matter how many levels deep they are referenced from. Below are some use cases: When using a custom plugin to text styles which are a group of CSS declarations grouped together. [code block] Or creating a plugin which allows you to apply colour themes but you would like to reference which is the default. [code block] Or simply when trying to alias values in other situations. I had a look in the source code and I can see that `resolveFunctionKeys` in https://github.com/tailwindcss/tailwindcss/blob/master/src/util/resolveConfig.js is responsible for dealing with the above and can see it only looks at the first property key-value pair. I had a play around with it but I couldn't get the object to return correctly and I wasn't sure how to do it recursively, I could only do it a set number of levels. I think this would be a valuable addition if possible. What are your thoughts?
`concurrency` with properties now causes "syntax error"
By making a trivial change to an existing `test_build.yaml`, GitHub Actions complains about a syntax error in the `concurrency` property. [code block] - I'm running in the github.com Actions environment, not my own. - If I re-order the properties it remains broken. - If I remove the properties from `concurrency` it works again. - I've validated that the yaml is valid yaml. So the error is confusing and unhelpful. Note: This exact yaml file has been working for months. The only change I made was to rename a job. Broken Example [code block] Working Example [code block]
[BUG]: timestamp mode 'date' returns value.toISOString is not a function for parameterized inserts
What version of `drizzle-orm` are you using? 0.28.5 What version of `drizzle-kit` are you using? 0.19.13 Describe the Bug Trying to do a sql.placeholder of a timestamp mode 'date' returns `value.toISOString is not a function` at compile time. When I first load my page presumably it is doing the prepared statement and throwing error. Mode 'string' seems to work. [code block] Exception [code block] Note that this seems to work around it at parameterization: [code block] or in schema switch to string mode: [code block] Expected behavior I would expect placeholders of timestamp to not try to do toISOString. Environment & setup Windows. Postgres 15.
Types prevent adding new values to headers
Describe the bug Types prevent adding new values to headers To Reproduce [code block] [code block] Expected behavior Everything is working Environment - Axios Version 1.0.0
Terraform unit testing framework
This may be a duplicate of https://github.com/hashicorp/terraform/issues/5059 but the release of Terraform 0.12 with iteration features has made the need for a real Terraform unit testing framework more urgent. In other words, there should be a Terraform equivalent of Puppet's rspec-puppet.
The minor release of 16.4 causes BREAKING changes in getDerivedStateFromProps
According to semver, only non-breaking changes are supposed to go into minor and patch version releases. With the release of 16.4, you have made breaking changes to `getDerivedStateFromProps`. Our entire codebase, running perfectly on 16.3.2 is a dumpster fire as soon as we raise that dependency to 16.4. The only thing in your CHANGELOG about this breaking change is: > Properly call getDerivedStateFromProps() regardless of the reason for re-rendering. (@acdlite in #12600 and #12802) Please revert this change and save it for 17.0.0, or provide proper documentation to what this change actually entails so that its use can be adjusted by those who have already implemented `getDerivedStateFromProps`.
Deprecation Warning
I'm getting this warning [code block] after I do [code block] driver is an instance of Driver class [code block] any thoughts about what Im doing wrong?
OpenAi Compatiblity using Claude API Key
Hi, I don't know if this is the right place to ask this but Claude API is one of the best for code generation. But in some Multi Agents framework they use openai compatible codes to run those agents. So is there any future release of APIs for OpenAI compatiblity ? Coz I believe the URL is the only thing which is not giving the answer.
Running a transaction on empty lists is extremely slow
The command is this: [code block] Strangely, it takes seconds to return result from a local redis cluster(3 masters, 3 slaves, exactly like the official tutorial) on empty lists. I've tested the same command inside redis-cli and as expected it returns the result instantly.