Asa Royal

Results 5 comments of Asa Royal

I faced this problem on Ubuntu 20.04 // WSL2 (not using docker). A few failures popped up in the install logs when I tried to add new language servers: ```...

I don't have docker installed. Running everything directly in WSL

Here's my filesystem info: ``` Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/sdb ext4 263174212 12004440 237731616 5% / tmpfs tmpfs 13109676 0 13109676 0% /mnt/wsl tools 9p 487805948...

@leet0rz, You can have nvim-comment work with AHK files by creating an autocommand that sets the AHK `commentstring` buffer option, thus letting `nvim-comment` know how to recognize AHK comments. E.g.,...

@cguess is this what you were looking for? ```python search_tweets_task = stweet.SearchTweetsTask(from_username=tweet_author, replies_filter=RepliesFilter.ONLY_ORIGINAL) ``` https://github.com/markowanga/stweet/blob/fe34e98254dc7646bde6e083b5f6f745a0ee8cb6/stweet/search_runner/search_tweets_task.py#L29 https://github.com/markowanga/stweet/blob/fe34e98254dc7646bde6e083b5f6f745a0ee8cb6/stweet/search_runner/replies_filter.py#L6-L10