David Montoya
David Montoya
What is the status of the v2 branch? I tried installing it on an application I am upgrading from Ember 3.x to Ember 4.12 with an Embroider build, but I...
I tried the current stable version, but I run into this error on `ember server` ``` Build Error (PackagerRunner) in assets/app-name.js Module not found: Error: Can't resolve './-private/function-based/modifier-manager' in '/path/to/app-repo/node_modules/.embroider/rewritten-packages/ember-modifier.8d972dc5'...
Update: I fixed the above Module not found error with [email protected] by simply upgrading ember-style-modifier (through an `overrides` in my app's package.json). However, I run into the empty `metadata` issue...
@nielsvanrijn I ended up not using the spread operator. I did retry using it 2 months ago, but noticed no difference in behavior.
I believe this issue significantly impacts the usability of type inference for queries that involve nested resources, particularly in scenarios where the nested resource's presence is essential for the integrity...
As stated in the Expected behavior part of my initial post, when I try to query tables or views in the `admin` schema using a role with no access to...
Thanks for the clarification @wolfgangwalther. If I understand correctly, the difference I observed in behavior exists because: - Function calls: PostgREST checks its schema cache first (revealing function names and...
Ok, I see. However, my concern here is not security per se, for which I rely on other strategies (schema usage grant/revoke is actually already good enough for security in...
As far as I understand, configurable client error message verbosity would definitely help cover a lot of related concerns. I had already noted constraint name leakage as a possible concern....
Another cause of "Error getting user email from external provider" is when the user denies email address permission during Facebook OAuth flow, as illustrated below:  This is a problem...