-
The `JWTXX::Pairs` is essentially `typedef std::unordered_map< std::string, std::string >` and doesn't let me specify an integar for the value of a pair. This causes some problems if the receiving end…
-
Following EdenTreaty sample from docs:
```
// server.ts
import { Elysia, t } from 'elysia'
const app = new Elysia()
.get('/', () => 'Hi Elysia')
.get('/id/:id', ({ params: { id } }) =>…
-
The following with `?:` passes through the type system (at least will after #122) but throws at runtime
```ts
function func(param: { prop: string }) {
const v1: { excess?: number } = param;
cons…
-
**I'm submitting a ...**
- [ ] bug report
- [ ] feature request
- [x] design discussion
TypeScript introduced a new strictness flag with TS 2.7 - https://github.com/Microsoft/TypeScript/wiki/…
-
I applied the patch, tried to compile and gave the following error..
```
ubuntu@paya:~/MTProxy$ make
cc -O3 -std=gnu11 -Wall -march=native -fno-strict-aliasing -fno-strict-overflow -fwrapv -DAE…
-
### Summary
I'm trying to attach a computed column to a polymorphic table with postgraphile 5.0.0-beta.20. The column only shows up on the specific types, but not the interface, so querying it requ…
-
### Describe the bug
Given the following compiler options:
```json
{
"lib": ["ESNext"],
"moduleResolution": "node",
"module": "commonjs",
"target": "ES2020",
"baseUrl": "…
-
python test/distributed/_tensor/experimental/test_tp_transform.py TensorParallelTest.test_tp_transform_e2e (With V2 enabled)
**what is going on ?**
we hit this error:
RuntimeError: Attempting t…
-
Hi! Any chance to generate more strict types when max\min items are defined?
**Example input scheme:**
```
point:
title: Point
maxItems: 2
minItems: 2
…
-
[angular-project.zip](https://github.com/openlayers/openlayers/files/6299667/angular-project.zip)
OpenLayers 6.5.0
Typescript 4.1.5
TSlint 6.1.0
Angular 11.2.9
Using typescript strict featu…