Tam

Results 44 issues of Tam

Is it possible to get the plugin working with [postgraphile-plugin-nested-mutations](https://github.com/mlipscombe/postgraphile-plugin-nested-mutations)? If I try to upload a file via a nested mutation everything seems to work except the file upload (the...

**Description** The Facebook provider throws `Undefined array key "host"` when the `cpTrigger` is not set (when Craft is in headless mode). Caused by this line in `SocialPosterHelper.php:25` ```php $redirectUri =...

I have some resources that contain an array of other resources. Is it possible to expand the array and edit the resources inside?

enhancement
testing

It would be really nice to have GraphQL support so we can use the plugin while Craft is in headless mode.

enhancement
assigned

I'm not a Rust expert so there's probably a cleaner ways of doing things! There's quite a lot of boilerplate to get internal Bevy enums working with the derive parameters...

I'm loading in a repeating texture and have to load it with a custom `ImageSamplerDescriptor` to set the UV address mode. ```rust fn(&mut ImageLoaderSettings) = move |s: &mut ImageLoaderSettings| {...

## 🐛 Bug Report Scanner throws an "Unexpected token" error when coming across Logical OR assignment `||=`. ## To Reproduce Scan code including the following (or something similar): ```js let...

### Summary Optional function arguments on computed columns are not accounted for when values are passed to the function. This means if you skip an optional parameter, the next parameter...

🐛 bug

### Summary Original discussion on Discord https://discord.com/channels/489127045289476126/1293563114125787197 When querying a function that returns a pre-sorted `setof`, the values returned are non-deterministic if relational data is also queried. ### Steps to...

🐛 bug

I'm using [Postgraphile](https://postgraphile.org) to generate a GraphQL schema from a Postgres database. Postgraphile has the concept of [Smart Tags](https://postgraphile.org/postgraphile/next/smart-tags) that, similar to the `@type` comment, use the `@` symbol to...