immerrr again

Results 95 comments of immerrr again

@jmagnusson please note, that in the PR https://github.com/jmagnusson/fastapi-security/pull/2/files#diff-be84d30c53432e00c4d6f032086d71535047f3cdac687bb239a8da07f15e9d63R95-R99 before base64 is applied to the digest, it is actually hashed with SHA512 which should have the necessary protection from snooping the...

@jacobsvante I have addressed your feedback (either in code or as a comment), please, let me know WDYT

Hi, Yeah, I think that should be possible with another indentation customization parameter, like the ones that were added recently (lua-indent-close-paren-align and lua-indent-nested-block-content-align).

And it would also make sense to only take the last opener into account when calculating indentation, making things like the following possible: ``` foo(bar, { key = value })...

Sorry about the delay in response. Firstly, to start any troubleshooting with Emacs packages it is useful to reproduce the behaviour with `emacs -Q -l lua-mode.el` to ensure that your...

Hey, sorry, this issue flew under the radar for so long. I think there were similar issues in the past, but just to recap. As you might have discovered this...

Thanks to @edam and his PR #151, it should now be possible to tweak auto-indentation behaviour with: - `lua-indent-nested-block-content-align` (default `t`) set to `nil` to stop aligning the content of...

@moyotar could you perhaps upload a gist of the table for easier repro?

Thank you for the report, however, I can't reproduce the issue: ![screenshot from 2015-04-12 08 21 39](https://cloud.githubusercontent.com/assets/579798/7104595/02e0c944-e0ed-11e4-807a-b421dbe7a9d4.png) Could you fetch the current master and reproduce the issue using `emacs -Q...

Here's where you have the complete command that is being sent to the subprocess and that has to be syntactically-correct Lua code: https://github.com/immerrr/lua-mode/tree/master/lua-mode.el#L1789 You can insert `(message "%s" command)` at...