Raffaele

Results 8 issues of Raffaele

Would be nice to use model classes which implement a `BuyableInterface` instead of relying on concrete classes and mapped attributes. ``` interface BuyableInterface { function getBuyableId(); function getBuyableName(); .... }...

enhancement
help wanted

Update to Geotools 0.7

Would be nice to have a filter to list transactions with/without a specific status (or even an array of status). Is this already possible or is this a feature request?

type: Feature

Is there a way to connect a user with an SSO provider after he/she already signed up with a username + password?

type: Feature

#### Screenshot #### Repro To reproduce the issue simply add a Record to the nexus context and the build will fail. Here is a simple demo in [codesandbox](https://codesandbox.io/s/spring-wind-gx3f3?file=/src/app.ts)

type/bug
scope/schema-context

Dataprovider queries do not take into consideration a filter with `null` value which is stripped and excluded from the final query sent to the server.

I tried using `{=functions}` template variable but I couldn't figure out a way to pass the functions definitions as input. I tried with `TextFields` node and also with the `Javascript...

OpenAI deprecated `functions` a while ago. You should use `tools` instead: https://platform.openai.com/docs/api-reference/chat/create#chat-create-functions To avoid breaking changes you could just switch using `tools` instead of `functions` under the hood.