Eyal

Results 30 issues of Eyal

I can't tell which one is the issue here. When both hideshowvis and color-identifiers-mode are in use, `color-identifiers:refresh` becomes very slow on large files. When hideshowvis is not loaded, `color-identifiers:refresh`...

Because you are probably too busy to maintain this code, maybe you can add a collaborator so that the project continues to be useful? There are many good PRs for...

Issue filed for both projects. https://github.com/ankurdave/color-identifiers-mode/issues/83

There is a good explanation of how jerk works here: http://www.printrbottalk.com/forum/viewtopic.php?f=22&t=7040#p46145 It shouldn't be too hard to adjust calcmove.c for this.

enhancement

The number of lines in a file is usually computed at the number of newlines in the file minus 1, as described [here](https://codereview.stackexchange.com/questions/131143/counting-newlines-in-a-file). I also confirmed this by running `wc`...

I was using the parallel feature but without the flag-name and I didn't get a warning. However, it seems like setting parallel to true without a flag-name makes the coveralls...

The skip-save option allows users to force the cache to skip saving the cache. skip-save can be set to a constant or to an expression that will be evaluated at...

This fixes https://github.com/actions/cache/issues/342 It's a more flexible version of #353 because it allows the CI to force or disable a cache update programmatically, instead of just setting it to a...

`PATH` already gets special treatment and can be copied from the windows environment into the msys2 environment. It would be nice if that special treatment could be extended to `PKG_CONFIG_PATH`...

https://github.com/boostorg/test/blob/9d863d07e864ef663e3e8573b55905099b938d3e/doc/examples/dataset_example67.run.cpp#L41 I got confused when I read the docs about data-driven testing because I made a `vector` of `pair` and each element was treated as a single parameter to the...

doc