Tejasvi S. Tomar

Results 23 issues of Tejasvi S. Tomar

Fixes https://github.com/pseewald/vim-anyfold/issues/37

I looked up the code and there doesn't seem to be a variable to tweak the behavior. https://github.com/xonsh/xonsh/blob/5c1cd7ef105adc9d5b76dcfdacbb7503e1a4a005/xonsh/tools.py#L878-L907 Conda suggestions can fill the entire scroll length sometimes. Currently the only...

completion
conda

If `$XONSH_TRACE_SUBPROC = True`, an option to show the final transformed command _while typing_ (similar to eager evaluation in Devtools) would be very useful for newbies (and maybe for experienced...

trace

## xonfig ``` $ xonfig +------------------+-----------------+ | xonsh | 0.9.26 | | Python | 3.9.1 | | PLY | 3.11 | | have readline | True | | prompt toolkit...

prompt-readline

`We _proved_ 0 < 1 using _axioms_ earlier.` ![image](https://user-images.githubusercontent.com/45873379/106978329-0f989780-6782-11eb-9ed4-5fad425e68b2.png) Using isolated "

Does tiddlyroam offer extra features beyond those two plugins?

Most styles use ContinuationIndentWidth = 2*IndentWidth (google, llvm, etc). With existing arguments, shiftwidth=4 gives ```cpp constexpr operator To() const noexcept(noexcept(static_cast≺To≻(ːdeclval≺From≻()))) ⇉ return static_cast≺To≻(val) ``` instead of expected ```cpp constexpr operator...

Update only the lines which need updating. Prevents unnecessary computations for plugins which listen to buffer change events given the common case is typing already formatted code.

``` user@love:~/ProxyMan-master$ sudo ./install Failed to install :( You can still use it > ./main.sh set ``` Worked fine in Fedora though.

```json "(^.*)": { "regexFlags": "mg", "decorations": [ { "color": "red" } ] }, ``` Above matches only the first line, instead of all lines. Related: #63

bug