Daniel Porteous (dport)

Results 264 comments of Daniel Porteous (dport)

I address this partially in 816d726. The hover works (including any highlighting and other overlays), but there there are two issues: 1. It doesn't scale to its original size. I...

For this and any other setting, there should be a way to turn it off. The best way to do this will be to make the hover variant a class...

Turns out this doesn't work on all browsers. On chrome this displays weirdly, the z-index isn't doing what it should.

Also before I would consider this done, there needs to be an option in the settings to disable this behaviour.

As of 4d8b850 this is mostly done. All of the above issues have been resolved except: - Point 2 above (https://github.com/banool/codenames-pictures/issues/6#issuecomment-420901480). - Scaling to original size. I don't even want...

Hey fam, I have a functioning and hosted version of Codenames Pictures here: https://github.com/banool/codenames-pictures. This has been alive for maybe 1.5 years now. It's a fork of this repo and...

I'm getting this error too, upgrading my Java version / build tools didn't help.

Pretty sure so. Nonetheless, I stopped using this in favor of just signing the output as part of the gradle build, which involves doing something like this: https://github.com/banool/aclip/blob/main/.github/workflows/full_ci.yml#L139-L140.

For people who want this to happen, wrap `git sync` and run these commands after: ``` maincommitid=`git log remotes/origin/main --pretty=format:"%h" --no-patch -1` git branch --force main $maincommitid ``` This isn't...