brassy-endomorph

Results 87 issues of brassy-endomorph

Adds conditional compilation for the `wasm32` target to enable wasm support. Tested with a small program on Firefox 88.0.1 and it works well enough. It requires a nightly compiler to...

Reduce download/compilation time. Passes `cargo check` and `cargo test`

In order to facilitate smaller binaries, it would be useful to put some features behind feature flags. For example: - `mod_random` could be gated to remove a dependency - all...

On Ubuntu 20.04, after using `apt` to install onionshare, use of the `onionshare-cli` throws an `ImportError` on `requests`, but this should be included as a dependency.

The following warning is raised when using the pagination API. ``` /usr/local/lib/python3.10/site-packages/flask_sqlalchemy/__init__.py:550: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery....

**Is your feature request related to a problem? Please describe.** There are multiple places where environment variables have defaults set and especially places where defaults are set for otherwise disabled...

feature-request
triage

**Is your feature request related to a problem? Please describe.** As an aleph admin, I don't want to have to look through source code to figure out how to configure...

feature-request
triage

**Is your feature request related to a problem? Please describe.** I cannot set arbitrary environment variables and in particular I need to set `SQLALCHEMY_POOL_RECYCLE`. **Describe the solution you'd like** The...

feature-request
triage

**Is your feature request related to a problem? Please describe.** If the connection to the DB has errors (for example) then the frontend will spam requests as fast as possible...

feature-request
triage

**Describe the bug** When using the provided `docker-compose.yml` in swarm mode for a prod deployment, the convert container won't start. ``` [2022-07-29 08:58:50 +0000] [1] [INFO] Unhandled exception in main...

bug