Furkan Karataş

Results 13 issues of Furkan Karataş

Before: ![Screenshot_20200921_165029](https://user-images.githubusercontent.com/29731420/93776938-d32e2a00-fc2c-11ea-993a-e820ef39a6f7.png) After: ![Screenshot_20200921_165149](https://user-images.githubusercontent.com/29731420/93776951-d6c1b100-fc2c-11ea-8349-6e6c17e16f8e.png)

Fix #146. `cl-letf`does not suppress `message` function in Emacs 28 for some reason. I suspect that `(symbol-function 'message)` returns `gnus/message.elc`. This PR fix this with another approach. Here is one...

Hello, as far as I see, there is a part of the code that tries to suppress messages from `indent-region` function. But it does not work since I moved to...

```python # Models class Student: name = models.CharField() class Course: students = models.ManyToManyField(Student, related_name='courses') # Admins class StudentAdmin: list_filter = (AutocompleteFilterFactory('courses', 'courses'),) ``` Gives this error: ``` AttributeError: 'ManyToManyRel' object...

When the table of contents is long, it bothers to expand it every time on update. Thus, I create a variable to hide/collapse body of the table of contents after...

## Expected behavior Show project files and buffers. ## Actual behavior Show empty buffer and "Waiting for process to die...done" message, close itself if i type quickly. Note: also helm-M-x...

I believe it's more clear this way and counting lines (as you have 100 lines limit) is easier.

It would be nice to have tests for the image types [here](https://github.com/Hipo/drf-extra-fields/blob/d5ff3abb09835eb2b7590928061982dceb88bc85/drf_extra_fields/fields.py#L127)

enhancement
good first issue

When I switch from perspective A to perspective B and run `winner-undo`, window layout of B becomes same with A.

enhancement