Ott Toomet
Ott Toomet
**Current Behavior:** If the game is run on a computer with too old OpenGL, it produces a ton of uninformative openGL error messages with little clue about what is wrong....
I have a project in a separate folder that contains three files (and only these three files): _foo.rmd`_ # Chapter Foo _bar.rmd_ # Chapter bar and __bookdown.yml_: book_filename: foobar rmd_files:...
I'd love to run `bookdown::render_book` using parallel make. However, it seems like adding parallelism to `render_book` is non-trivial (as suggested in #307). But I can easily run knitr on individual...
### Steps to reproduce 1. create a new file 2. add a few simple objects 3. save it as _.xmap_ file ### Actual behaviour The file will be large, and...
I want to create a (2D) lattice graph where nodes are names something like "a11", "a12", "a21", etc where the number correspond to rows and columns. I can see that...
I am puzzled what exactly is TCM (term co-occurrence matrix). The documentation of `create_tcm` just tells that > This is a function for constructing a term-co-occurrence matrix(TCM). TCM matrix usually...
The documentation for `itoken` is silent about the data structure that is returned. It appears to be an R6 object with a few public functions and variables, but I cannot...
I would like to hide individual objects, not just all objects of given symbol. Particular usage case: I receive an ocad file with fieldwork gps tracks of several people on...
Thank you for the nice python API! I noticed that Minecraft.getBlocks() is broken--as the connection returns a comma-separated-list of block types, you cannot simply convert it by `int()`. The following...
**The problem** I am drawing multiple figures that are quite similar (data, different regression lines, changing individual data points...). For ease of drawing, and for good oversight, I want them...