Daniel Oakey

Results 9 issues of Daniel Oakey

This is a solution for issues ![200](https://github.com/adamzap/landslide/issues/200) & ![201](https://github.com/adamzap/landslide/issues/201) ## Autoplayed Media Video and audio elements with the 'autoplay' attribute will start playing media only when their parent slide is...

Expected Behavior: Autoplayed videos and Animated GIFs start when parent slide becomes main focus Actual Behavior: Autoplayed videos and Animated GIFs start on slideshow load ![](https://i.imgur.com/qmzG0O4.gif) Benefits of Fix: *...

Trigger: Click footnote link Expected behavior: Go to slide containing footnote target Actual behavior: Slide positions are shifted upward and leftward to make the footnote target visible. ![](https://i.imgur.com/rY3zYfv.gif) Example.rst: ```reStructuredText...

When I updated to geany 1.32, geanypy plugins stopped working and no checkbox is visible under `tools > plugin manager` I had installed geanypy from the [arch user repository](https://aur.archlinux.org/packages/geanypy-git/).

Currently, when I attempt to import python 3 libraries, I get an error (even if I add the python 3 sitepackages folder to the sys.path, I still get incompatability errors.)...

Current behavior: "Esc" --> "Quit" --> "Exit Pegasus" --> Pegasus-FrontEnd closes However, if Pegasus is started like this: `pegasus-fe.exe --disable-menu-reboot --disable-menu-suspend --disable-menu-shutdown`, then the behavior should be: "Esc" --> "Quit"...

feature

I'm running the following code in python 3.6.3 in an Arch linux OS: ``` python import mouse def say_hello(): print('hello') mouse.on_middle_click(say_hello) mouse.wait() ``` When I run this script, it waits...

Let's say I have a .ods file with merged cells like this: ``` +----------------------+------------+----------+----------+ | Header row, column 1 | Header 2 | Header 3 | Header 4 | +======================+============+==========+==========+...

### Please check that this issue hasn't been reported before. - [x] I searched previous [Bug Reports](https://github.com/davish/obsidian-full-calendar/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and didn't find any similar reports. ### Expected Behavior The event modals should...

bug