Hossein Abbasi

Results 94 issues of Hossein Abbasi

I've installed all requirements and when I run `python main.py --num-iters 500 --save-every 50`, I get: ```bash ➜ artsy git:(master) python main.py --num-iters 500 --save-every 50 Traceback (most recent call...

First, I had this error: ```pyhton Traceback (most recent call last): File "giftotgs/giftolottie/read.py", line 19, in run(["gifsicle", "-U", sys.argv[1]], stdout=tmpfile) File "/usr/local/Cellar/[email protected]/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 505, in run with Popen(*popenargs, **kwargs) as...

```python python3 scripts/Algorithms/regression_models.py input output File "StockPricePrediction/scripts/Algorithms/regression_models.py", line 77 except Exception, e: ^ SyntaxError: invalid syntax ``` But, isn't the command like: `python scripts/Algorithms/regression_models.py `?

What if the mocked data is PagingData? What should we write here: https://github.com/wajahatkarim3/Imagine/blob/6c74f255d82936941cf023efc352d790a8865681/app/src/test/java/com/wajahatkarim3/imagine/ui/home/HomeViewModelTest.kt#L69

`PlayerDetailsScreen` composable has been called multiple times; Thus, https://github.com/joreilly/FantasyPremierLeague/blob/03e841ea3ae3e8be0fc4c2781f3b5f77d6d48bff/app/src/main/java/dev/johnoreilly/fantasypremierleague/MainActivity.kt#L83 get called multiple times. Is that okay? Is there a way to prevent these multiple recompositions?

Any chance we could do vice-versa? Converting GIf to TGS

Can we stop the drag at some point and when the user releases the dragging, there will be a button, and then, after clicking on the button, the action invokes?

```kotlin @ExperimentalAnimationGraphicsApi @ExperimentalCoilApi @ExperimentalComposeUiApi @Composable fun ProductView( product: Product, modifier: Modifier = Modifier, //unused ) { val ... Card( modifier = Modifier .fillMaxWidth() ```

**Describe the bug** Run `./gradlew dependencyCheckAnalyze` **Version of dependency-check used** 7.1.2 **Log file** > org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':dependencyCheckAnalyze'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:147) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:145) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)...

bug