Matej Cotman

Results 20 comments of Matej Cotman

I have probably the same issue. If I query by exact vnet name and resource group, with `az network vnet show ...` it does produce correct output, but when listing...

This one https://support.travis-ci.com/hc/en-us/requests/17091

I am using Steam on SwayWM, the desktop freezes eventually but before I get this in journal: https://gist.githubusercontent.com/matejc/3cd1a996475bd5cc54dcbbf3c5c6a744/raw/6a5bba44485877ec887c61836620f71215cafdfe/journal

@natasha41575 True, in this issue example I am trying to merge ConfigMap in base... But I can reproduce even with this: ```yaml resources: - https://github.com/kubernetes-sigs/kustomize//examples/helloWorld?ref=401118728a3ae0415caebd6f925182f02ae2c777 configMapGenerator: - name: the-map behavior:...

$ strace nix ``` execve("/run/current-system/sw/bin/nix", ["nix"], 0x7fffa431c8c0 /* 93 vars */) = 0 brk(NULL) = 0x580b977dd000 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x78d1cf7ba000 access("/etc/ld-nix.so.preload", R_OK) = -1 ENOENT (No...

It works if I upgrade Nix to 2.21.2 (haven't checked other versions) ``` ❯ uname -a Linux matej70 6.8.6-lqx2 #1-NixOS ZEN SMP PREEMPT_DYNAMIC Tue Jan 1 00:00:00 UTC 1980 x86_64...

Backwards navigation: lets say, we run tarman in `/home/matej/workarea/tarman_synd/` directory.. and we select `README.rst`, then creates `NewArchive.tar.gz` right there, and reopen the tarman and select that archive and go to...

`Shift+` is used for selecting files - generally in file browsers. For keyboard keys you can look into `ncdu` curses application - http://dev.yorhel.nl/ncdu

Thanks for the try! :) And please do not take this personal, I am not enjoying turning down any contributions.

One root directory is there for a reason, if you have `/a/b/c/d/file2` and `/a/b/file1` files and you run `cd /a/b/c; tarman`, your root for the archive will be `/a/b/c` and...