mesztam
mesztam
Hi, do you plan to support http proxy for the connections? In many corporate environments, proxy servers are used to access the public internet. And if GS is e.g. in...
Hi, if the exportTM task fails, then it gets into an endless loop, because it tests only for the "Done" state: do { backgroundTask = await ApiConnection.Get(ApiUrls.GetTaskById(response.Id), null); } while...
Hi, If the server contains many TMs (~ 7000), the ITranslationMemories.GetTms() call timeouts (either with "A task was cancelled" or with "The server returned an invalid or unrecognized response"). The...
If I have a recurring event e.g. on Sundays, then it is displayed on Saturdays. If I remove the RecurrenceRule property, then it is displayed on the single Sunday properly....