kernc

Results 395 comments of kernc

The behavior is based on this logic: https://github.com/pdoc3/pdoc/blob/d1136eafa45315bf5e89596197a24804e4790ee6/pdoc/__init__.py#L1045-L1059 https://github.com/pdoc3/pdoc/blob/d1136eafa45315bf5e89596197a24804e4790ee6/pdoc/__init__.py#L993-L1018 I don't know if it solves it, but now that [`inspect.getmembers_static()`](https://docs.python.org/3.11/library/inspect.html#inspect.getmembers_static) is available, we should probably see to using that instead...

Can you use https://github.com/kernc/logkeys/issues/223?

What version are you using? Please try with one of the [more recent releases](https://github.com/kernc/logkeys/tags) or even git master. Otherwise, amend your service file with flags `logkeys -d event15` through `event17`,...

> Do you have any guess on what service should logkeys wait to execute? Just a guess, since most of /dev is handled by udev, maybe [systemd-udevd.service](https://www.freedesktop.org/software/systemd/man/systemd-udevd.service.html)?

Thanks for the report! > Invoking processes under setuid, without sanitizing environment variables, is extremely risky. I tried with an exploit by $PATH. So in your opinion, a correct fix...

The files in the __highcharts_ folder are obviously _not_ distributed under GNU GPL. The whole of scikit-learn that we distribute as part of our package also isn't (it is BSD)....

This has been partially fixed in https://github.com/biolab/orange3/pull/1487. The license restriction applies for the use of Highcharts as a library, for redistribution, which is makes us, the Orange project, subject to...

Thanks for the heads up. We'll be releasing a *.deb package soon, possibly even on Ubuntu's PPA (although that makes it available to Ubuntu almost exclusively).

If you insist on installing Orange for Python 2, you might probably do so by running [`conda install -c anaconda orange=2.7.8`](https://anaconda.org/anaconda/orange) This might work for any version of Anaconda /...