Martin Atkins
Martin Atkins
FWIW over in Terraform we are intentionally making a distinction between options that appear _before_ the command (global options) and options that appear _after_ the command (command-specific options) and so...
Thanks for the note, David. I'm not too familiar with ui-router so I'd love to see some more details about your workaround so I can think about how it might...
Thanks for this! It's a great improvement to the robustness of the title handling. I just had a design-ish question inline. If you don't have time to work on this...
Keith, As you suspected, this module alone can't help with the fact that AngularJS code normally runs only for clients that are able to run JavaScript. The idea is that...
Sure, please do! I don't think generated files belong under version control so I wouldn't include the minified version (making that is the responsibility of the user of this library,...
In case it's helpful, I've written lexers for a few indentation-sensitive languages, and found a pattern that I found helpful: I usually first write a "normal" lexer which (unusually) considers...
That could be useful, indeed! Another detail I meant to mention: indent-aware grammars often have certain syntax constructs where indentation-awareness is temporarily suspended. For example, Python's lexer suspends generation of...
I suppose the problem here is that this library puts the terminal in raw mode so it can directly control the movement of the text cursor, get access to raw...
Hi! I work on Terraform Core and saw this issue and wanted to add some context about what's going on here in case it's useful to provider maintainers when reviewing...
I'm not entirely sure that `DiffSuppressOnRefresh` can help in this particular case, because when we're importing we don't start with a configuration and so we don't have a distinct "original...