Moritz Neeb

Results 11 comments of Moritz Neeb

Alternative solution which doesn't require crowbar to change: Convert rockyou.txt to UTF-8. https://github.com/wpscanteam/wpscan/issues/190#issuecomment-18087644 ``` iconv -f ISO-8859-1 -t UTF-8 /usr/share/wordlists/rockyou.txt > rockyou_utf8.txt ```

I think if `NULL` is allowed, it's better to replace by `NULL`, as every other date could interfere with the regularly stored dates and it seems to be the only...

Hi Sebubu, I'm just another user who tried hualos. But thanks for your PR, I approve it (and use it)! :+1: I would also like to see hualos be developed...

It seems to me that https://github.com/python/typeshed/issues/5275 is related too. There, @erictraut describes: > The problem is that mypy uses a "join" operation to widen types in its type constraint solver...

@neiljp if I understand it correctly, #1476 introduces `primary_display_key_for_command` in `keys.py`, which is then amongst other places used in the `HelpView` and hotkey generation via a tool now called `lint-hotkeys`....

Update: I picked up from [chat.zulip.org#zulip-terminal](https://chat.zulip.org/#narrow/stream/206-zulip-terminal/topic/.E2.9C.94.20Render.20keyboard.20keys.20as.20on.20keyboard.20.23T1327.20.23T1354.20.23T1476/near/1778211), that this issue is still kept open because of it's references and associated work.

It's hard to me to track this down on github, due to force-pushed, I imagine. It seem indeed that @neiljp directly pushed the required model changes to `main` in ce9deccc5c4...

Had the same issues. I can confirm the mentioned patch working as well.

Considering the discussion above and the age, I think this PR can be closed.

@Niloth-p I have tried simplifying and typing your code a bit in https://github.com/zormit/zulip-terminal/tree/1495-save-draft/pr (713bf505, in case I change the branch). What do you think? I'm still not fully happy with...