Łukasz Jachym

Results 7 issues of Łukasz Jachym

Internals of this module throw TypeError exception while modal is being dismissed ``` cleanUp @ angular-fancy-modal.js:96 (anonymous function) @ angular-fancy-modal.js:127 eventHandler @ angular.js:3032 ``` My controller: ``` .controller('SessionCtrl', function ($scope,...

Here is what I get after installing app according to docs: ``` [14/Feb/2015 18:06:29] "GET / HTTP/1.1" 500 59 Traceback (most recent call last): File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run...

It seems like current ZFS extension does not work in conjunction with `machine.disks` configuration. If one wants to mount zvols from ZFS pool it cannot be done before zfs import...

**What steps did you take and what happened:** I'm following doc [[zfs-localpv/docs/import-existing-volume.md at develop · openebs/zfs-localpv](https://github.com/openebs/zfs-localpv/blob/develop/docs/import-existing-volume.md)](https://github.com/openebs/zfs-localpv/blob/develop/docs/import-existing-volume.md) but my ZFS volume has XFS filesystem on top of it. I've created PV:...

lxml fails on 3.11 if lxml < 4 lxml >= 3 works 1. [x] find . -iname '*.py' -not -path "*/venv/*" -exec pyupgrade --py311-plus {} + 2. [x] transition to...

- chore: update pyenv python version to 3.11 - fixes: dependencies broken on python 3.11 - fixes: flake errors detected on newer version of flake8 - fixes: test cases after...