-
I tried to run sample codes written in [official doc](https://rocon.uhyohyo.net/tutorial/basic-routing), but I got errors from tsc.
app.tsx
```tsx
import React from "react";
import { FunctionCom…
-
Copied the examples directly, I get the following error:
```bash
node_modules/rest-ts-express/dist/index.d.ts:14:11 - error TS2430: Interface 'TypedRequest' incorrectly extends interface 'Request'…
-
### Expected behavior
In Next.js, Beautiful DND works regardless of whether it is strict mode or not.
### Actual behavior
When turning strict mode on by next.config.js, DND doesn't work.
Er…
-
Per [YAML specification](https://yaml.org/spec/1.2/spec.html#id2764044) duplicate attributes in a mapping is invalid. Our parser doesn't error on that and instead reads both, which means `YAML.parse` …
-
### Discussed in https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/3442
Originally posted by **mattmassicotte** October 17, 2024
Hello friends! There are two additional…
-
From chat with @abadams: Halide's default of `-ffast-math` can make complex pipelines fluctuate in results, sometimes to unacceptable levels. The usual fix is to add `strict_float` to make them resili…
-
Forgive my poor issue title because I don't know the exact issue, but I've got a perfect minimal repro for you https://github.com/kwojcik/ts-migrate-bug.
The generated code has extra `})`'s and bre…
-
Apparently there is no way to disable strict mode when using ajv and that would not be such a big deal unless it would have allowed me to make use of `markdownDescription` property, something that is …
-
`gen` in Base
and `whereX` in query methods
Problem on generics where passing `T | null` when `T` is expected.
-
See https://github.com/nicolus/picoFeed/pull/24
> PicoFeed now required PHP 7.1, but it's mostly still a PHP 5 library under the hood. Adding parameter and return type specifications and using stri…