hdsuperman

Results 10 issues of hdsuperman

#### 版本 1.3.8 or 1.3.9 #### 问题 代码中使用了touches对象的x,y属性 ```javascript self.__oneTouchMove = function (touch) { var xMove, yMove; // 计算单指移动的距离 if (self.touchended) { return self.updateCanvas() } xMove = Math.round(touch.x - self.touchX0);...

https://github.com/abouolia/sticky-sidebar/blob/bcd40bbf95e84b75916bc3535d7475447f9383f8/src/sticky-sidebar.js#L570

# Report ## Plugin Version ℹ Please replace these two lines with the plugin version. 6.13.0 ## On what Platform are you having the issue? ℹ Please replace these two...

After turning on amp, a large amount of cluster metrics information was collected, and the cost was close to 30$ per day. As developers we only care about the metrics...

**Describe the bug** After `changeSessionId`, expirationStore(ordered set) lost the new sessionId **To Reproduce** 1. config `SortedSetRedisSessionExpirationStore` for expirationStore 2. Create a new session and save it 3. FindById to get...

type: bug
status: waiting-for-triage

## Source: https://github.com/spring-projects/spring-session/blob/2353d8b3cec4f0ed104c45f10d01acf278fe1dad/spring-session-data-redis/src/main/java/org/springframework/session/data/redis/RedisIndexedSessionRepository.java#L930-L962 ## Bug The following code will always execute, Regardless of whether `maxInactiveInterval` is less than 0 ```java RedisIndexedSessionRepository.this.sessionRedisOperations.boundHashOps(getSessionKey(getId())) .expire(fiveMinutesAfterExpires, TimeUnit.SECONDS); ``` This code in `createShadowKey` will always...

type: bug
status: waiting-for-triage

### What is the feature you are proposing? AWS Lambda's function URL can be directly connected to Cloudfront and add Cloudfront's request context, just like ApiGatewayRequestContext. [AWS Cloudfront Context Object](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html#functions-event-structure-context)

enhancement

jsonwebtoken hasn't been updated in two years, and its dependencies, like safe-buffer, are no longer necessary. These dependencies don't support ESM, causing errors when packaging with tools like esbuild. ```shell...

![Image](https://github.com/user-attachments/assets/4c767951-1701-4359-83c1-f196cf14c752) I just used the conversions api, and the package size was 2mb, which is very wasteful in a serverless environment, and even exceeds the size of the entire backend...

### Steps to reproduce ```ts const result = await RNShare.shareSingle({ appId: config.facebook.appId, title: config.app.name, type: params.contentType, message: params.text, url: params.url, social: Social.Facebook, }); ``` ### Expected behavior return result.success =...

bug