Teh Kok How

Results 108 issues of Teh Kok How

While it is possible to switch to use Distributed Memory Cache to satisfy IDistributedCache dependency, is there any in-memory replacement for RedLock dependency? Need it for integration tests. Thanks.

jwt.encode throws exception due to datetime not serializable

There are 312 users in the exported `.json` file but only a handful imported successfully with this exception thrown in the console: ``` $ cbr restore -f 'users.json' -p --pool...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` "react": "^18.2.0", "next": "^12.2.5", "react-dom": "^18.2.0", "rollup":...

template: bug

Thanks for filing an issue! If at all possible, please provide a Codesandbox or Codepen to demonstrate the problem you're having with React Quill. Here's a [template] to get you...

**Describe the bug** A clear and concise description of what the bug is. "react-dropzone": "^14.2.2" ``` const { getRootProps, getInputProps, isDragActive } = useDropzone({ accept: { "image/*": [".jpeg", ".png", ".jpg"],...

bug

"react-beautiful-dnd": "^13.1.1", Building a React NextJS and rollup bumps into the following error: `rollup.config.js`: ``` import json from '@rollup/plugin-json'; import typescript from '@rollup/plugin-typescript'; import ts from "rollup-plugin-ts"; import jsx from...

untriaged
unconfirmed-bug

I have 2 modules in a mono-repo with 2 web applications using ReactJS, NextJS: ``` /project |- api/ |- lib/ |- web/ ``` ``` "react": "^17.0.1", "next": "^12.2.5", "ts-loader": "^9.3.1",...

## Orb version: 4.10.1 ## What happened: I have the following workflow: ``` workflows: main: jobs: - build_deploy_buyer_vercel: name: BuildDeployBuyerVercel filters: branches: only: - staging - master - build_deploy_seller_vercel: name:...

bug

## Describe Request: Currently the slack notification message shows the name of this `slack-orb` job and commit hash value. It would be more usefule to be able to show the...