-
We currently have speaker notes on 165 out of 265 pages.
- We should aim to add speaker notes on all new pages
- We should also add notes to all existing pages.
Notes are very helpful for both …
-
```
---> Testing starpu
Executing: cd "/opt/local/var/macports/build/_opt_PPCRosettaPorts_devel_starpu/starpu/work/starpu-1.3.10" && /usr/bin/make check
Making check in src
make[2]: Nothing to …
-
* Organize similar to Fundamentals: shorter segments each ending with an exercise
* Put the entire course under `src/concurrency` (it's currently under `src/{concurrency,async}`)
* Move exercises in…
-
Hi,
I ran into an issue where I am unable to get focus or keyboard navigation when adding buttons to a Panel after calling removeAllComponents on that same Panel. The code below reproduces this wi…
xazap updated
6 years ago
-
Hello,
I would like to test puffAligner but the installation fails with the wrong C++ compiler detected when following the installation instructions. It seems that cmake it is skipping my local `g+…
-
**Write a brief proposal for your multi-page website project.** What materials or ideas will you include? Where will viewers of the site begin ("land"), and by what paths will they find their way to o…
-
I haven't found an RFC or Rust issue for this, so, I figured I'd mention it here. The only ones I've seen suggested panicking on negative values, which would not be desirable.
Is there a reason why…
-
Fix GitHub Actions GNU/Linux build on Clang
-
If you stick to the same interface, then people can easily switch between the two implementations.
https://v2.ocaml.org/api/Semaphore.Counting.html
https://v2.ocaml.org/api/Semaphore.Binary.html…
-
**CLARIFYING EDIT:** Every time I write `\r`, I mean a literal `0x0D` byte (A.K.A. `^M` in Vim), not the string `\r`.
**Is your feature request related to a problem? Please describe.**
Currently…