-
```sql
SELECT "id", "name", "age" FROM "users" WHERE "age" > {{ age }};
```
```python
from pathlib import Path
from sqlite3 import connect
from typing import NewType
from typing import TypeAlia…
-
```python
from jinja2 import StrictUndefined
from jinja2.sandbox import SandboxedEnvironment
from typedmarkup import Html
class UsersPage(Html[{'users': Users}]):
template = """
…
-
**Problem description**
Let me kick off the technical discussions around designing this API.
***Summary***
DedicatedNetworks API should provide a complete solution to managing dedicated networ…
-
Hey @MadcowD,
Could this be simplified? Thoughts?
I'd like to solve it if it's on the backlog.
---
This logic confuses me all the time. I think could be refactored.
```python
@web_ap…
-
Research available standard scanner APIs. If available, implement one of those, in order to make it as compatible as possible.
Start basic implementation to be able to scan through API.
-
The current `Block` API is lacking and we would like to move good clean API's over to `primitives` [0]. As such we would like to re-think the API.
From comment here: https://github.com/rust-bitcoin…
-
-
The #12432 issue adopted the `build-rs` crate, but I haven't seen discussion on how its API should look like.
The API of the [already-released versions](https://docs.rs/build-rs/0.1.2/build/output/i…
-
We currently have `sage run js/myscript.ts` which is a reasonable API.
We *may* like `sage lint` and `sage check`. But it is kind of magical how it discovers the tasks. So we may want to design the…
-