Andrej Kolčin

Results 49 comments of Andrej Kolčin

I was initially skeptical about this proposal, but the more I use Nushell, the more I think it'd be a useful feature. It'd also help to simplify built-in commands. Currently...

Bizarrely, this still produces an error, even with the uutils `cp`: ```Nushell /tmp/mine> nu script.nu 02 Error: × is not a directory ╭─[/tmp/mine/script.nu:2:1] 2 │ let new_dir = $"day($day_number)/" 3...

After looking through the files I got the following questions: - `mkdir` and `touch` use options as a module with string literals. Would this need to be refactored into a...

I have encountered a similar issue on Ubuntu 22.04. Tribler crashes every time I try to open the native file selection window. The crash-log points to `trackback_wrapper`: ``` File "tribler/gui/utilities.py",...

@drew2a I have uninstalled Ubuntu, so I cannot reproduce the crash now. But back then the crash occurred without me downloading any torrents. The app crashed when I tried to...

I wanted to check this issue, and I think it stems from `mv` and `rm` using `glob`. In `glob`, characters like `{` and `[` have to be escaped. This means...

@fdncred can You reopen this issue to track the `to toml` part of it, please?

Update: The issue randomly disappeared after I made an unrelated change to my Sway config file. I was unable to replicate the issue in any way past that point.