Mohammad H. Sattarian

Results 24 comments of Mohammad H. Sattarian

@mckeever02 if the form is filled in order below, there is an extra `?` before body like : `...&?body=...` in the query! ``` email -> body -> subject ```

Sorry for making this PR pop up again, I just realized I'd forgotten to resolve changes suggested by @clementmas.

As @mcwhittemore mentioned, There are few situations where a mode to **draw but not add** features may be handy: > I suspect there is space in the custom mode world...

@transitive-bullshit, actually I just checked emojis my self from [this list](https://emojipedia.org/twitter/).

check either: https://github.com/akshaybahadur21/Emojinator/issues/19#issuecomment-541349343 https://github.com/akshaybahadur21/Emojinator/issues/16#issuecomment-583569552

take a look at OpenCV docs, cv2.findContours has changed: https://docs.opencv.org/4.2.0/d3/dc0/group__imgproc__shape.html#gadf1ad6a0b82947fa1fe3c3d497f260e0 in the code, it should be like this: ```python contours = cv2.findContours(thresh.copy(), cv2.RETR_TREE, cv2.CHAIN_APPROX_NONE)[0] ```

I've added one more mode I created recently. and can this be finally merged? this PR has been open for around 2 years!

I have this `monaco editor` which gets mounted and unmounted by the user. this is how I could do this: ```js function formatDocument() { editor.getAction('editor.action.formatDocument').run(); } /// on first initialization...

Hi, I have the same problem using the Persian layout. actually, Figma is using the same method, it uses `e.key` too, for example pressing `A key` in the QWERTY layout...

Just got an idea, how about using Github actions to automatically deploy on PyPI?