k725

Results 10 issues of k725

I am using as follows - rcloneExplorer(1), 3 files upload - rcloneExplorer(2), 3 files upload - rcloneExplorer(3), 5 files upload I using i7 2600K / Windows 10 Pro IP 14986.1001...

https://github.com/resendlabs/react-email/blob/main/packages/heading/package.json#L38 uses https://github.com/resendlabs/react-email/tree/main/packages/utils, but installing via yarn installs https://www.npmjs.com/package/utils . Is this the intended behavior? Contents written to `yarn.lock` ```yaml "@react-email/[email protected]": version "0.0.6" resolved "https://registry.yarnpkg.com/@react-email/heading/-/heading-0.0.6.tgz#7640dfdb18d6cb6610c201bf1ab1d40cee96da45" integrity sha512-5wOtzYdQbLLySnw4xELynQVD2fwmwVcUR6ljk/RX1I3iW6IoAx0BAAQxGDk7j8/Fehcos6OiFG/Vv0w4fg85jg== dependencies: "@radix-ui/react-slot" "1.0.0"...

type: bug

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have...

bug

タイトルの通りです。 適当な文字列の後に . (ドット)を入力すると予測が効いてしまいます ![krile](https://cloud.githubusercontent.com/assets/3895461/5029597/c5b7caf8-6b8b-11e4-8a32-6ac7771c5cea.png)

bug
enhancement

Fixed the incorrect type. For example, the following example from the README will result in a type error. https://github.com/apify/fingerprint-suite/blob/master/packages/header-generator/README.md?plain=1#L27-L42 ### Code ```ts const generator = new HeaderGenerator({ browsers: [{ minVersion:...

The current implementation generates a file named `-` .

# Step to reproduce 1. Go to https://efcl.info/page/2/ 2. Click page bottom "[新しい記事へ](https://efcl.info/page/1/)" link. # Expect Return article list. # Actual Return 404 page.

bug

It seems that the function types have changed in `playwright-core` 1.45.0, so I updated the dependencies. ``` /path/to/repo/node_modules/ts-node/src/index.ts:859 return new TSError(diagnosticText, diagnosticCodes, diagnostics); ^ TSError: ⨯ Unable to compile TypeScript:...

## Example ``` console.log(toAscii("アイスクリーム")); ``` ## Expect ``` アイスクリーム ``` ## Actual ``` アイスクリ-ム ```

``` > go test --- FAIL: TestParse (0.02s) assert.go:197: D:/git/priv/whois-parser/parser_test.go:107 assert.go:170: ! unexpected error: "whoisparser: domain whois data is invalid" assert.go:175: ! - cn_cn --- FAIL: TestPrepare (0.00s) assert.go:197: D:/git/priv/whois-parser/prepare_test.go:68...