-
### Version
From a `git pull` yesterday
### Description
Trying to build the `unit.exe` test-program using MSVC on Win-10, I'm getting a link-error; unknown function `nanosleep()`.
Should be easy e…
-
-
I know these are not real instructions, but while implementing a compiler that is not C/C++-based it turned out to be a nuisance. Duplicating fmod every time doesn't seem right to me when embedders co…
-
If I use `rem` as a length unit, I get an "invalid value" error:
`ERROR Property: Invalid value for "CSS Backgrounds and Borders Module Level 3" property: 0.75rem [1:1: border-radius]`
On inv…
-
The usual bottleneck of the whole Mac Lane infrastructure is the computation of `quo_rem`s of say integer polynomials. Let's discuss how this can be sped up.
-
Many UI elements of the 360 site use pixels in their units (a fixed unit) when they should be using REMs, a size unit that is relative to the document font size. This can be an accessibility issue as …
-
O.K. - last comment on this already close issue: RDATE doesn't seem to work in different (online) PIM solutions, /except/ calendar.google.com.
Even Microsoft, who co-authored the RFC for the iCalen…
-
We could have a status or metrics endpoint that serves as JSON various metrics like
- number of applications
- number of events
- db connection stats
- outbox statistics (email, entitlement, eve…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR12418](https://bugs.llvm.org/show_bug.cgi?id=12418) |
| Status | NEW |
| Importance | P enhancemen…
-
Incorrect use of `rem()` CSS function in `margin-top: rem(-40px);` in [Step 2](https://carbondesignsystem.com/developing/react-tutorial/step-2/). It expects 2 arguments. `rem()` is also currently not …