Tymoteusz Makowski

Results 20 issues of Tymoteusz Makowski

Recently I have started using [jedi-vim](https://github.com/davidhalter/jedi-vim) and stumbled upon following issue. When both `jedi-vim` and `vim-markdown` are enabled the markdown syntax element disappear (or are black on black text) as...

### Problem During `init()` we create `.Rprofile` which contains some important settings required to run the app. Without sourcing it the app fails to start: ```r rhino::init() shiny::runApp() ## Error...

type: enhancement
status: research

### Description Hi! Today I have noticed that running an application with `shinyApp`, i.e. relying on its print, does not enable autoreload. See Reproduction and Cause below. ### Reproduction Use...

Hi, I am just trying out a fillable layouts and noticed that there is no support for fillability within `navset_hidden`. I see that it is based on `tabsetPanel` as opposed...

This PR adds cases for whole years and whole months to not have extra days, e.g. May (`2023-05-11T00:00:00.00`) to July (`2023-07-11T00:00:00.00`) being `2 months` instead of current `2 months, 1...

Hey, I am having an issue where the relative time between `2022-07-11T09:00:00+02:00` and `2023-07-11T09:00:00+02:00` is `1 year, 5 days` instead of `1 year`. Similarly `2023-05-11T09:00:00+02:00` and `2023-07-11T09:00:00+02:00` are `2 months,...

Hi! I keep closing my R session launched by `rig run` by hitting ctrl-c. Perhaps an additional flag to allow a pass-through to R would make sense?

feature

Hey, I have just noticed that commit https://github.com/neovim/neovim/commit/9b9030ff2ca820d4c4f4b559f86b0f9a3496645b introduces an unexpected window scrolling. Whenever I call `vim.lsp.buf.format()` I end up with window scrolled as if I used `zb`. https://github.com/neovim/neovim/assets/38053499/c9b4b9e6-c4ca-4f0f-b258-23849fe4c278 This...

api
bug-regression
lsp
has:bisected

Hi, I just noticed that code inside `testthat::it` (specifically with `testthat::`) does not have access to global variables when invoked with `testthat::test_file()` (or other runners). Sourcing the same file works...

Inspired by https://github.com/Appsilon/shiny.semantic/pull/457/commits/b700ca0b49e2af3e5565282418621fe13434cd8b. Shall we go ahead and update the triggers in the template Rhino creates for an end user?