Maksym Polshcha
Maksym Polshcha
Current `NoSqlManager.get_creation_lock` doesn't take into account `key`, which leads to deadlocks in some situations. A possible fixture is: ``` def get_creation_lock(self, key): return file_synchronizer( identifier ="tccontainer/funclock/%s/%s" % (self.namespace, key), lock_dir...
``` Duplicate declaration: Package[iptables-persistent] is already declared at (file: /etc/puppet/code/modules/firewall/manifests/linux/debian.pp, line: 38); cannot redeclare (file: /etc/puppet/code/modules/roadwarrior/manifests/init.pp, line: 30) (file: /etc/puppet/code/modules/roadwarrior/manifests/init.pp, line: 30, column: 3) on node ... Error: Could not...
default 'Date' response header looks like ``` Date: b'Fri', 20 b'Oct' 2017 11:22:45 GMT ``` Weekday name and month name are not correct.
Add logic that allows to put new texts on pages and save updates. Use case - auto fill forms
Now `annotations` is a property of `PDFViewer` and it changes when a current page changes. 1. It looks natural to put it onto canvas, that keeps all page-dependent content. 2....