-
Taking an example from [this page](https://legendapp.com/open-source/state/v3/usage/observable/#computed-functions), manually providing type annotations raises a TypeScript error:
```ts
// ✅ type …
-
# Suggestion
## 🔍 Search Terms
```
import label:feature-request
```
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking change i…
-
### 🔍 Search Terms
"delcaration readable" "declaration pretty"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change t…
-
Matrix of types:
- StringAttribute
- BoolAttribute
- Int64Attribute
- Float64Attribute
- NumberAttribute
Tests:
- [ ] Unknown value during preview (depends on pulumi/pulumi-terraform-…
-
Matrix of types:
- ListNestedBlock
- SetNestedBlock
- MapNestedBlock
Tests:
- [ ] Unknown value during preview (depends on pulumi/pulumi-terraform-bridge#1858)
- [ ] Zero value set
- …
-
Matrix of types:
- ListAttribute
- SetAttribute
- MapAttribute
- ObjectAttribute
Tests:
- [ ] Unknown value during preview (depends on pulumi/pulumi-terraform-bridge#1858)
- [ ] Zero …
-
**Describe the bug**
I have a docker remote and virtual repository been managed by Terraform. (resource has been created).
Time to modify something as easy as the description and Terraform is retuni…
Osazz updated
16 hours ago
-
Given an array like
```ts
let x = [1, 4, "item"]
```
It is typed (or will be as `{ [0]: 1, [1]: 4, [2]: "item" }`). The problem is how to reference its prototype.
Array is a generic structure …
-
### 💻
- [ ] Would you like to work on a fix?
### Input code
This is a repo that I created following the astro aws tutorial:
[https://www.astro-aws.org/guides/01-getting-started/](https://www…
-
I'm encountering strange failures with computed function types in stlc-norm (https://github.com/yforster/stlc-norm/blob/master/StlcNormalizing.fst#L277) and since I was a bit stuck there (now not any …