John Farrow
John Farrow
I am seeing the following error when running `react-native run-android` ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:installDebug'. > java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException:...
Trying to upgrade a codebase to use the latest version of Zod, but we have a lot of schemas that extend other schemes that have refinements on them. Now refinement...
One of the limitations of next.js is that the HTML produced by the initial template must match that of the server. This leads the following contrived issue. ``` import type...
I'm looking for a solution to typing fetch, and Gretchen looked to be a good fit, but it stops short of typing the request body. Any reason?
Running `docker run -it --rm -v airsenal_data:/tmp/ -e "FPL_TEAM_ID=4891218" airsenal airsenal_run_optimization --weeks_ahead 3` returns: ``` Logged in successfully Running optimization with fpl_team_id 4891218 Unable to access FPL API Traceback (most...
Running ```bash docker run -it --rm -v airsenal_data:/tmp/ -e "FPL_TEAM_ID=4891218" airsenal airsenal_run_prediction --weeks_ahead 3 ``` Returns nothing, just calmly exits after a couple of seconds
I have had a roll over transfer for weeks and the system never seems to elect to use it, makes me think it's not working ``` docker run -it --rm...
Just updated the docker image from latest on main. Successfully run `airsenal_update_db` and `airsenal_run_prediction` When run: ``` docker run -it --rm -v airsenal_data:/tmp/ -e "FPL_TEAM_ID=*******" -e "FPL_PASSWORD=********" -e "FPL_LOGIN=***@***.com" airsenal...
Andi Zeqiri is out on a season long loan, but AIresenal is not recommending transferring him at least within the next three gameweeks. This seems like a bug?
My specific use case is that I believe adding Ronaldo next game week is the best play, and I believe that, from how I understand the algorithm to work, the...