Mark A. Hershberger
Mark A. Hershberger
Also add phpunit dependency, add test target, fix up phpunit.xml.dist, and add changelog entry. Fixes #412
I have a project (a MediaWiki extension) that has symlinks to another project (MediaWiki) that has symlinks back to the first project. This is necessary in my personal setup, but...
See #354 but it would be good if the results of an erroneous result from [chatgpt-shell-prompt-compose--fetch-model-icon](https://github.com/xenodium/chatgpt-shell/blob/65be81b78ee60f3dbc243ba69add4a4cc9c681cc/chatgpt-shell-prompt-compose.el#L847) were not cached.
It took me a while to figure out why icons weren't loading (a 0-length file had been cached) but, once I did I saw you have [hard-coded dark-themed icons](https://github.com/xenodium/chatgpt-shell/blob/65be81b78ee60f3dbc243ba69add4a4cc9c681cc/chatgpt-shell-prompt-compose.el#L850). I...
The warning comes from [this line](https://github.com/nashamri/spacemacs-theme/blob/2ffca41e6e9aa55d8de5c40c6fb61e0d47763b5d/spacemacs-theme.el#L768), of course, but I don't understand how to change `nil` to `unspecified`. FWIW, I tried mimicking earlier lines but the only thing that worked...
### Summary Ladybird comes up. I type reddit.com in the location bar and a crash happens. ### Operating system Linux ### Steps to reproduce 1. 2. 3. ### Expected behavior...
MediaWiki 1.45+ changed the categorylinks table schema to use the linktarget table instead of storing category names directly in cl_to. This commit updates all queries to join with the linktarget...