cebaa

Results 16 comments of cebaa

@zentol On the flip side, that does not mention the case where [allowParameterOverwriting](https://github.com/cbeust/jcommander/blob/master/src/main/java/com/beust/jcommander/JCommander.java#L194) is set to true. In fact, there's not a single mention of `allowParameterOverwriting` in the docs... @cristiantoader...

@PerBothner Just one note regarding electron-nodepty and builds in general (on Windows at least). Looks like the build requires installing Visual Studio. In many cases, installation is not even possible...

> Many control characters actually do something and are processed by the emulator. Right, I'm specifically talking about the ones that are not. I understand for example `\n` would need...

Just noticed that this was reported before as https://github.com/fwcd/kotlin-language-server/issues/159 - I guess the exception was not in textual form, but a screenshot instead, so I could not find it. I'm...

@hazendaz I might have missed the docs on this - do you have any pointers I can look at? In case you are talking about WindowsAuthProviderImpl, is there a way...

@rcd27 Since the signature is: ``` public ObservableMap getAccelerators() ``` so maybe something like this: ``` val keyCharObservable = withAccelerator(scene, new KeyCharacterCombination("c")) ```

Thanks Maximus5! I can replicate in plain `cmd` as well. Cmd from ConEmu (running `"%windir%\syswow64\cmd.exe"`): ``` > c:\windows\syswow64\chcp 65001 Active code page: 65001 > type soh.vbs WScript.StdOut.WriteLine "a" + chr(1)...

@Maximus5 Just checking if you can reproduce this or if you have any other suggestions I can try.

@Maximus5 Thanks for fixing! Just one more question: ``` $ echo -e a\\001b ab $ echo a^Ab ``` So I printed the `SOH` character and it shows as unicode (cannot...

@Maximus5 Just checking if you have any thoughts about my previous comment.