pedroabi

Results 3 issues of pedroabi

I am trying to pack an application but the app is not launching. Checking the logs it seems a problem with libflutter.so, do u have any recommendation?

I ma trying to run a backtest that will rebalance the portfolio on Monthly basis. The issue is that on first day of specific month was holiday in Brazil, and...

This is my query: ``` SELECT to_iso8601(date_trunc('day', from_iso8601_timestamp(deployday))) as deployday, count(*) AS deploy_freq FROM "donus-prod-statshook-db".jenkins_deploys LEFT JOIN "donus-prod-statshook-db".tribe_service ON trim(tribe_service.repository) = trim(jenkins_deploys.repository) LEFT JOIN "donus-prod-statshook-db".github_pushes ON github_pushes."headcommit.commitid" = jenkins_deploys.commit WHERE...