Results 11 issues of LZ

I have a description that contains double quotes ``` const description = '"test"'; ``` With below code ``` ``` it renders below html ``` {"description":""test""} ``` Google search console reported...

I have this simple test. As you can see, calling `rabbitTemplate.receive()` did not remove message from the queue, although the same message was received every time I called this method....

Redis 6.2.0 added support for count argument to LPOP and RPOP: https://redis.io/commands/rpop. Can we add the support? I'm currently using luascript as a workaround

type: enhancement

Since Chrome 75, there are a number of APIs start to throw error "invalid argument: missing command parameters". The issue does not happen on Chrome 74. As far as I...

I have a function that executes 2 updates in a transaction. After running the code, I don't see any change in the db. I suspect the transaction is not committed....

MySQL close idle connections after 8 hours. I have 2 questions regarding this. 1. With the nonBlocking pool, if I specify healthCheck and idleTimeBeforeHealthCheck, does it mean it will keep...

question

### Current Behavior I have a nx project with vite. nx version is `17.2.8`. I want to build my project that is hosted on a path `/test`. I have tried...

type: bug
scope: bundlers

I try to build a dynamic query with dynamic filters within a transaction but does not work. It returns 0 results. Here is my code ``` let dynamicFilters = [...

I have seen some examples where I can specify an array of hosts to the `host` property in the options ``` postgres({ host: ["host1", "host2"] database: "postgres", username: "", password:...

**Which component are you using?**: cluster-autoscaler **What version of the component are you using?**: v1.26.2 Component version: **What k8s version are you using (`kubectl version`)?**: 1.27 kubectl version Output $...

area/cluster-autoscaler
kind/bug
lifecycle/rotten