-
-
`type DeepReadonly = {
readonly [P in keyof T]: T[P] extends object
? T[P] extends Function ? T[P] : DeepReadonly
: T[P]
}
`
-
Here's a toy example of a json file with deep nesting
```json
{
"1": {
"2": {
"3": {
"4": {
"5": {
"6": {
"7": {
…
-
opencv-python==4.10.0.84
PySocks==1.7.1
gdown==5.2.0
matplotlib
seaborn
ipywidgets
-
-
Please use the form below, leaving the prefilled data to help us. Thank you.
Page link: [deep-links](https://docs.mendix.com/refguide/mobile/using-mobile-capabilities/deep-links/)
Document link:…
-
Deep clone is a feature found in LSDJ and M8tracker that significantly speeds up arrangement and composing.
In LSDJ, it's a toggle in the project view and in M8tracker it's a button combo.
When regu…
-
**Is your feature request related to a problem? Please describe.**
I want to use a dict of Parameters that are inserted into the Prompt at runtime, e.g.
```jinja2
{{ params[used] }}
```
```pyth…
-
So, I've been testing out my songpack and... it keeps playing calm4. I know, sounds like a ARG thing, but, it's supposed to only play deep underground in the overworld.
I am using Terralith + Tecton…
-
Is there a way to open the app to a specific buffer? Specifically, I'm crafting a script to send me a notification using [ntfy](https://ntfy.sh/) and it can include a link or android intent.