Iegor Rudnytskyi

Results 9 issues of Iegor Rudnytskyi

When rendering `shiny_prerendered` documents, data from that is generated in `source()`ed script from `context="data"` chunks is not saved in respective `.RData` file. See regex below: `report.Rmd` ~~~ --- title: "Title"...

TL;DR: At initialization, the module server returns `NULL`, as long as `choices` of `selectInput()` is set to `NULL`. Consider the following module: ``` selectVarInput

I tried to use the `seq.int()` method instead of the `seq()` generics in map2(), but I receive strange errors. The code with the generics: ``` r library(reprex) library(purrr) x [1]...

Jobs of any simplest scripts fail with the following `error.json`: ``` { "message": "could not find a Python environment for /usr/local/bin/python3", "traceback": ["stop(sprintf(fmt, ...), call. = call.)", "stopf(\"could not find...

I noticed that the frame is actually 960x720, rather than 1080x720, as it is written [here](https://github.com/damiafuentes/DJITelloPy/blob/796b018e4ac193410ecb4b2df87ce4a36bbd5f6a/djitellopy/tello.py#L901C50-L901C50): ``` import pygame from djitellopy import Tello drone = Tello() drone.connect() drone.streamon() frame_read =...

In formulas the term X_{ik} is changed to X_{ki}. Example: Y_i = \beta_1 X_{1i} + \beta_2 X_{2i} + \ldots + \beta_{p} X_{pi} + \epsilon_{i} = \sum_{k=1}^p X_{ik} \beta_j + \epsilon_{i}...

See branch `full-doc` for more details.