-
```html
html,
body {
overflow: hidden;
margin: 0px;
padding: 0px;
height: 100%;
font-family: helvetica, arial, sans-serif;
}
#c…
-
The package [`golang.org/x/image/math/fixed`](https://godoc.org/golang.org/x/image/math/fixed) defines fixed point integer types such as `fixed.Int26_6` and `fixed.Int52_12` (and corresponding `Point`…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expe…
-
I experience strange behavior when I zoom and pan in a simple logarithmic scatter plot:
A fixed line, drawn from (0,0) to (100,100), “jumps” to a wrong position after zooming and panning.
Tested …
-
### Problem
Currently, gazelle operates in indexing or non-indexing mode. When indexing is enabled, gazelle will walk the entire repo, using the `Imports` method of language extensions to build up a …
-
I ran into an issue in #6359 where the SolveXcts KerrSchild regression test was failing, but only on some CI builds (mostly the Release builds) every time I pushed. After some debugging I found that t…
-
Hello good time
To render, I use the formulas from the code below
``` js
window.MathJax.typeset()
```
This code sometimes gives this error
```
TypeError: Cannot read properties of null (…
-
see https://twitter.com/BrendanEich/status/360832908514181122
1)
`Math.round(0.5 - Number.EPSILON / 4)` should be equal to `0`
2)
`Math.round((2 / Number.EPSILON + 1) / 2 + 1)` should be equal…
-
Currently we see
![Capture d’écran 2024-08-04 à 10 39 37](https://github.com/user-attachments/assets/2e371e2b-4c75-4de5-8f05-7eac881eeda3)
on page 1810 of sympy-docs-pdf-1.13.1.pdf.
This is…
jfbu updated
3 months ago
-
I have identified an issue in the plotly.js library where special characters, such as σ and μ, are used in a function. This leads to problems during the minification/packaging process, causing certain…