Kenneth
Kenneth
according to https://github.com/vlang/v/pull/16507, it "shouldn't" be. can't help but wonder why it was merged to begin with.
Apparently this is an advancement from https://github.com/vlang/v/issues/12906 Given that, perhaps more for my use case than the above or https://github.com/vlang/v/issues/14416, this can be circumvented by changing `map(whitener(10))` to `map(whitener(10)(it))` it...
am I correct in inferring that you want to "allow `it` syntax to define predicates"?
sorry, I haven't gotten round to trying because I lack access. Fully understand if this gets closed for the time being; also lack storage to debug on my end. On...
Sorry for the late reply, but yeah, this solves my problem. Cheers!
The source code seems to imply that you can get different voices/accents by choosing other languages. > Hi, how to get the saved mp3 filename? at the moment, if you...
Been looking up docs for this api, just found a bunch of threads of people advising each other not to use it, lol. It may be worth noting that: >...
How about: - creating `prev_completion` and `next_completion` commands, ideally defaulting to `shift+tab` and `tab`, and allowing for the completions window to be cancelled by line-changes? - or changing the behaviour...
Does the editor already support custom commands and just not typables? I was thinking it would be nice to have something like: ```toml [custom.commands] bring_line_up = { cmds = [...
or set the mode via `-` vs `_`. I think that would be a more cumbersome implementation to maintain though.