Mladen Jablanović

Results 23 comments of Mladen Jablanović

ping @liveforeverx ?

Thanks, that PR is exactly why we need 0.8.5, as we have a big problem with prepared statements overflow.

hey @vollmond08 thanks for reporting, just checked the code, and you are right, the cleanup works only in the scope of a single source. I will open an internal ticket...

hey @alexsergivan thanks for (re)raising the issue and sorry that this hasn't been addressed yet. We opened an internal issue now, however we can't say when we'll get to implement...

Hi @rlundy thanks for reporting this, the error is indeed not telling much. We will open an internal task to improve on this. In the meantime, could you double check...

Just to double check: a project with that ID exists on app.phrase.com (our EU app instance), not on us.app.phrase.com (or US instance)? Otherwise an appropriate API url has to be...

@rlundy what about ``` phrase projects show --id ID_OF_YOUR_PROJECT ``` Does that work? 404 somehow still suggests that either project or locale id is wrong.

@rlundy we couldn't reproduce your case. When I try to perform a push (or, to keep it simple, `projects show`) using an invalid token, I'm getting 401 (you can try...

Hi @rlundy what do you consider missing from https://support.phrase.com/hc/en-us/articles/5808300599068-Using-the-CLI-Strings#push-and-pull-0-6? Under the hood, push and pull rely on API endpoints for [creating uploads](https://developers.phrase.com/api/#post-/projects/-project_id-/uploads) and [downloading locales](https://developers.phrase.com/api/#get-/projects/-project_id-/locales/-id-/download) respectively.

hi @eloo-abi thanks for the suggestion, definitely makes sense to have it. it's not super trivial as the logic for pull and push is not the same, but I opened...