nmz787

Results 23 issues of nmz787

I tried `ignoreClass` but the `tr` or `td` I have the associated `class` applied to are still hidden. This seems like an alternate meaning of "ignoring filtering", I also understand...

I'm not sure why this is happening, but if the JSON data lacks an ID for each element, the plugin still works well, but the downward pointing icon doesn't show...

I needed to get the parent text during the onChange event, so hacked the code using: ``` --- C:\git\combo-tree\comboTreePlugin.js 2022-03-14 16:43:17.000000000 -0700 +++ C:\git\myApp\static\Drop-Down-Combo-Tree\comboTreePlugin.js 2022-03-11 14:46:57.000000000 -0700 @@ -323,13 +323,15...

running this ESCAD script: ``` bogus_command(d=100); ``` with this command: `$ extopenscad test.escad -o test.stl && echo "last command worked!"` produces: ``` Loading File. Processing File. No objects to render....

extopenscad

I am trying to use websockify to proxy between local port 5901 and a different remote machine's port 1234, but getting this odd error: ``` $ python.exe -m websockify 5901...

Windows

I see the only place the object variable `password` is used is in `jira.py` based on this search of the repo: ``` $ grep -ri "\.password" atlassian/jira.py: "webSudoPassword": self.password, atlassian/rest_client.py:...

I just tried `import ds1054z.discovery` and found it failed to import. Got confused by the main page instructions `pip install ds1054z[savescreen,discovery]` which don't make sense to me because of the...

In my test use-case, I find setting up the problem takes very very long. I guess I have a lot of variables and/or constraints... what I mean by 'setting up...

# Summary `python -m pytest -s --cov-report html --cov=mynamespace.mypackage tests` fails to show print statements on stdout ## Expected vs actual result expected: to see my prints, because -s was...

How do I print the options by default (without passing -h)? he documentation doesn't make clear the -h argument must be passed to print the 'options'. As I don't even...