-
In my TypeScript book, I’m using `@ts-expect-error` with error messages to point out if there are errors – e.g.:
```ts
function func(value: unknown) {
// @ts-expect-error: Object is of type 'un…
-
Container events are logged. This is spamming the log if health check is used (eg Podman AI Lab)
See https://github.com/containers/podman-desktop/blob/40ecb8de58fd3e59fc1131a7e7531884d0efe99d/package…
-
## Description
Namespace contract Solidity call Dual VM.
We have an issue with felt252 conversion in Solidity to a uint256 calldata.
We need to fix this issue to finish the test for the claim d…
-
Version: Deno 1.39.0+d51fda9 (canary, x86_64-unknown-linux-gnu)
## Minimal Reproduction
`add.js`
```js
///
export const add = (a) => a + 1
```
`add.d.ts`
```ts
export declare const add…
-
Scope
---
The `p-model-signature` DSR component uses the wrong attribute case for `fetchpriority` causing following warning:
![Image](https://github.com/user-attachments/assets/07ec9ace-764f-4074-bdd…
-
### Current Behavior
During serve of my website my build fails. In webpack.config.ts I am loading a ts file using require. I have an import at the top of that ts file. I get the following error Canno…
-
### Version
nuxt-security: v2.0.0
nuxt: v3.13.2
### Reproduction Link
https://stackblitz.com/edit/nuxt-starter-iaotaz?file=package.json,nuxt.config.ts,.vscode%2Fsettings.json,.output%2Fser…
-
### Current Behavior
There are some blank spaces in the texture source of DynamicBitmapFont, this increases the page size of the resource
![Image](https://github.com/user-attachments/assets/c7014f1d…
-
There's code out there that checks whether stdout is a tty by doing an instanceof check, e.g. in angular: https://github.com/angular/angular-cli/blob/d66aaa3ca458e05b535bec7c1dcb98b0e9c5202e/packages/…
-
Copied from original discussion in https://github.com/nodejs/loaders/issues/217#issuecomment-2408904300
---
I know that as a user I won't have much sway here, but I think I'm not alone in thinki…