David

Results 6 issues of David

### Environment ``` System: OS: Linux 5.15 Alpine Linux CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700H Memory: 4.38 GB / 7.60 GB Container: Yes Shell: 1.36.1 - /bin/ash Binaries:...

bug
triage

### Feature description It would be nice to have a quickstart for Electron ### Affected component/components _No response_ ### Additional Context Additional details here... ### Before submitting - [X] I've...

area: request

## What kind of change does this PR introduce? Fix a small typo in the warning message when using user object from the server.

# Bug report ## Describe the bug From my understaning of https://github.com/supabase/supabase-js/issues/92 `.throwOnError()` should work as if I were typing something like: ```ts const { data: queryResult, error: queryError }...

bug

### Description It would be nice to be able to change the location of the unix port from `unix:///Users/user/.colima/default/docker.sock` to something else

## Description Springdoc-openapi currently requires explicit use of `@Schema(nullable = true)` or `@Schema(types = {"string", "null"})` to generate proper nullable field definitions in OpenAPI specifications. However, our codebase already uses...

Bug