Mislav Vuletić

Results 10 comments of Mislav Vuletić

You could simply prefix your `autocmd` command with another `autocmd` command. Although, I think that wouldn't work correctly with the `augroup` upon reloading. This should work: ```vim autocmd Event *...

1. `:h bold` 2. `:h lcs` - don't think it can be done via this method

Add test that will check expected behaviour. (that is currently not supported by mage).

I'm also switching from sphinx to docusaurus. pydoc-markdown + docusaurus renderer is exactly what I was searching for. Thanks, @tony.

I was curious about the `messagediff` package, thanks for mentioning it. It seems like the idea there is similar to the [cmpopts.IgnoreFields](https://pkg.go.dev/github.com/google/go-cmp/cmp/cmpopts#IgnoreFields). Can you link the partial compare you're referring...

Haha no, please document your code. This is an issue for me not to forget to create module documentation for the various files in the repository. 😂 On the other...

For reference, here is how this plot looks like on [monkeytype.com](https://monkeytype.com), the x-axis is the number of characters (character index):

Sure, create a PR for it, and link it to the issue. Hack at it :)

Suggestion: Simplify the options, instead of having to name the test, specify the difficulty. `typetest --difficulty easy` -> that would start the `common_300` test `medium` -> `common_1000` `hard` -> `least_typed_words`...