-
The settings page could use some more fitness:
- [ ] Change the order of radios to email, download, API #4731
- [ ] Have the download radio selected after deletion to make it clear that this is n…
-
```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 #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…
-
1) remove extra /users and /stores already defined in router = APIRouter( prefix="/users") and APIRouter( prefix="/stores")
2) Update data for longitude and latitude for the two stores because they …