Daniel Mangum

Results 133 comments of Daniel Mangum

/remove-lifecycle stale /milestone v1.22

@WillAbides are you still working on `kongplete` / is it currently functional?

@alecthomas is this a feature you would still consider supporting? I would be happy to add it if so

Awesome, thanks! If you would like to reopen this I'll get started right away.

Hi @tjun! I believe this could be solved by just updating your role to have list permissions on `Secret` objects. Do you have permissions in you cluster to modify RBAC?

@benbalter is this as simple as adding `/m` option to `INLINE_LINK_REGEX` (and `REFERENCE_LINK_REGEX` if we want that also) to enable multi-line mode? https://github.com/benbalter/jekyll-relative-links/blob/c00abd291eb161f9627724c9941d4937c47a9864/lib/jekyll-relative-links/generator.rb#L14

@benbalter thank you for the quick response :) You can have breaks in an in-line markdown link as long as it does not break the actual link text. Examples: https://gist.github.com/hasheddan/0fcebadaa82f29fd51ab0bcd36d193dd...

Some examples with the commonmark tool: https://spec.commonmark.org/dingus/?text=%5Ba%20cool%0Alink%5D(%2Furl)%0A%0A%5Banother%20cool%0Alink%5D(%0A%2Furl)%0A%0A%5B%0Aand%20another%20one%0A%5D(%2Furl)%0A

@benbalter I am happy to make this update 👍 I don't work with Ruby too frequently, any tips on building / testing this project?

@benbalter just following up here :) anything I can do to help?