-
Expressions in `/def`s cannot be concatenated.
```
/def /foo x:i
/post bla {$x + 1}
/def /bar x:i
/post bla{$x + 1}
/def /zee x:i
/post {$x}{$x + 1}
/foo 0 # >>> bla 1
/b…
-
**Is your feature request related something that is currently hard to do? Please describe.**
At present it is is possible to interrupt the current (search) command using `` (see `:help CTRL-C`)
…
-
- Package name: altair
- Latest released version: 8.0
- Current version on the unstable channel: 7.3.6
- Current version on the stable/release channel: 7.0.1
- [x] Checked the [nixpkgs pull reques…
-
Hi Mr. @ISibboI
I poke around the threads and find related issue: https://github.com/ISibboI/evalexpr/issues/117, this is similar to what I am looking for, I will make a pull request if you aggree…
-
use evalexpr::math_consts_context;
fn main() {
let mut context = math_consts_context!().unwrap();
}
error[E0277]: the trait bound `Value: From` is not satisfied
--> src/main.rs:4:23
|…
-
While the implementation of, e.g., `...ByteArray.evalPrimOp` is rather direct and elegant at the moment
```hs
newtype Name = BS8.ByteString
evalPrimOp :: PrimOpEval -> Name -> [Atom] -> Type ->…
-
Repro:
0. `cd` into repo root
1. `go run . examples/random.bf`
2. `./random`
This is the output on my sys:
```
��PO[y�KKXi)�������(V����d���'����a=([�WRp
g�� +��+}~�(6��P�0=�3�xr1̷����n…
-
I have ctrl:swapcaps in my xkb options, and am trying to simulate pressing `Ctrl+[`.
I've tried this with `xdotool key Caps_Lock+bracketleft` as well as `xdotool key Control_L+bracketleft`. It work…
-
### What version of Vim/Gvim are you using?
Vim/Gvim version
$ vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 10 2020 09:03:33)
macOS version
Included patches: 1-109
Compiled b…
-
Hi, could there be an option to automatically convert integers to floats especially when it results in rounding? For example, doing 1/16 results in 0 but I expect 0.0625.