David Burke

Results 27 issues of David Burke

Adds another test case to prevent issues like #111 I had to update typescript too in order to be compatible with ngrx-store-freeze.

https://matomo.org/docs/user-id/#user-id-with-direct-tracker-api-access > If you are using the Tracker API directly you may set the User ID via the Tracker API parameter &uid=USER_ID. I was able to extend the PiwikTracker class...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) - [ ] Tests for the changes have been added...

See http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html#using-the-shared-task-decorator Using shared_task allows one to customize the celery configuration. It's recommended for third party apps. Without it the app will not work with anything but a default celery...

File "/usr/lib/python2.7/site-packages/django_cached_field/**init**.py", line 112, in **init** self.calculation_method_name = calculation_method_name AttributeError: can't set attribute

Right now time is logged by the user account who has access to Redmine. It notes in the comment who the actual user is. It would be better to just...

Feature

Hello, it looks like printScreen() without any view arg doesn't work in angular based projects. `let view: View = frame.topmost().currentPage.content;` ends up being undefined. Passing the view explicitly works but...