Bastian

Results 5 issues of Bastian

Hi, i have this layer configured: ``` [[providers.layers]] name = "admin_lines_level_8" geometry_fieldname = "geometry" id_fieldname = "osm_id" sql = "SELECT ST_AsBinary(geometry) AS geometry, osm_id, admin_level, name, type FROM osm_admin_areas WHERE...

Just a working example based on the angular-example https://github.com/supabase/supabase/tree/master/examples/user-management/angular-user-management for avatar-replacement. Uploads a new Avatar and deletes the old one (without much errorhandling) ``` /** * * SUPABASE EDGE FUNCTION...

documentation

Hi, this plugin doesnt work with actual postgrahile-package (v4.12.12) ``` TypeError: Cannot read properties of undefined (reading 'filter')… Error: Something (probably a plugin) called the old inflection system (inflector: 'column')....

If confirmEmail is enabled and a user registers with a wrong email-domain, for example [email protected], the server crashes. Error is for Example: { Error: Can't send mail - all recipients...

confirmed bug

In the request of refresh or logoutOthers for example there is no "ETag" but WWW-Authenticate:Bearer realm="Users" validateUsername works. Also, if i activate require_valid_user in couchdb, i get the www-authentication-popup within...