Jason Dugdale
Jason Dugdale
``` deployment deployment recipe stage three deployment precompiling assets for Heroku run RAILS_ENV=production rake assets:precompile from "." rake aborted! TypeError: no implicit conversion of nil into String /Users/jason/apps/my_app/config/initializers/devise.rb:15:in `+' /Users/jason/apps/my_app/config/initializers/devise.rb:15:in...
## Pull Request Description Resolves issues with return types on most GET / PUT / PATCH / POST requests. Most of the endpoints look like this; ``` /** * Retrieve...
## Bug description Seeing a type error when attempting to include `posthog*` properties in a `posthogOpenAI.responses.create({...})` call for OpenAI models. Not behaving [as documented](https://posthog.com/docs/ai-engineering/observability?tab=OpenAI#:~:text=We%20support%20the,-responses%20API%20in) ## How to reproduce 1. Init...
Fixes script injection issue. The script now appends to the `` element as recommended by Front, and a duplicate `appendChild` call has been removed. Refer to Front docs https://help.front.com/en/articles/2049#install_front_chat_on_your_website
## Bug description OpenAI offers a `service_tier` parameter in their Responses API ([see docs](https://platform.openai.com/docs/api-reference/responses/create#responses-create-service_tier)) - this allows the developer to choose `flex` / `auto` or `priority` service for their request,...