Kagami Sascha Rosylight

Results 261 issues of Kagami Sascha Rosylight

## ๐Ÿ’ก Summary ใƒญใƒผใ‚ซใƒซใงใƒ†ใ‚นใƒˆใ™ใ‚‹ๆ™‚ใ‚ˆใใฟใ‚‹ใ‚จใƒฉใƒผ https://github.com/misskey-dev/misskey/blob/4a989f7ebbd96ba4c90133935fd32af296474785/packages/backend/src/server/web/boot.js#L30-L33 ๅฎŸ้š›`LANGS`ใฏใชใ„ ## ๐Ÿฅฐ Expected Behavior ใ‚จใƒฉใƒผใŒๅ‡บใชใ„ ## ๐Ÿคฌ Actual Behavior ใ‚จใƒฉใƒผใŒใงใ‚‹ ## ๐Ÿ“ Steps to Reproduce ใ‚ˆใใ‚ใ‹ใ‚Šใพใ›ใ‚“ใ€‚ใ‚ณใƒผใƒ‰ใฟใŸใ‚‰100%็™บ็”Ÿใ—ใใ†ใซใ‚‚่ฆ‹ใˆใพใ™ใŒใใ‚“ใชใ“ใจใฏใชใ„ใฎใงใกใ‚‡ใฃใจ่ฌŽใงใ™ ## ๐Ÿ“Œ Environment Misskey version: ac0e0122f64bef3addfc490ac951d2c53ec1f295 Your OS:...

โš ๏ธbug?

### What is the issue with the Fetch Standard? Almost all other fields are exposed as attributes, so maybe this one should be exposed too, at least for feature detection...

### What is the issue with the Fetch Standard? https://fetch.spec.whatwg.org/#incrementally-read-loop >[chunk steps](https://streams.spec.whatwg.org/#read-request-chunk-steps), given chunk > 1. Let continueAlgorithm be null. > 2. If chunk is not a [Uint8Array](https://webidl.spec.whatwg.org/#idl-Uint8Array) object, then...

```js new Response(new ReadableStream({ pull(c) { c.error("oh"); } })).text() ``` Different browsers do different things: * Firefox logs a console message (invisible to JS) * Safari passes it to the...

topic: streams
topic: api

It seems this library current accepts code string (and somehow tries to convert it to CommonJS ๐Ÿค”) but can it accept a module path? I guess it should be possible...

Long time ago there was this restriction added in 2011: https://github.com/whatwg/webidl/blob/3785917267f93fa898ee29c3dc1b2239a720565d/Overview.xml#L1391-L1396 This was lifted in 2013 by 97499d48855a9f9012fe145d49b83ccd71d1738b, but I don't think it was well advertised and at least one...

https://github.com/micromatch/picomatch#picomatch-options | **Option** | **Type** | **Default value** | **Description** | -- | -- | -- | -- cwd | string | process.cwd() | Current working directory. Used by picomatch.split()...

## Prerequisites Here are a few things you should provide to help me understand the issue: - Rust version : `rustc 1.66.0 (69f9c33d7 2022-12-12)` - nom version : `7.1.2` -...

Many functions use `done()`, but perhaps it's time to migrate to async function and promise.

### What is the issue with the Streams Standard? I just found that the chunk steps of [read all bytes](https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes) requires Uint8Array: >[chunk steps](https://streams.spec.whatwg.org/#read-request-chunk-steps), given chunk > 1. If chunk...