Yosef

Results 5 issues of Yosef

``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':migrate'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:42) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53) at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43) at org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:296)...

Hi, The next error getting while uploading ipa file to iTunes: ``` ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'AppIcon57x57.png'" ERROR...

Hi, I tried with the sample attached in documentation but it doesn't work for me. The table didn't create. PostgreSQL 9.5.5 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609,...

Current rolling fie appender supports only limits by size but wants to split files by dates as backups. E.g., server.log - current log file server.log.2014-03-18 - yesterday file server.log.2014-03-17 -...

enhancement

API Request for DELETE should not send anything by default; the current behavior sends an empty body send: b'{}' reply: 'HTTP/1.1 403 Forbidden\r\n' Need to set {} to None https://github.com/swagger-api/swagger-codegen-generators/blob/39a2bcd51eb9acf81ee0a7dc23d7cd1059c0c957/src/main/resources/handlebars/python/rest.mustache#L150