Maarten Balliauw
Maarten Balliauw
Google Universal Analytics is retiring, and the new V4 version will be the way forward: https://support.google.com/analytics/answer/10089681?hl=en This library was built for one specific project, and open-sourced so others could make...
Reduces the size of TextStyle to reduce memory footprint in the table benchmark. Also speeds up GC by moving the cache key calculation into the render stage, and using simple...
`.Any()` creates new iterators and all, for nothing. A simple `.Count == 0` does not need to allocate, boosting the general performance of the table benchmark a bit.
This PR just adds some comments. It should not be merged, but I wanted to point out these extra places where the table benchmark could get faster.
General optimization to have fewer iterations, by keeping a running maximum value.
The agile board API has been removed in YouTrack 2018.2. Users on previous versions will still be able to use it, but the API will always return 404 errors on...
See the following URL's for documentation: * https://www.jetbrains.com/help/youtrack/standalone/Project.html * https://www.jetbrains.com/help/youtrack/standalone/Groups.html * https://www.jetbrains.com/help/youtrack/standalone/Role.html * https://www.jetbrains.com/help/youtrack/standalone/Permissions.html * https://www.jetbrains.com/help/youtrack/standalone/Issue-Link-Types.html * https://www.jetbrains.com/help/youtrack/standalone/Custom-Fields-RestAPI.html * https://www.jetbrains.com/help/youtrack/standalone/Statistics.html * https://www.jetbrains.com/help/youtrack/standalone/YouTrack-Setup-Methods.html Perhaps good to split the work for this...
See the following URL for documentation: * https://www.jetbrains.com/help/youtrack/standalone/Import-Workitems.html Should be relatively easy to implement and write a test for.
See the following URL's for documentation: * https://www.jetbrains.com/help/youtrack/standalone/Import-REST-API.html * https://www.jetbrains.com/help/youtrack/standalone/Export-Rest-API.html Perhaps good to split the work for this in separate issues and PR's.