Nick Weiland

Results 13 issues of Nick Weiland

Add data attributes and classes from options to list items when call niceselect().

This is helpful because we can more easily eager load ancestor_hierarchies than we can ancestors to avoid n + 1 queries. ```ruby tag = Tag.includes(:ancestor_hierarchies).first tag.depth ```

Specifically, I'd like to easily be able to send all id values to the client as strings without having to call `to_s` on every id attribute and without changing the...

After moving to a multidb setup in our app with [automatic role switching](https://guides.rubyonrails.org/active_record_multiple_databases.html#activating-automatic-role-switching), we're running into an issue where `/queries/tables?data_source=main` intermittently returns a 500 with `No connection pool for 'Blazer::Connection::Adapter96700'...

closes #469 Currently, when `establish_connection` is called in `sql_adapter.rb` it connects to the given URL via the primary connection pool. By passing the config name to `establish_connection` instead of the...

For example, supporting [Helicone](https://docs.helicone.ai/integrations/gemini/vertex/curl) ``` curl --request POST \ --url https://gateway.helicone.ai/v1/projects/your-project-id/locations/your-location/publishers/google/models/model-name:streamGenerateContent \ --header 'Authorization: Bearer ${GCLOUD_API_KEY}' \ --header 'Content-Type: application/json' \ --header 'Helicone-Auth: Bearer ${HELICONE_API_KEY}' \ --header 'Helicone-Target-URL: https://${LOCATION}-aiplatform.googleapis.com' \...

Are folks open to going down this route? Initial configs: - Resource visibility - current user method

Currently, this gem prevents the ability to specify keys for attachments. This fixes that