Dimitri
Dimitri
## Issue The next version of Turbolinks, now called Turbo (available for Rails via [turbo-rails](https://github.com/hotwired/turbo-rails)), is in beta and `react-rails` should be updated to be compatible. The new interface is...
Upon creating a connection with grant type `client_credentials` I am unable to connect to it and I get the following output in the console: ```bash Requesting OIDC metadata from https://identity.xero.com/.well-known/openid-configuration...
Steps to reproduce: ```bash xoauth setup add-scope accounting.settings random-connection xoauth list # there will be a connection with an empty name xoauth delete # will list the empty connection, gives...
In our chat interface, users can edit their prompts to try and get the kind of answers they're looking for, but this isn't possible for the first chat message. However,...
As I understand, the sampling parameters are currently stored client-side in localStorage and apply to all chats. From a user perspective, this is a bit unintuitive and it would be...
I read somewhere that it's planned to add Python support for the scripting API, and I think that would be a great idea, unlocking GBA games to easily interface with...
### Describe the bug When a list of more than 1 value is passed to `gr.Gallery`, the documentation states that the different values are active at different breakpoints (https://www.gradio.app/docs/gradio/gallery#initialization): >...