Evgeni Chasnovski
Evgeni Chasnovski
Using item access with anything other than a variable isn't recognized as item access. I have set "punctuation.definition.arguments" to a custom color in order to highlight brackets and parenthesis only...
While using `tq_portfolio()`, warning "Sum of weights must be 1" can be shown in situations where user really can't do much about improving weights. The reason is that their sum...
I recently tracked down probably the most weird bug I have (yet) ever encountered while using R. Long story short: `lazyeval::expr_text()` when [used in `tq_performance()`](https://github.com/business-science/tidyquant/blob/017b7d9adda6d18deba5da0f42c31c8c55872f1c/R/tq_performance.R#L100) doesn't always return correct results....
Hello, @randy3k! I wanted to share my problem, its current workaround, and ask for any suggestions and possibilities of new radian settings. By default, when using `"vim"` editing mode there...
I am not sure if this behavior is intended, so decided to create an issue here. Steps (using `stylua` 0.13.1): - Create file (for example, 'tmp.lua') with following contents: ```lua...
Basically, the a5abe1a619999c08cc2dfdca2c20951509c9340f makes tests not end their execution. Pinning 'plenary.nvim' to its previous commit (2a26cbe) fixed the issue. This breaks automated testing (in CI, for example) because after executing...
### Feature already in Vim? No ### Feature description It would be really helpful to allow getting actual Lua function from RPC call to another Neovim process. Currently, this gives...
I understand, that this is a rather weird, niche, and hard to track issue. Steps to reproduce (how I did it): - Create fresh '.config/nvim'. - Put this plugin to...
### Steps to reproduce I am not particularly sure that it is a bug, but at least this doesn't seem like a consistent behavior. Steps: 1. Create the following config...
1. Create a file with line `string.rep("ыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыыы", 10)`. 2. Run `stylua` with default config on that file. It results into multi line function call, but line width is only 70...