Konrad Pagacz

Results 8 issues of Konrad Pagacz

This PR https://github.com/r-lib/styler/pull/876 supposedly fixes the issue of `styler` putting additional, unnecessary brackets inside substitute expressions. But having installed the latest version of styler from main, I am still experiencing...

Type: Bug
Priority: Critical
Complexity: High
Status: Unassigned

I might not know how to make it happen in VS Code or if it belongs to https://github.com/REditorSupport/vscode-r-lsp , but I have noticed that the outline of R6 classes could...

When running this example: ```r library(scda) library(dplyr) library(teal.modules.clinical) adsl % bind_rows(adex) app

bug
core
research

After this PR to `teal.widgets`: https://github.com/insightsengineering/teal.widgets/pull/59 the code inside the mentioned files should not be needed for anything. Investigate if it is safe to remove and remove if it is.

core

This I consider the navbar: ![image](https://user-images.githubusercontent.com/24480246/135404090-c390c1ec-e9e7-4654-9001-461cba225550.png) CSS position property explained: https://www.w3schools.com/css/css_positioning.asp This would be a little bit more complicated than just slamming the property on this HTML element because it...

core

it's not immediately clear to me what the different colours in the picture mean. If they don't have any difference then, it would be nice not to have them and...

question
core
sme

Here's the log from the installation: ``` > install.packages("systemfonts") There is a binary version available but the source version is later: binary source needs_compilation systemfonts 1.0.5 1.1.0 TRUE Do you...

Hi there, Recently, I have created a styling package ([`tergo`](https://www.github.com/kpagacz/tergo)) for R language and I would love to use it from RLanguageServer. Are there any plans of exposing more options...