-
Stream `sane_read()` response instead of needing to call this method repetitively.
-
As of Sanic v23.3 (released in March 2023), the correct way to attach a cookie to a Sanic response is via the [`add_cookie` method](https://sanic.dev/en/release-notes/2023/v23.3.html#more-convenient-m…
-
e.g. floating rules, open specific apps on specific workspaces, etc.
-
### 👀 Is there an existing feature request for this?
- [X] I have searched the existing issues
### 🔖 Enhancement description
Create a Sanic-Postgres sample app for the [samples-python](https://gith…
-
This is a long-term goal; none of this can happen overnight. This is also an incomplete work-in-progress.
## TL;DR: Short Example
```nix
{ pkgsOnHost # simple dependencies
, pkgsOnBu…
ghost updated
2 weeks ago
-
- `sane_get_devices`
- `sane_exit`
- `sane_open`
- `sane_read`
- `sane_close`
Becomes:
- `Sane`
- `List getDevices`
- `dispose()` (`exit()`)
- `SaneDevice` (`open()` when used)
- `…
-
### Game Name
Crash Bandicoot N. Sane Trilogy
### Game code
CUSA07402
### Game version
V1.0
### Used emulator's version (only released versions are acceptable)
v0.1.0
### Curre…
-
I think we take a systematic approach to this and make wrappers to `mem*` functions that behave sanely on `NULL` input.
This article [1] discusses the issue in detail and points to ap…
-
**Describe the bug**
I found an interesting bug: di doesn't work with built-in generics.
```python
class Client:
pass
class Service:
def __init__(self, clients: list[Client]) -> None…
-
If you use `./botan sign priv.key file_to_sign > signature` with `priv.key` being an Ed25519 / Ed448 key, botan will default to `SHA-256` for `hash`, letting Ed25519 / Ed448 operate in a non-default /…