Mark A. Hershberger

Results 80 comments of Mark A. Hershberger

I have [forked to gitlab](https://gitlab.com/emacs-ansible/emacs-ansible), added the ability to [prompt for a password](https://github.com/k1LoW/emacs-ansible/issues/35), and will add anyone who wants to contribute to the project.

`xwidget-webkit-execute-script-rv` was removed from emacs in [67e03311a0b9091fe98a2cca86c6a6a933fc6e05](https://github.com/emacs-mirror/emacs/commit/67e03311a0b9091fe98a2cca86c6a6a933fc6e05).

It looks like you mean [here](https://github.com/brotzeit/rustic/blob/39423d1cf4fa054c36bf9577356451f4c06ee148/rustic-compile.el#L299). If this works for me, I'll make a PR so others can review or use.

Yeah, I realized that later and updated my comment (for anyone who wonders, my original comment was pointing to [line 250](https://github.com/brotzeit/rustic/blob/39423d1cf4fa054c36bf9577356451f4c06ee148/rustic-compile.el#L250)). The PR uses your location.

Side by side, two emacs started with "emacs -q --no-site-file". ![image](https://user-images.githubusercontent.com/43581/27733810-bda15124-5d5d-11e7-870d-88d9beba11ed.png) I set the default face in both to google's [Go font](https://blog.golang.org/go-fonts) I did "M-x package-init RET" to load paladox...

Just noticed something that might be helpful. ![image](https://user-images.githubusercontent.com/43581/28242470-87d9effa-697a-11e7-933d-ee4fc3742c2e.png) Package lines without the "h" (indicating a homepage) *are* lined up. Package lines with the "h" *are not* lined up.

Thanks! That workaround does the trick. I think it also shows that paradox needs to add a column for the home page link just as one has been added for...

This is probably caused because SMW is improperly using MW services. Probably relevant: https://www.mediawiki.org/wiki/Manual:PHP_unit_testing/Writing_unit_tests#Databases Talking briefly with @tgr at the hackathon, he suggested that a fix may be to have...

I've started a [branch that uses MediaWikiIntegrationTestCase](https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/phpunit-working) and addressed some php 8 deprecations on it. Tests still don't pass, but it is a start.

The first error, when running the tests on a new install against sqlite is: ``` Database access has been disabled. #0 .../includes/libs/rdbms/loadbalancer/LoadBalancer.php(1147): Wikimedia\Rdbms\LoadBalancer->reallyOpenConnection() #1 .../includes/libs/rdbms/loadbalancer/LoadBalancer.php(967): Wikimedia\Rdbms\LoadBalancer->getLocalConnection() #2 .../includes/libs/rdbms/loadbalancer/LoadBalancer.php(944): Wikimedia\Rdbms\LoadBalancer->getServerConnection() #3...