Danylo Hlynskyi

Results 34 issues of Danylo Hlynskyi

On NixOS it is handled by setting extra symlinks in `/etc/systemd/system/machines.target.wants` directory. Currently I'm doing workaround of: ``` machines_wants=/etc/systemd/system/machines.target.wants mkdir -p $machines_wants rm -rf $machines_wants/* for service in $(ls -d...

Because why not

When systemd unit fails to launch, would be great to show journalctl tail. Also, when everything is OK, maybe mention there is command `sudo journalctl -M container-name` to view internal...

Greetings. I would like to fix it myself, but I don't know where to start. My backend responds on `/api/users` with 307 redirect to `/api/users/` (slash in the end). However...

Rust IM language is quite slow on recompiles, which is frustrating. Maybe it's possible to build template in an interpreted language (say, Python)? This would be fine for newcomers/tutorial/CLI cases....

enhancement

``` Error: fetching the references of store path '/nix/store/k7j9ca2cnqy4c6wwbfp87mc8m0gbrzk4-r-YPmodel-1.3' failed Caused by: request GET 'http://cache.nixos.org/k7j9ca2cnqy4c6wwbfp87mc8m0gbrzk4.narinfo' failed with HTTP error 302 Found + generating index: 00011 paths found :: 00197 paths...

bug
c: indexing

See https://github.com/corydolphin/flask-cors/pull/160#issuecomment-226674064 which discussed a security issue when regular strings were considered regexes. Even if glob encoding isn't supported, it isn't neither prohibited explicitly, so when user uses Glob-style ```...

It is not clear from documentation. Are bookmarks same as projects? They are not like "favorite" projects, but *only* available "projects"?

I found (hard way) that terminal buffers are not saved into workspace. Which makes sense, except when I reload workspace without restarting Neovim. In that case I lose all information...

I have a list of files (here is the dump https://gist.github.com/danbst/e43a7e24d67acae3d441eb563e388bf7). I want to locate fast file named `HO.py`. However because words `python` and `homework` contain those two letters, they...