Jonathan

Results 9 issues of Jonathan

I am noticing that the currently the REGEXP constant does not support many common strptime formats so for example if I set a time format as: `"%m/%d/%Y %l:%M %p"` then...

**Describe the bug** Switching from the Rich Text editor to Markdown will displace [Attribute List Definitions](https://kramdown.gettalong.org/syntax.html#attribute-list-definitions). For example: ```markdown ## The Solution {:.bg-yellow.leading-3.inline-block.mb-4.font-extrabold} ``` becomes: ```markdown ## The Solution {:.bg-yellow.leading-3.inline-block.mb-4.font-extrabold}...

type: bug

I am exploring options for breaking up a large job into a batch of smaller jobs. I know that sidekiq pro has this ability but I am wondering if this...

## Summary Bridgetown currently supports code block syntax highlighting out of the box with the help of Kramdown/Rouge. However, there currently is no way to highlight specific lines within a...

enhancement

While working on a plugin for Bridgetown I realized that it was not possible to use some of the newer [Rouge Formatters](https://github.com/rouge-ruby/rouge#formatters) like `Rouge::Formatters::HTMLLineHighlighter.new(formatter, highlight_lines: [3, 5])` for at least...

This is just a general question. Slack finally added threaded messages this year! Is that something that is currently supported by slack-ruby-bot, something in the works or a feature you...

new feature

I have just started exploring using this gem in a new project and so far I am really appreciating what it offers. While trying to decide how to approach forms...

Any thoughts of supporting [api keys](https://developers.mindbodyonline.com/PublicDocumentation/Authentication?version=v5.1#api-keys) in preparation for 6.0?

I feel hesitant to submit this issue since I am certain it has been covered before although I am unable to find any results that match. I should also preface...

feature request