AlienKnight

Results 11 comments of AlienKnight

Reinventing the wheel is always something to avoid, so I'll put my 2 cents in the bucket. The current codebase in all honesty- isn't too bad, it just needs to...

Came here looking to see if the issue I was trying to debug on my instance was somewhere in the issues pages, and it is. I am having this _exact_...

> I can confirm that the tags index won't update in Mastodon 4.0.2. > > Switching off ElasticSearch will enable hashtag search for new hashtags, switching it back on will...

I can confirm that this is occurring on my instance as well, however it seems isolated to a specific page, I am unsure which one. I'll try and work that...

The main issue with EJS for a site like this is that it's a lot of server side processing, wheras using something like Vue 3, and Websockets, you can greatly...

I see 0 reason for top.gg to implement this. LinkedIn is a thing, indeed is a thing, and discord servers are a thing. If a group is looking to hire,...

This seems like unnecessary work for the dev team, and quite frankly it seems like a niche issue. Not to sound rude, but just reload the page? If you are...

So, the issue is that servers, aren't cached on startup, or on search. They are only cached on edit, submission, and autosync. It is why on the production site you...

I went ahead and added this to the current open PR since it's a small fix/change, I referenced the full, actual cause here https://github.com/TheAlienKnight/website/pull/10

> Wanted to revive this - it looks like as of [e498191#diff-edece8d1bd75b2b4199f216f1346d4d5a4cec5dce1f2c0c9d0b18fa41be70830](https://github.com/mastodon/mastodon/commit/e49819142f98a94ba44e24aa093815bf74afab05#diff-edece8d1bd75b2b4199f216f1346d4d5a4cec5dce1f2c0c9d0b18fa41be70830) statsd is removed but I don't see any indication of what might replace it. Thank you for pointing...