-
**Context:**
I often work with data that are censored. The approach for censored data implemented in `brms` is really useful, but I have found it to be slow - especially when a large part of the da…
-
LLVM projects have a coding style guideline to [strongly discourage](https://github.com/llvm/llvm-project/blob/master/llvm/docs/CodingStandards.rst#don-t-use-else-after-a-return) the use of else after…
-
## Implementing Automatic Differentiator
This issue tracks the implementation of an automatic differentiator for the expression compiler. The compiler parses expressions into binary trees, and this…
-
I'm creating this issue to address a line of reasoning primarily put forth by @mAAdhaTTah and others to a lesser extent.
I've been following most of the issues in this repository (a lot of reading,…
Avaq updated
11 months ago
-
https://github.com/UNIVERSE-HPC/course-material/issues/20
-
Opentitan again, building the boot rom which is c & assembler (no c++). I get undefined symbols; e.g.
```
ld.lld: error: undefined symbol: __library_export_libcalls__Z6memcpyPvPKvj
>>> referenced b…
-
What if, instead of / in addition to .drop()/.restartable()/.enqueue()
task modifiers, we exposed yieldable functions that essentially act
as macros that you put at the beginning of the task fn.
Ex…
-
In the past we have been discussing a `/for/` combinator to go from a label to the input it references (cannot find the issue now). However, HTML is rife with several IDREF attributes. Here is a small…
-
hi,
we want to use the s3-sink application to write files to an s3 storage. For this we use the File-Source and the S3-Sink applications. in the file-source the mode is set to "ref" (a java.io.File s…
-
Spinning this out of https://github.com/tc39/proposal-pipeline-operator/issues/202#issuecomment-919374937.
Lots of people have expressed concerns that Hack pipes would silo the community of JavaScr…