tkn

Results 13 issues of tkn

My reator app (created by create-react-app) build error when in ci tool.(already set CI = true) ### Bug report the error log in ci tool(node image `node:16`) ```sh [2022-08-24 17:23:44]...

I am using text type store rich text in db,This is the exist `prisma.schema` in another project(Article.body is the column to store rich text) ```sh model Category { id Int...

### Environment ```sh # run this via fly ssh $ npx nuxi info Working directory: /app 8:54:09 AM Nuxt project info: 8:54:09 AM ------------------------------ - Operating System: Linux - Node...

bug

### Your use case I am using accessToken and refreshToken.This package only has `useGqlToken` so I create a middleware like this ```ts : access-token.ts import { AuthService } from "~/services/AuthService";...

enhancement

**Summary (generated)**: A user needs to log in with a token stored in local storage before accessing certain data, but when using the `useLazyAsyncData` function, it results in an unauthorized...

3.x
pending triage

### Platforms Android ### Description 全屏模式,点击其他登录方式前,先提醒同意用户协议. ### My code ```dart Future _aliSmsOnEvent(AuthResponseModel responseModel) async { final AuthResultCode resultCode = AuthResultCode.fromCode( responseModel.resultCode!, ); switch (resultCode) { case AuthResultCode.success: if (responseModel.token !=...

### Your use case I am using nestjs create the graphql service, it generated the sdl file, but I it can't directly use it in this library. ### The solution...

enhancement

### Description Add 'redo' 'undo' button to mobile toolbar. ### Impact User can redo or undo the input on mobile. ### Additional Context _No response_

p0

Add `onImageFileSelected` and `onVideFileSelected` event so we can get the filePath and check the file size or other.

## 🐛 Bug Report [hidden property](https://github.com/exceljs/exceljs/issues/26) no work Lib version: 4.4.0 ## Steps To Reproduce the file row 4 is hidden. [hide-test.xlsx](https://github.com/user-attachments/files/16093090/hide-test.xlsx) ```javascript const workbookReader = new ExcelJS.stream.xlsx.WorkbookReader( localFilePath, );...