Frank Dana

Results 954 comments of Frank Dana

Glad you got that sorted out, @universish! I'm debating reopening this, to look into the issues with GSConnect making GNOME Shell / the system itself unstable, if used with kdeconnect...

Graphviz's layout engines (the commands like `dot`, `neato`, etc. that produce different types of graphs from the input graph definition) provide a whole range of output file formats, not all...

@YvesRijckaert > I followed your instructions and implemented `-body[strong],-p[strong]`. However, I noticed that there are still scenarios where I'm able to add bold text within paragraphs, notably using the cmd+b...

I also added a commit setting the flake8 maximum line length to 80, because there was a conflict where `black` would reformat a statement of exactly 80 characters to one...

I'll have to figure out what about these changes are breaking `testSharePlugin.js`, plus it would be good to add some new tests for the new functionality.

@andyholmes I was hoping you might be able to give me some insight into why the CI is failing. The failure is in `testSharePlugin.js`, which makes sense as that's the...

As I've said, it would also be good to add _actual tests_ for the new code. But I figure first I need to get the tests working _without_ testing the...

@andyholmes That seems to have done it, thanks! Now I just have to gin up some tests for the _new_ code.

(Actually I think #85 was already fixed by #320, but it never got closed so might as well close it here.)

The tests _probably_ do cover all of this, but I'd feel better adding some extra tests specifically for the rewritten functionality. I started writing some, then stumbled on the fact...