-
the `mount` property in the `devcontainer.json` as described here https://containers.dev/implementors/json_reference/#general-properties accepts a list of `:`. How can I flag the mount to be `readonly…
-
I have a use case where there are three pickers in a row and I want to disable the third picker and reset its value to index 0 whenever the first value of center picker is selected. Is there a way I c…
-
- [x] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
## Summary
[summary]: #summary
We allow parameters to be marked wi…
-
Hello, I love PowerAdmin! And I admire your work.
However, selecting Sqlite3 on the installation guide gives me a couple uncaught errors:
```
Updating database... Unable to connect to the datab…
-
Currently everyone with access to member models can change balance without documenting the change
-
### 🔎 Search Terms
"readonly", "iife"
### 🕗 Version & Regression Information
- This is the behavior in every version I tried
### ⏯ Playground Link
_No response_
### 💻 Code
```ts
class Foo {
re…
-
`type DeepReadonly = {
readonly [P in keyof T]: T[P] extends object
? T[P] extends Function ? T[P] : DeepReadonly
: T[P]
}
`
-
I do not see any reason why `readOnly` fields should be part of schemas that are exclusively used for requests, like `PatchedX`:
For example: https://github.com/tfranzel/drf-spectacular/blob/master…
-
### 🔎 Search Terms
keyof Readonly array
### 🕗 Version & Regression Information
Latest to date
### ⏯ Playground Link
https://www.typescriptlang.org/play/?#code/C4TwDgpgBAKgjFAvFAShAhgEwPYDsA2IAPAM…
-
Version: `snowflake-sdk@1.14.0`
Currently, Binds are typed as followed:
```ts
export type Bind = string | number;
export type InsertBinds = Bind[][];
export type Binds = Bind[] | InsertBinds;
…