All Issues
24,993 verified issues
More options for padded-blocks
It would be cool to have something similar to JSCS's http://jscs.info/rule/requirePaddingNewLinesAfterBlocks.html <bountysource-plugin> Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
Vector normalization
Hi, is there any way to normalize vectors? I want to normalize to unit length.
Ring not working with @apply in tailwindcss v3
What version of Tailwind CSS are you using? For example: v3.0.0 What build tool (or framework if it abstracts the build tool) are you using? For example: postcss 8.4.4, Vue 3.2.23, Vite 2.7.1,sass 1.44.0 What version of Node.js are you using? For example: v14.0.0 What browser are you using? Brave What operating system are you using? Windows 11 Reproduction URL https://stackblitz.com/edit/vitejs-vite-bnujfo?file=src/components/HelloWorld.vue Describe your issue Ring not working if using @apply. it does work normally when i move it to the html classes attribute.
The From phone number +15005550006 is not a valid, SMS-capable inbound phone number or short code for your account
I'm using a test account and trying to test SMS but it throws- [code block] According to the doc, only number usable in From is " +15005550006" then why does it throw the error? https://www.twilio.com/docs/api/rest/test-credentials#test-sms-messages-parameters-From What else can be used in test account?
Circular Dependencies
Issue type: [x] question [ ] bug report [ ] feature request [ ] documentation issue TypeORM version: [x] `latest` [ ] `@next` [ ] `0.x.x` (or put your version here) Bi-directional relations are circular by definition. With webpack and typescript on the backend, how can we possibly solve this issue? Are we actually forced into keeping one giant awful `allEntities.ts` file?... I know it's not a typeorm problem, but ES modules don't support circular dependencies, and here we have a fantastic ORM library which basically requires them? I honestly don't understand how anyone can use this, the problem seems so fundamental... Can the maintainers of this library offer any help or solution? Thanks :)
Pgvector DocumentStore for Haystack?
Hi maintainers, I hope it's ok I've created an issue for this but I wanted to ask whether any of the pgvector maintainers would be interested in creating a DocumentStore integration for Haystack, our open-source framework to build LLM applications. We have support for weaviate, pinecone, opensearch, milvus and some more, and Qdrant created an external integration too. If you would be interested in creating such a document store, I know some of our community members would find it very useful.
Allow custom (nonstandard) attributes.
Various frameworks uses custom attributes. React could allow to extend default data- and aria- prefixes. Something like this: [code block]
Code Deploy - Unhandled exception - ZIP does not support timestamps before 1980
Overview When running a deployment via circle-ci we've recently been getting the following error when running the `create_application_revision` command: [code block] I couldn't find an existing issue with the repo. We haven't changed any configuration recently. This appears to have only started happening since yesterday, it was the first time we had the error on our builds. We're running the following versions: [code block] If anyone is able to point us in the right direction that would be greatly appreciated.
Composing public GraphQL APIs
A more relevant question now as of yesterday ;-) So with Github or any other of what I'm assuming is the coming avalanche of public GraphQL APIs, it'd often be really handy if you could compose all or parts of a public schema with your private one. For example, what if all of your users had a connected Github account and you could write queries like: [code block] Or if there was a Wikipedia GraphQL API (PLEEAASSEEE someone build this!): [code block] Ideally there'd be some helper code that'd consume the introspection query and auto-construct the schema locally + provide helpers for bridging between schemas. Then there'd need to be some sort of AST slicer to pull out the part of the query that's for the remote API and then send it there to be resolved. Thoughts? Doable? Someone already explored this further than I have? NPM package I missed ;-)? /cc @taion who helped develop some of these ideas.
Sometime response.data is string instead of object
I don't know why but with the same api, sometime axios's response.data is string instead of object. See the below figure. Context - axios version: 0.18.0 - Environment: React native Expo SDK 29, window 10
package-lock file changing based on local repository name
Current Behavior: package-lock.json changes depending on name of local copy of git repo, e.g. if i have two copies of the same repo locally one which matches the name in package.json and one which doesn't i get two different package-lock files, one specifies the name of the package in the inner packages list and one doesn't. Expected Behavior: package-lock.json should be independent of top level directory name, when working in a team there shouldn't be unnecessary changes to package-lock file due to a team member having a different local name of their git repository. Steps To Reproduce: 1. clone a repository twice one in the default named directory and one into a name that differs from the repo name. 2. run `npm install` 3. two different package-lock files will be generated. Environment: - OS: Ubuntu 20.04 - Node: 15.3.0 - npm: 7.0.14
"Request is missing Authentication Token" after upgrade to 3.25.0
_Message from maintainers:_ __Upgrade to v3.25.1__ This issue is caused by recent regression in AWS SDK. Please increase visibility by adding thumbs up at https://github.com/aws/aws-sdk-js/issues/4286 and https://github.com/aws/aws-sdk-js/issues/4285 --- Are you certain it's a bug? - [X] Yes, it looks like a bug Is the issue caused by a plugin? - [X] It is not a plugin issue Are you using the latest v3 release? - [X] Yes, I'm using the latest v3 release Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet Issue description After I have upgraded from 2.24.1 to 3.25.0 I do get the following error while I deploy: > "Request is missing Authentication Token" Service configuration (serverless.yml) content [code block] Command name and used flags serverless deploy --stage=staging Command output [code block] Environment information [code block]
Require cycle: node_modules/axios/lib/defaults.js
Describe the bug Require cycle: node_modules/axios/lib/defaults.js -> node_modules/axios/lib/adapters/xhr.js -> node_modules/axios/lib/defaults.js To Reproduce update the axios to latest version 0.22.0 and the warning occur Environment - Axios Version 0.22.0 how to remove this warning? It came every time I refresh.
Type instantiation is excessively deep and possibly infinite.
When I use any of the new openai-function functionality in langchain, I get many kinds of errors on typescript and eslint also takes over 30 seconds to run. Specifically, when using the DynamicStructuredTool with this zod schema: [code block] This seems like a simple schema but somehow I get the error `Type instantiation is excessively deep and possibly infinite. Additionally, it is also giving me this error `Types have separate declarations of a private property _cached`
Unhandled error event: Error: read ECONNRESET at TCP.onStreamRead
Hi, I am getting below error sometimes. Redis connection gets disconnected sometime. Out of 10 I am facing this issue 2 time. It takes time to reconnect the server and api response time increases from 50-80 msec to 1-2 mins. Error : Unhandled error event: Error: read ECONNRESET at TCP.onStreamRead Ioredis client configuration as below: var redisMasterClient = new IORedis({ host: host , connectTimeout: 1000, password: "password, keepAlive : 1000, retryStrategy: function(times) { var delay = Math.min(times * 10, 2000); return delay; }, maxRetriesPerRequest: 1 }); Please help. This is urgent issue on production.
FIRESTORE (8.2.1) INTERNAL ASSERTION FAILED: Unexpected state
We're seeing this error a lot in sentry atm. I can not reproduce this or say where it comes from or what it consequences are. I guess it is related to offline support.
[BUG]: TypeError: Object literal may only specify known properties
What version of `drizzle-orm` are you using? 0.32.0 What version of `drizzle-kit` are you using? 0.23.0 Describe the Bug I bumped the versions of drizzle-orm 0.31.4 -> 0.32.0 and drizzle-kit 0.22.8 -> 0.23.0. After that my project stopped from building because some of the columns are not being recognized by the type system. I provided the error log, table definition and code that uses it below. TS compiler error log: [code block] Table definition in schema.ts: [code block] Usage of table to perform queries: [code block] Expected behavior All specified columns being recognized by the type system on writing queries Environment & setup Node.js v20.12.2 drizzle-kit v0.32.0 drizzle-orm v0.23.0
.save() is throwing duplicate key value violates unique constraint on Postgresql
Issue Description When trying to upsert an entity to a Postgresql DB, I get a `QueryFailedError: duplicate key value violates unique constraint`. Expected Behavior I currently have a simple case : [code block]` Where the User entity is defined as such : [code block]` Actual Behavior [code block]` with a `QueryFailedError: duplicate key value violates unique constraint`. Steps to Reproduce A simple typeorm + Postgresql stack should suffice My Environment I'm on a plain TS stack, nothing fancy atm. Relevant Database Driver(s) - [ ] `aurora-data-api` - [ ] `aurora-data-api-pg` - [ ] `better-sqlite3` - [ ] `cockroachdb` - [ ] `cordova` - [ ] `expo` - [ ] `mongodb` - [ ] `mysql` - [ ] `nativescript` - [ ] `oracle` - [x] `postgres` - [ ] `react-native` - [ ] `sap` - [ ] `sqlite` - [ ] `sqlite-abstract` - [ ] `sqljs` - [ ] `sqlserver` Are you willing to resolve this issue by submitting a Pull Request? - [ ] Yes, I have the time, and I know how to start. - [x] Yes, I have the time, but I don't know how to start. I would need guidance. - [ ] No, I don't have the time, although I believe I could do it if I had the time... - [ ] No, I don't have the time and I wouldn't even know how to start.
[BUG]: ERROR: Transforming const to the configured target environment ("es5") is not supported
What version of `drizzle-orm` are you using? 0.27.0 What version of `drizzle-kit` are you using? 0.19.2 Describe the Bug Created a new next13 project and setup drizzle/drizzle kit using the quick start https://orm.drizzle.team/kit-docs/quick. Tried to run the generate script - `dirzzle-kit generate:pg` and got the following error: [code block] Downgrading to version 0.18.1 and 0.26.5 runs the generate command successfully not sure why this occurs with the latest version Expected behavior Run generate migrations successfully with drizzle kit version `0.19.2` and nextjs 13 Environment & setup _No response_
Socket.IO singleton creates duplicate connection after network disconnect
A Socket.IO singleton has a connection guard: `if (this.socket && this.isConnected) return`. When the network drops, `isConnected` becomes false but `this.socket` still exists. A reconnect attempt passes the guard, creating a second socket alongside the disconnected first one. The app now has two simultaneous sockets, causing duplicate event handlers, double events, and memory leaks.