-
Page: https://github.com/zenparsing/es-function-bind
Works with the `this` argument instead of the first argument
An extra nice property is that it allows creating bound functions
spion updated
3 years ago
-
**ble version**: 0.4.0-devel3+0f01cab
**Bash version**: 4.2.46(2)-release, x86_64-redhat-linux-gnu
Whenever I run any command, the trap catcher raises the error `bash: _ble_builtin_trap_n2i: bad a…
-
Implement Observable operators in terms of `lift`.
##### What is `lift`?
`lift` is a function that takes a source Observable and an Observer factory function, and returns a new Observable:
``` es6
f…
-
Will ble.sh work in multi-user environments?
That is, can multiple users source ble.sh simultaneously?
Or are there shared temporary files etc that will lead to conflicts?
よろしくお願いします
-
Hello! I have a problem with `ble.sh`: errors are shown after some commands (like `bash`) in terminal.
```
stty: 'standard input': unable to perform all requested operations
ble.sh (--rcfile): '/Us…
-
In #8, we agreed that when you yield a promise:
``` js
async function* g() {
yield new Promise(...);
}
```
The promise should be unwrapped before being returned to the consumer.
In that thread,…
-
**ble version**: 0.4.0-devel2+420c933
**Bash version**: 5.0.11(1)-release,x86_64-apple-darwin17.7.0
Pasting to the terminal when there's a lot in the clipboard is rather slow when `bleh.sh` is lo…
-
**ble version**: 0.4.0-devel3+0506df2
**Bash version**: 5.1.4(1)-release, x86_64-pc-linux-gnu
Completely freeze when add some ssh options:
```
ssh -v # everything stop
```
Into tmux nothing …
-
It would be nice to let users customize more freely their vim info pane. In `$_ble_base/keymap/vi.sh`, the vim's mode name is surrounded by "--"
```
name=$'\e[1m-- '$name$' --\e[m'
```
Maybe t…
ghost updated
3 years ago
-
**ble version**:
v0.3.2, downloaded via `wget`
**Bash version**:
Ubuntu 19.10
```
5.0.3(1)-release, x86_64-pc-linux-gnu
```
When putting the code to automatically `source` blesh in …