Destan Sarpkaya
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":...
* 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  it gives following error  then the editor loads but left are is empty while the rendered content is available on the right. 