Semseddin Moldibi

Results 28 comments of Semseddin Moldibi

I agree with @toomasv , each `collect` should open a new block and collect into that block.

It would also be nice to have `on-drop-file` event for specific widgets instead of whole window.

Currently `%%` conflicts with file value: `>> %% ; *** Syntax Error: invalid file! at "%"`

I remember that it's been noted somewhere, `trim` with binary runs always in `all` mode and default with `#{00}` (null byte). But I don't think `trim/all`s default is not null...

> The other change I propose is that /with should NOT imply /all. If you want both behaviors, use both refinements. @greggirwin +1 for that, but we should raise another...

I've added a WISH ticket: https://github.com/red/REP/issues/52

No issue on Win11 x64 `Red 0.6.4 for Windows built 17-Feb-2022/14:39:17+03:00 commit #c976906`

A useful behavior `write-clipboard` with a block would be writing items in the block separated with newlines. Something like `write/lines clipboard:// [1 2 3] ; == "1^/2^/3"`

We might change this issue's title to something like "Inconsistent return values of iterators".

I solved same problem by adding below lines to `C:\Users\myuser\.ssh\config` file: ``` Host example.com AddKeysToAgent yes IdentityFile /D/Documents/PPK/myprivatekey.ppk ``` `ssh -vvv [email protected]` showed me some insights like the file name...