-
```
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…
-
`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…
-
Some folders do not overlap correctly.
![image](https://github.com/WooshiiDev/Unity-Folder-Icons/assets/15007447/24e8e1f5-5064-4c51-94e6-da9de4d8630f)
In FolderIcons.DrawTextures on line 76 I c…
-
hi there. just wanted to flag a little bug with setting state from ResizeObserver callbacks that happens in React 18 due to setState batching. we are seeing this issue surface in `react-use-measure` c…
-
```js
const container = document.createElement('div');
document.body.appendChild(container);
await Plotly.newPlot(container, [], { title: 'abc' });
await Plotly.react(container, [], { title: 'hell…
-
In some cases, exactly the same Vue component will be generated for different, independent `.svg` files. This happened to me when I was importing SVGs containing `` tag, but it's likely related to `` …
-
Conf:
Raspberry Pi 4 - Raspbian GNU/Linux 10 (buster) 32 bit os, ARM
pylibdmtx (0.1.9)
libdmtx0b (0.7.5-3)
```
from PIL import Image
from pylibdmtx.pylibdmtx import decode, Decoded, DmtxSymbol…
-
Hey i want to fix the height and width of the frame and allow scale and zoom only
thanks for the help
-
The continent_rect listed in https://api.guildwars2.com/v2/maps?ids=988 is still incorrect and results in the zone marker being drawn in the wrong place.
**API result**
`[[3840,14592], [5888, 1715…
-
I am considering trying to write a package of geoms and stats that would reproduce the quantmod charts in ggplot. One issue is that ggplot treats all dates as equal, where-as it is normal when lookin…