H​eikki H​okkanen

Results 20 issues of H​eikki H​okkanen

I ran into `attic: Error: Data integrity error` after bunch of `[Errno 28] No space left on device` errors. The attic repository contains only 15 GiB of data. Debian 8.2,...

Dependencies: ``` sudo apt-get install python3-dev python3-pip libacl1-dev ``` Installation with a virtualenv: ``` sudo apt-get install python3.4-venv pyvenv-3.4 virtualenv-attic source virtualenv-attic/bin/activate pip3 install attic ``` If I created a...

I did not find any list of conversion utilities, is there anything for converting existing rdiff-backup repositories to attic?

Looks like without `-v` the default is to suppress the traceback of unit test errors: ``` [INFO] Executed 1 unit tests Error: Test has error: unittest.loader._FailedTest.xxx ------------------------------------------------------------ BUILD FAILED -...

enhancement

Is bash completion (on Debian) supposed to work out of box? As far as I understand `/usr/share/bash-completion/bash_completion` should contain magic to load the right completion under `/usr/share/bash-completion/completions/`, and this works...

In `tig status`, it's impossible to tell an untracked symlink and an untracked regular file apart, because full content is shown for the symlink. I think tig should indicate that...

When Firefox navigates to another page and the websocket disconnects, `:chks/state` is fired, but it erroneously contains `:open? true`. From browser console: ``` 09:47:00.232 2020-10-01T06:47:00.230Z DEBUG [taoensso.sente:1230] - Clean WebSocket...

bug
pull requests welcome
input welcome

`react-flip-move` has conflicting `peerDependencies` with React 17: ``` Found: [email protected] node_modules/react react@"17.0.1" from the root project peer react@">=16.3.x" from [email protected] node_modules/react-flip-move dev react-flip-move@"^3.0.4" from the root project ``` ``` {...

As `deps.edn` gets more complex, it's useful to have aliases that contain not only `:extra-deps`, but also options that are incompatible with other aliases (`:main-opts` for example). It would be...

It would be nice if the driver defaulted to reading [the password file](https://www.postgresql.org/docs/current/libpq-pgpass.html) as fallback. This way when deploying to an environment, it would be enough to write just `~/.pgpass`,...