Akito

Results 117 comments of Akito

@banana-dog Is it possible for you to check this with another device? Sounds, like this could also depend on what hardware is used.

> sometimes I go offline, but the call does not stop and my status remains "online", however my friends see me "offline". It takes a while, until status changes are...

> I have three android 6.0 and 7.1.1 phones, none of them have transfer applications to a memory card, but I will not buy another phone, because there is no...

> Are you planning on dropping support for Android 6 soon?😯 суббота, 5 ноября 2022 г. пользователь theAkito ***@***.***> написал: > I have three android 6.0 and 7.1.1 phones, none...

> but it doesn't work, after rebooting the phone the memory card falls off and is not visible 🤷‍♂️ This is the intended behaviour. Formatting it as "internal memory" means,...

Same issue here. I used this as a workaround. ``` git rebase --exec "git commit --amend --no-edit -n -S" -i --root git rebase --committer-date-is-author-date -i --root ```

This project sounds really amazing. It's sad to see, that it has become abandonware. 😞

> it's sort of like refining a piece of code: you make improvements to a particular section and then actually run it to see if the changes are good (in...

## Works ```nu 'test.nu,test.nu,67 B,55E7A8C5CCFC2016D70A4E6696573806053C41ACF497E31CD70B478D19F5F999EF150B6AA352969C167E0DB6D45E4FB431E2C52B29EBA8E82993111B26A31703' | split column ',' "path" "name" "size" "hash" ``` ## Does not work ```nu let o = ["path" "name" "size" "hash"] 'test.nu,test.nu,67 B,55E7A8C5CCFC2016D70A4E6696573806053C41ACF497E31CD70B478D19F5F999EF150B6AA352969C167E0DB6D45E4FB431E2C52B29EBA8E82993111B26A31703' | split...

It's really tough to fit the original purpose of this traditional feature into Nu's internal commands. External command that returns a nonzero exit code | failure -- | -- This...