nmz787

Results 39 comments of nmz787

Here's my quick patch, sorry for the code duplication of the actually showing: ``` --- a/static/sunnywalker-jQuery.FilterTable-8f7979d/jquery.filtertable.js +++ b/static/sunnywalker-jQuery.FilterTable-8f7979d/jquery.filtertable.js @@ -167,6 +167,9 @@ // don't filter the contents of these columns...

is there a workaround? gLabels just keeps printing blanks for my Dymo LabelManager PnP

I had a similar situation, except I had no data IDs, so I just created this `setSelectionByText` method, which takes a list of the text strings you would find in...

hmm, well I synthesized some IDs and it doesn't actually help, so I guess it's something about having the selection `input` element inside of a table `td`, or something with...

I edited a form PDF, then saved it, but had to sign with my pen input... for which I used Xournal. Unfortunately after exporting over the original PDF, I found...

@rolandlo I don't have an `Opacity` option there, just thicknesses. Also I don't see a way to draw a shape/rectangle, only `select rectangle` from the icon toolbar. Running `Xournal 0.4.8/2106`...

oops, looks like xournal is a different codebase than this repo!

I see no tab for "Level X", only "Level 1", 2, 3, and 4

I think the "help" page in the GUI needs a tab listing all the available commands (i.e. the API). Bonus points if each command had a thumbnail associated with it...

I just git cloned this repo, `cd PythonTurtle` did a `sudo apt install python3-wxgtk4.0` then `python3 -m pythonturtle`... working fine on my chromebook here, running in the ChromeOS' linux container...