Ronan

Results 26 comments of Ronan

Out of curiosity, how come [touchbar support](https://github.com/electron/electron/pull/8095) is built-in but AppleScript api should be a node module?

I don't think the patch #112 resolves https://github.com/zendesk/ruby-kafka/pull/732 Should we make `Logging::Logger` inherit from `::Logger`?

@adaniello I used template strings since the dist version is processed through `browserify` that makes it [backward compatible](https://github.com/autocompletejs/autocomplete.js/pull/66/files#diff-a2c82764f4e06de3806b496a8f1b8d07R286).

@baptistedonaux Would you have a bit of time to review this PR?

Probably most of users will appreciate having a new line added automatically. I think best option is an option that would disable new line: `trailing_newline: false`. Option is true by...

How would you like to see that implemented? Probably using the same pattern: ```ruby callbacks( myEvent: { # Event name '{$request.body#/callbackUrl}' => { # The callback URL, refers to the...

This issue is related to #343 This is a [new feature of OAS 3](https://swagger.io/docs/specification/describing-request-body/). It replaces the `in: :formData` that was use in parameters for Swagger 2, and `consumes` is...

It looks like on Rubygems, it still is restricted to Rails < 7.0 which makes it impossible to use with current Rails version directly from Rubygems. It looks like master...