David Montoya

Results 7 issues of David Montoya

The example config.toml contains definitions such as : ``` [params.language] title = "Languages" ``` However, such definitions are not used by the layout, which refers in this case to `i18n...

On v4.0.0, inflection is not performed by the AutoPrefetchMixin for included resources, contrary to the JSONRenderer. Suppose the following data model, serializers and viewsets: ``` from django.db import models from...

bug
good first issue

I want to pass detail=True to AzureBlobFileSystem.glob, but this is currently not possible. I think that simply passing **kwargs to the `sync` method below should suffice. ``` def glob(self, path,...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

Since #473, when an app first loads, app-frames has a width of 300px (tested with Chrome/Firefox) caused in part by its absolute positioning. Adding `width: 100%` appears to fix the...

bug

## Environment - Platform (select one): - [X] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 1.0.0...

bug
platform:windows
area:ide
platform:intellij

## Problem When a user attempts to call RPC functions in an exposed schema they don't have access to, PostgREST sometimes exposes information about the underlying schema through error messages....

difficulty: beginner
messages