Aleksander Krawczyk

Results 3 issues of Aleksander Krawczyk

# Feature request ## Is your feature request related to a problem? Please describe. When will we get edge-functions, storage and better panel security in self-hosted sup abase? I would...

enhancement
functions
self-hosted

# Feature request ## Is your feature request related to a problem? Please describe. When will we get edge-functions, storage and better panel security in self-hosted sup abase? I would...

enhancement

### 👟 Reproduction steps ```ts async function listUsers() { try { return await users.list([Query.select(["$id", "name", "email", "prefs"])]); } catch (e) { error_handler.setError((e as Error).message); } } ``` ### 👍 Expected...

bug