ud2
ud2
### Lint Name `no-invalid-regexp` ### Code Snippet ```js ((_) => [ /+/, RegExp("+"), new RegExp("+"), ])([ /+/, RegExp("+"), new RegExp("+"), ]); ``` ### Expected Result One warning for each regex....
```ts import { createCache } from "jsr:@deno/[email protected]"; import { createGraph } from "jsr:@deno/[email protected]"; const { load } = createCache(); { // the object returned by `load` is modified, await createGraph("https://examples.deno.land/hello-world.ts",...
## Feature request https://github.com/nfroidure/midievents/blob/d3c1060b295c83dc4945d8c3439f2d06194b243e/src/midievents.js#L328-L332 [The standard](https://www.midi.org/specifications/midi1-specifications/m1-v4-2-1-midi-1-0-detailed-specification-96-1-4) says that a value of 64 is recommended. > 1. For a keyboard which does not implement Velocity, the note will be turned on...
* `try_unwrap_cppgc_object` relies on the `tag` field in `CppGcObject` being located at a constant offset. However, the order of `tag` and `member` may change depending on `T`. This makes it...
**Is your feature request related to a problem? Please describe.** I would like to run the interpreter in a 32-bit environment but met with a panic because it attempts to...
This makes `DOMException`'s `stack` property behave the same as native errors' – `stack` is now an own accessor property on every instance, and the getter calls `Error.prepareStackTrace`. denoland/deno_core#754 depends on...
### Describe the bug .NET executor overrides the name of any runtime environment variable with the value. Seems that removing [this block of code](https://github.com/compiler-explorer/compiler-explorer/blob/b9bef29a70e94c0449bceff7add3b66c47cf295a/lib/execution/base-execution-env.ts#L133-L140) should fix the issue? ### Steps...
```ts const adapter = await navigator.gpu.requestAdapter(); if (!adapter) { throw "no adapter"; } const device = await adapter.requestDevice(); const buffer = device.createBuffer({ size: 2, usage: GPUBufferUsage.INDEX }); const encoder =...
### 问题描述 因心跳超时掉线后有时出现 `Received packet returnCode = -10008` 而不能自动重连,随后立即重启 mirai 却可以正常登录。 ### 复现 不确定如何复现。今年只遇到过两次。 ### mirai-core 版本 f7649d225d8740f411a4634eba4128e7f740c122 ### bot-protocol ANDROID_PAD ### 其他组件版本 ```text Running MiraiConsole v2.17.0+local, built on 2024-08-10...