Alex Gleason

Results 199 issues of Alex Gleason

Mastodon is a federated social media software. Their docs are here: https://docs.joinmastodon.org/ It's a static site built in Hugo: https://source.joinmastodon.org/mastodon/docs

request

[Solarus](https://www.solarus-games.org/doc/latest/) is a 2D game engine tuned for developing games similar to The Legend of Zelda. Solarus 1.6 documentation is here: https://www.solarus-games.org/doc/latest/ It's generated with Doxygen. Would be great to...

request
doxygen

I noticed there's an unused `banner.jpg` which would serve this purpose. Basically as the video is loading, it would show the image behind the unloaded video instead of a gray...

enhancement

I noticed the pull to refresh only works if the element is already at the top of the page. I want it to activate even if I start halfway down...

``` ➜ mix compile ===> Analyzing applications... ===> Compiling syslog ===> Missing artifact priv/syslog_drv.so ** (Mix) Could not compile dependency :syslog, "/home/alex/.mix/rebar3 bare compile --paths /home/alex/Projects/soapbox/_build/dev/lib/*/ebin" command failed. You can...

### Summary On some Django CMS pages, if I edit them and then press "submit", the page won't be saved. Instead an error will be shown and the page will...

good first issues
kind: enhancement
status: accepted
Hacktoberfest

I was running MicroK8s on a server which had a `192.168.1.158` IP. I later moved the server to a different LAN and changed its IP to `10.0.0.10`. Afterwards, MicroK8s stopped...

I'm a novice, so please bear with me if I've gotten anything wrong. It seems that if I want to automatically save, you need to call `game:save()` after every event....

Was facing this issue in Pleroma [pleroma/pleroma#2029](https://git.pleroma.social/pleroma/pleroma/-/issues/2029) where all 204 responses suddenly started returning 500 on the latest Cowboy. Basically, this code in Phoenix, with the default Jason encoder, no...

I tried adding Gringotts to my project, but it requires decimal 1.0 while newer Postgrex requires at least 1.5. This will likely affect all new Phoenix projects. ``` Resolving Hex...