-
Pressing the power button (toggle interaction) causes the whole figure to become blank, instead of just disabling interaction. Difficult to reproduce this every time. Tried with both Firefox and Chrom…
-
When you enable zooming, pinch to zoom gestures seem to always zoom to the top left corner. This makes zooming unintuitive for the user. This is made worse by horizontal scrolling not working (Issue #…
-
Perhaps we could use the WP class for parsing the DOM instead of including `simple_html_dom.php` (which has non-namespaced functions and is thus a pretty big risk)? The `WP_HTML_Tag_Processor` class w…
-
```
What steps will reproduce the problem?
vv.plot([0,1,1,1],[0,0,1,1],[0,0,0,1])
however, no error for
vv.plot([0,1,1,1.0],[0,0,1,1.0],[0,0,0,1.0])
Traceback (most recent call last):
File "", l…
-
## Details
I was trying to save plots generated using gr() backend in pdf format and this messes up the negative values along x & y-axes. This doesn’t seem to happen when the figure is saved as png t…
-
I was working on https://github.com/dequelabs/axe-core/issues/2897, when I fell down the `group`-role rabbit hole. It is pretty odd how in consistent it is, which makes using group unpredictable.
…
-
I get an error returned for this and i have no idea how to fix it
I write in Spyder 5.4.3 with Python 3.11
codeline:
`import torch
import torchvision as TV
import numpy as np
from matplo…
-
I'm playing Rayman using a Boxer image created by 32-bit Boxer. The game uses CD Audio tracks to play the soundtrack, but Boxer did the awesome right thing of ripping the CD audio into the image so th…
-
As discussed in https://github.com/ckeditor/ckeditor5/issues/1908 we designed features in CKEditor 5 in a way which helps the users to create accessible content. However, in order to ensure that the c…
-
I am trying to use plottable with angular but I don't know what to put in the
`chart.renderTo` or how to set up the HTML app component.
Any hints appreciated!
import { Component } from '@an…