Hörmet Yiltiz

Results 120 comments of Hörmet Yiltiz

I *blacklist* a large list of files by linked the paths to `/dev/null` since steam pulls so many extra stuff. The practice works well with some games too, esp. those...

This would be truly awesome; I use `ivy` myself, and am really looking forward to the ability of selecting *multiple* items and creating the references for each one of them....

As @ablakey pointed out, on iOS you do not have the option to "manage storate" while on Android you do. As a result, you cannot clear large photos or videos...

The feature mismatch described here https://github.com/signalapp/Signal-iOS/issues/4916#issuecomment-986330092 requires no steps to "reproduce", as it has been the case for the apps across the platforms since Signal was released.

Hmm, that seems quite unexpected, no? In `nu`, both `'` and `"` constructs the same `string` type. It is quite surprising for them to behave differently. While we are on...

For reference, here [1] is the current description for `'` `"` `` ` `` [1] https://www.nushell.sh/book/working_with_strings.html I think, all of these constructors should behave consistently, with the only difference being...

It looks like the recent changes to the alias system broke the ability to define multi-word aliases, so : ``` > alias "go prod" = 'this is `go prod`' >...

@CohenAriel It seems there is no additional work needed, except maybe to add a simple example to the documentation?

As #2271 pointed out, Spacemacs *does* save backups for local and remote edits under `~/.emacs.d/.cache/auto-save/site`. Before you freak out, it may be practical to first check if your file still...

As mentioned in #2271, this line in the snipped above `(setq make-backup-files t)` is *crucial* it is not mentioned in StackOverflow, EmacsWiki or most others' setup on Emac's backup functionality...