Josh

Results 6 issues of Josh

For the following input: ``` ```asdf``` ``` I get this error: ``` md.lua:277: bad argument #1 to 'match' (string expected, got nil) ``` Expected behavior can only be evoked with...

With this, `via_content` will return two variables: `mimetype` and `is_binary`. `tests.lua` has been updated to reflect this change.

Not sure how I didn't catch this when testing the initial regex feature a couple years ago. Basically, nesting character sets is impossible in Python's regex, which is what my...

This PR adds the `inspirobot` command to the `misc.InspiroBot` subcog. It uses the [InspiroBot](https://inspirobot.me) API to generate an image and wraps it in an embed. Some examples: ![image](https://user-images.githubusercontent.com/9502000/92336562-a512ec80-f067-11ea-8213-bf4007509d6c.png) ![image](https://user-images.githubusercontent.com/9502000/92336566-b0661800-f067-11ea-9a58-156175ef1568.png) ![image](https://user-images.githubusercontent.com/9502000/92336569-b8be5300-f067-11ea-8aa3-937dcde53749.png)...

When turned on and given a place to work in, this extra bit removes everything not found in the top ten hundred words and their other forms. This works the...

Getting this kind of error several hundreds/thousands of times anytime I do any clipboard copy, freezing gnome for a couple seconds: ``` Nov 23 17:21:24 eleanor gnome-shell[3150]: Object St.BoxLayout (0x5aff5845b600),...

Bug