Destan Sarpkaya

Results 7 issues of Destan Sarpkaya

add sudo requirement for local install in the README ## Description It fails with following error if ./algo is not run with sudo: fatal: [localhost]: FAILED! => {"changed": false, "msg":...

needs_rebase

* Adds support for queries in [`@Query` annotation](https://docs.spring.io/spring-data/jpa/docs/current/api/org/springframework/data/jpa/repository/Query.html) of Spring Data JPA. * Ignores the query when `nativeQuery = true` on the annotation * does not support (not check) `countQuery`...

Hello, I've added `@Query` (`org.springframework.data.jpa.repository.Query`) annotation support with unit tests and I also manually tested it in my projects. Do you think it can be merged? At least, I'd like...

`MessageList` component's type `IMessageListProps` requires following props as mandatory but they should be optional: * `downButton` * `downButtonBadge` * `sendMessagePreview`

They seem to be thread-safe. But it says nothing about thread safety in the Javadocs. Some clarification would be good.

To launch the twitter example and use successfully, the db must be initialized. https://github.com/mitsuhiko/flask-oauth/blob/master/example/tweet.py#L180 ``` diff --git a/example/tweet.py b/example/tweet.py index 536836a..2462345 100644 --- a/example/tweet.py +++ b/example/tweet.py @@ -178,4 +178,5 @@...

When clicked the `edit` button ![image](https://user-images.githubusercontent.com/442813/57087339-7dd83c80-6d08-11e9-99af-297d5d225055.png) it gives following error ![image](https://user-images.githubusercontent.com/442813/57087096-00acc780-6d08-11e9-82f8-10313e89393b.png) then the editor loads but left are is empty while the rendered content is available on the right. ![image](https://user-images.githubusercontent.com/442813/57087144-19b57880-6d08-11e9-8952-483f75c9f941.png)