suedunham

Results 11 issues of suedunham

After installing the new update (2020-08-06), my pills no longer display the dropdown contents. These do work with Hogfather 3 and Bootstrap Wrapper 2017-04-07. I am using the nspages plugin...

bug

I have a working bit of css in `userstyle.css` to make the BatchEdit plugin more readable in the Darkly theme. (I guess there's a feature request right there.) ```css /*...

feature request

I'm having issues [such as found here](https://github.com/giterlizzi/dokuwiki-template-bootstrap3/issues/391) with the media manager and popup media manager. It's all white text on white backgrounds. Going by the workaround there, I did try...

I've been extracting html with the composable objects and just trying to see how changing parameters affects the output. To that end, I extracted twice from the same file with...

component: converter
status: accepted

I don't know if I should bring this up with you, The Qwertiest, or elsewhere, but the image I have is from your theme. I've noticed it too in my...

I'm trying to install on Windows 10, which reasonably enough doesn't seem to support the termios module. Trying to view a mlb game gave me the ModuleNotFoundError stemming from player.py...

## Description of your problem When shutting down Spyder, I get the error message attached. This occurred after upgrading to version 5.3.0 with ``-c conda-forge``. **What steps will reproduce the...

awaiting followup

## Description of your problem This may be more of a feature request than a problem. I don't want to have an Anaconda prompt in regular PowerShell, but I'd like...

awaiting followup

I don't know if this is a bug or just my own error; please forgive me if this is misplaced. I'm using the `` class to create an infobox, and...

When using the `SVG.write_xml()` method, I cannot simply hand it a `pathlib.Path()` object for the new filename. Instead, an exception is raised. ``` File "C:\Python311\Lib\site-packages\svgelements\svgelements.py", line 3429, in write_xml write(self,...