Aleksander Chlebowski

Results 77 comments of Aleksander Chlebowski

> I cannot clone this repository locally. Can I just download all files and put it under my local computer? Thanks That is uncommon. Do you mean you run `git...

Why not link to `system.file(...)`? ``` > R.version _ platform x86_64-pc-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status Patched major 4 minor 2.2 year 2022 month 11 day 10...

The odd thing is this was not the case (I think) just two weeks ago, before the last release. Plus, the `basic-teal` app uses the filter panel from the previous...

As evidenced by #1236, the creating the filter panel (`FilteredData` objects) is _not_ the main culprit. Placing progress bars within filter panel ui or server functions did not yield additional...

Thank you. > * for each module we create a single filteredData object instead of one for every module You mean a singleton instead of one instance per module?

Why is the drawback of using `library` or `require`? 🤔

Update: The second warning occurs in `.get_hashes_code`.

I hadn't noticed the change to the rules. I can't say I like it but I'll accept it. However, if one leaves a function in on purpose, one will get...

> `defunction` is a private function. It can't be exposed in show R code! It is not: ``` foo