Benjamin Yu

Results 5 issues of Benjamin Yu

To solve this problem: json, json_pure and yajl-ruby all get downloaded and required through the resolution process. I would like to specify that I'd like to use yajl while excluding...

feature

Feature Request: I would love to use migrant outside of rails. But it seems that it's built just for rails. eg: migrant / lib / migrant / migration_generator.rb ``` model_root...

release tbd
volunteers needed

# Context The docs for `Spear.append` state the following > `:raw?` - (default: `false`) a boolean which controls whether the return > signature should be a simple `:ok | {:error,...

t:Bug

_form html templates use the deprecated (and removed) helper: `error_messages_for`: generators/oauth_provider/templates/_form.html.erb: generators/oauth_provider/templates/_form.html.haml:=error_messages_for :client_application lib/generators/erb/oauth_provider_templates/_form.html.erb: lib/generators/haml/oauth_provider_templates/_form.html.haml:=error_messages_for :client_application Only tested on a brand new app based on Rails 3.1.3. This is for...

# Context OpenAI [blog post](https://openai.com/index/introducing-structured-outputs-in-the-api/) introduces the "Structured Outputs" feature to their API. This Structured Output feature expands the JSON model by guaranteeing that the JSON output will conform to...