nielsenb-jf

Results 12 comments of nielsenb-jf

Missing Gnome 42 support has been reported downstream[0], is there anything I can do to help get this merged into a new release in time for Fedora 36? [0] -...

The brave can try my [copr](https://copr.fedorainfracloud.org/coprs/nielsenb/tenacity/) which packages git revisions (at least until versioning settles down with Tenacity releases). From a user standpoint, MIDI playback seems to not work, and...

Everything renders correctly if you copy the injected styles from the parent window to the child. See [this CodePen](http://codepen.io/anon/pen/ZOaGoY) for a demonstration. Things break if you try to interact with...

I have a [branch in my fork](https://github.com/nielsenb-jf/plotly.js/tree/coverslip_fix) that demonstrates fixing interactivity when rendering to a child window. Basically, it renders the drag cover to the document of the child window,...

I renamed my branch to ['child_window_fixes'](https://github.com/nielsenb-jf/plotly.js/tree/child_window_fixes) to better describe the goal. I tried testing as many plot types as I could, specifically looking for ones that make assumptions about the...

New branch called [child_css](https://github.com/nielsenb-jf/plotly.js/tree/child_css) that incorporates the previous changes, as well as injecting styles in `Plotly.plot`. Everything I've tested seems to work. I changed `pull_css` to generate a `plotcss.js` file...

I've got everything but the tests put together in the ['child_window_fixes'](https://github.com/nielsenb-jf/plotly.js/tree/child_window_fixes) branch. Remaining work will happen there.

I've added some tests to the [child_window_fixes](https://github.com/nielsenb-jf/plotly.js/tree/child_window_fixes) branch. Are we sure we want the tests in the `plot_interact_test` suite? It feels a little cleaner to me to have them be...

I fixed an issue with notifiers not appearing in the correct window, and with the `_document` and `_plotCSSLoaded` properties not being cleaned up on purge. Assuming you don't see anything...

So git is being snotty about squashing a couple of the formatting commits due to some of the merging back and fourth I did (whoops). Also, I did a git...