aitap

Results 13 issues of aitap

It could be useful to return a data structure from a route handler and have it automatically serialized to JSON/XML or rendered in a template depending on `Accept:` header supplied...

Enhancement
Question
Needs Rework

OpenMP 5.0 gained an [`omp_pause_resource_all`](https://www.openmp.org/spec-html/5.0/openmpsu153.html) function designed to release the locks before `fork`ing the process. The parameters are described in the [`omp_pause_resource`](https://www.openmp.org/spec-html/5.0/openmpsu152.html) function. Using this function makes it possible for...

``` [aitap@centos build]$ git log -1 commit d1673be26c9b0202dd56760c4159bc4c54f9baee Author: Mikhail Plekhanov Date: Wed Oct 4 16:23:55 2017 +0300 Lecture 4 examples [aitap@centos build]$ src/afina terminate called after throwing an instance...

bug
help wanted

Hello and thank you for the wonderfully compact library! After `STM32_USB_Device_Library`, it's a pleasure to use. It takes a while to figure out how to use the code properly (took...

Since R-4.2.0, HTML help can now contain TeX-like equations typeset using KaTeX or MathJax, unless the `_R_HELP_ENABLE_ENHANCED_HTML_` environment variable is set to a false value (documented in `NEWS`). Unfortunately, it's...

Every now and then, Bugzilla misrenders the code blocks in the bug comments, which affects all following comments containing code blocks. This is due to an unfortunate interaction between MultiMarkdown...

The package depends on `as.character.Rd(deparse = TRUE)` to work correctly. Prior to version 4.3.0, the deparser had [serious bugs](https://bugs.r-project.org/show_bug.cgi?id=18324): ```r r"[\ifelse{latex}{\out{\\LaTeX}}{non-LaTeX}]" |> textConnection(name = 'foo') |> tools::parse_Rd(fragment = TRUE) |>...

This performs what `trace()` does, but manually, because we need both `on.exit()` and `return()` to work. Pros: * No more warning on package load * No need to copy parts...

Consider a package that uses [user-defined macros](https://cran.r-project.org/doc/manuals/R-exts.html#User_002ddefined-macros) in the Rd source. In order to parse the documentation successfully, you have to give the right `macros` argument to `parse_Rd`. It must...

The `gettext` project has [a number of recommendations](https://www.gnu.org/software/gettext/manual/html_node/Preparing-Strings.html) for what the translatable strings should look like to make it most convenient to translate them. In particular, it is recommended to...