jarrett

Results 17 comments of jarrett

I think we can support it easily enough. What should RbbCode emit when it hits the UID? Just ignore it? On Thu, Jun 25, 2020 at 6:23 AM Daniel Senff...

Sure! I'm happy to let anyone fork the project. For simplicity, I think it would make sense to merge your changes into this repo when you're done. When you're ready,...

I think scenario #2 is best. I'd add to that an API like the following: RbbCode.new(output_format: :markdown, unsupported_features: :span) RbbCode.new(output_format: :markdown, unsupported_features: :remove) RbbCode.new(output_format: :markdown, unsupported_features: -> tag { #...

This would indeed be very helpful. Let me rephrase it more generally, though: It would be great if this gem supported the HTTP API for direct file uploads. In other...

I wonder if it's related to [this issue](https://github.com/aws/aws-sdk-ruby/issues/241). (I'm using the official Ruby AWS SDK.) _Edit:_ No, I don't believe it's related. I managed to clear the timeout issue by...

Sorry, I've been swamped and unable to look at this bug report in the last few days. I hope to get to it in the near future. On Thu, Nov...

You're right @yosifkit, `--ulimit` is the better solution. With that in mind, what are your thoughts on adding the below to the readme? Although one could argue that teaching users...