-
```js
const container = document.createElement('div');
document.body.appendChild(container);
await Plotly.newPlot(container, [], { title: 'abc' });
await Plotly.react(container, [], { title: 'hell…
-
`sway -v` gives version 1.4
Programs affected include: qutebrowser, luakit. I don't use gui programs with right-click menu a lot so I'm not sure. Calibre is not affected. I've encountered the same ph…
-
## Description
If `Terminal::insert_before` is used with height `h` and the width of the terminal is `w`, then a panic can happen if `w * h > u16::MAX`.
## To Reproduce
Here is some simple co…
-
I'm thinking that each atomic piece of content (heading, quote, image, footer, page num, etc) should have a rendering function which takes a rect and a float as arguments, and the renderer is allowed …
-
The rightView frame is ignored in `editingRectForBounds`, `textRectForBounds` and so on.
See below:
![](https://infinit.io/_/N7kgzp7.png)
I have implemented the behavior in a subclass, hope it wil…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
```
What steps will reproduce the problem?
1. I have the latest build from trunk.
2. I noticed that there is a panel called circle_panel which is hidden.
3. How do I enable the flyout menus to wor…
-
```
What steps will reproduce the problem?
load the attached file with border-ratius.htc in same directory using IE8
What is the expected output? What do you see instead?
gives "unexpected call to me…
-
```
What steps will reproduce the problem?
load the attached file with border-ratius.htc in same directory using IE8
What is the expected output? What do you see instead?
gives "unexpected call to me…
-
Simplified code:
const onPointSwipe = (i: number) => {
console.log("i", i);
};
>
onPointSwipe(0)}
onPress={() => console.log("press")}
…