John Ward

Results 3 issues of John Ward

It looks like support for html class attributes should work on block elements [here](https://github.com/basecamp/trix/blob/3614f3317b4239b7ed0925d9307f4acbba45a442/src/trix/core/helpers/dom.js#L199-L203) by passing a `className` option. ``` if (options.className) { options.className.split(" ").forEach((className) => { element.classList.add(className) }) }...

Is this gem still maintained or should people be directed to the [Facebook business sdk](https://github.com/facebook/facebook-ruby-business-sdk)? The [version on ruby gems ](https://rubygems.org/gems/facebook_ads/versions/0.6.0) seems somewhat old. I have seen some people getting...

I have a local server running an OpenAI compatible API. I simply want all requests that normally go to `api.openai.com:443` go to `localhost:8000`. I did see that you should be...

question