Giter Club home page Giter Club logo

incendy's Introduction

Hi there πŸ‘‹

πŸ’« About Me:

πŸ”­ Working on Stardust Labs projects
🌱 Currently learning web development
πŸ“« How to reach me: Discord catter1

🌐 Socials:

Discord Twitter

πŸ’» Tech Stack:

Python TypeScript Next JS Java Nginx LINUX Postgres

πŸ“Š GitHub Stats:

wakatime


πŸ’° You can help me by Donating

Ko-Fi

incendy's People

Contributors

catter1 avatar misode avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

incendy's Issues

Wiki upload images preview

When uploading an image to the wiki through the /wiki upload command, the link preview image is used instead of the original image, dividing the quality/size of the image by 2 on discord

Bug created by terabuildsstuff via Incendy in the Stardust Labs discord server

Log Detector Merge Messages

If a user sends 2 logs in the same message, Incendy correctly uploads them both and provides buttons. However, they are sent in separate messages. Make both (or more) buttons send in the same message.

Bug created by catter via Incendy in the Stardust Labs discord server

Allow Header Links in Wiki Textlinks

For example, [[wiki|Terralith#Biomes]] will allow the link to contain that section/header (whatever its called) in the link. No need to check if it exists or not

Bug created by catter1 via Incendy in the Stardust Labs discord server

1.19.4 Updates

Server Installation FAQ needs to be updated to say 1.19.3+. There are probably plenty of other FAQs that should be updated - probably the Version Table as well.

Bug created by catter via Incendy in the Stardust Labs discord server

More Discord Links

Add discords such as Chunky to the /discord command.

Bug created by catter via Incendy in the Stardust Labs discord server

Incendy Support ticket

The button for the "Close Ticket" doesnt work

Bug created by skylor via Incendy in the Stardust Labs discord server

Stats Command For Animated PFPs

The bug still exists for members using /stats, if they have an animated PFP. Take a look.

Bug created by catter via Incendy in the Stardust Labs discord server

Update #server-info Information

StardustMC is on 1.19.3, not 1.19.2. Fix that and any other old information.

Bug created by catter via Incendy in the Stardust Labs discord server

Investigate Permission Issues

For commands that have specific permissions (not for everybody, but not just moderators) like dwa and close, do some research on how Discord handles those.

Bug created by catter1 via Incendy in the Stardust Labs discord server

[Enhancement] Additionnal quicklinks

I recommend adding a [[saplings]]/[[sapling]] quicklink, redirecting to the pmc and or modrinth page of Biome Sapling, and on the same topic, add a [[biome only]]/[[biomes only]] quicklink with links to the terralith no structure addon and incendium biome only addon, with an option to only get one of the two by putting |terralith or |incendium after biome only

Feature request created by terabuildsstuff via Incendy in the Stardust Labs discord server.

FAQ Indentation

Fix the indentation issues from the multi-line string implimentation.

Editing a message to include the [[]] stuffs sends another message

If you edit a message to include the [[]] stuff (forgot what it’s called), sends another message. It will send another message if the original post has a [[]] in it and try to include the [[]] again. Rennen_Rig noticed it just recently.

Bug created by kumatose_bear via Incendy in the Stardust Labs discord server

[Enhancement] /faq faq:Foliage colors details

The faq for Foliage colors doesn't explain correctly how the foliage/leaves colors is applied to some biome (sometimes based on temperature/humidity, sometimes set), the fact that because of that, leaves of a specific color cannot be placed in another biome, and how this wont work if a resourcepack overrides a default colormap or using geyser/bedrock

Feature request created by terabuildsstuff via Incendy in the Stardust Labs discord server.

Resourcepack Updating Translations

When updating resourcepack to GitHub, the translations only include the biome names. ensure everything gets uploaded.

Bug created by catter1 via Incendy in the Stardust Labs discord server

Allow for Textlinks on Edit

Do an additional check for textlinks when a user edits a message.

To help it, if IDs dont have to be unique, set an ID on all textlink buttons so the API clears the msg's children with that ID before re-adding the links?

Bug created by catter1 via Incendy in the Stardust Labs discord server

Edits Pass Video Check

When posting videos in general, people can get around the rule if they edit their message to have the video link, rather than on initial post.

Bug created by catter via Incendy in the Stardust Labs discord server

Textlinks info out of date

/textlinks has multiple links that are not up to date with the actual results of the [[textlink]] when used (projects textlinks for example)

Bug created by terabuildsstuff via Incendy in the Stardust Labs discord server

Videos can be bypassed again in #general

Videos can be bypassed again by putting text behind the video link text(link-remove-parenthesis)

Bug created by Kuma via Incendy in the Stardust Labs discord server

File Reference Error

For some reason, the reference to the file to sample from is screwed up.

FileNotFoundError: [Errno 2] No such file or directory: './/home/path/to/image.webp'

Check image_tools.py, line 86.

Bug created by catter via Incendy in the Stardust Labs discord server

MC Bug Textlinks

Add some textlinks for the Mojang bug tracker. for example: [[MC|123456]] would link to mc-123456 bug.

Bug created by catter via Incendy in the Stardust Labs discord server

Biome IDs faq

The FAQ option for Biome IDs hangs indefinitely

Bug created by naomieow via Incendy in the Stardust Labs discord server

Conflicting package dependencies

Conflicting package dependencies in requirements.txt
httpx 0.23.0 depends on httpcore<0.16.0 and >=0.15.0 however the requested version is httpcore==0.9.1

image

Add Datapack Creation Function

When uploading a datapack, there should be a create_datapack method. it would take in the datapack, unzip it, get rid of any extra files, then add stuff in like the license.

Bug created by catter via Incendy in the Stardust Labs discord server

Just some issues I found in project

Sooooo

  • Credentials in json file instead of environment variables or .env (why env?)
  • Reading of static files over and over again (image templates, fonts, etc...)
  • Saving to tmp instead of io buffers (BytesIO)
  • Three different image processing libraries instead of just pillow
  • Sync io code in async codebase like file write/read (easy fix) or usage of request instead of aiohttp/httpx
  • No formatting at all (best formatter ever) and probably no linting (I recommend ruff, which is the better replacement for flake8)
  • requirements.txt contains not only project dependencies but also everything that was in venv
  • Requirements are locked to one version, so no patches (for requirements "allow compatible versions" syntax is "~="
  • No docker configuration for easy deployment
    Not an issue, but pyproject.toml (PEP-621) is better for development configs, project metadata and dependencies, you can also use poetry to manage it

Fix Seedfix Link in Downloads

The #downloads channel references the old seedfix site

Bug created by catter1 via Incendy in the Stardust Labs discord server

New Minecraft Wiki

Whenever someone links to minecraft.fandom.com, forward them to minecraft.wiki. The Passive Animals FAQ also needs updating with the latest link.

Bug created by catter1 via Incendy in the Stardust Labs discord server

Three Changes: Mcmeta, FAQ, Issue

  • The embed from /datapack mcmeta is annoying: just remove it.
  • In the /faq Is It Working FAQ, Dynmap is spelled wrong. Change it so it isn't as heavily implied.
  • For the /issue command, turn the link into a button.
  • Hide the link embed from /qp Screenshot Tips

Bug created by catter via Incendy in the Stardust Labs discord server

Base Worldgen Textlink

[[worldgen]] is either missing or broken. Plz fix

Bug created by catter1 via Incendy in the Stardust Labs discord server

Forever Threads

Make it so select threads will never expire.

Bug created by catter via Incendy in the Stardust Labs discord server

AutoResponse Cog

Textlinks would be moved here, along with a new log scanner.

For the textlinks, similar to the MC bug reports, do the same for stardust stuff.

[Enhancement] Typos

The /faq faq:Configuration (Remove Biomes) has a typo on "officially".
Will report more typos if I find any and you can comment some to keep track if you want.

Feature request created by terabuildsstuff via Incendy in the Stardust Labs discord server.

Missing Some Media URLs

I think Incendy isn't catching CDN urls? Example of one that got through:
https://cdn.discordapp.com/attachments/776702094501478400/1109586124470489258/v12044gd0000cglho6bc77u24bjo02l0.mov

Updating faq ID error

In the updating faq for Terralith, the ID of a user is provided but shows up as an ID still

Bug created by Tera via Incendy in the Stardust Labs discord server

Wrong Structory: Towers Download Link

The forge/fabric download button for Structory: Towers in the downloads channel brings you to Structory, not Structory: Towers

image

Bug created by catter via Incendy in the Stardust Labs discord server

Locate QP Improvements

Make the current implementation of the locate qp into a table. Then, add information such as namespaces (terralith:biome) and 12.8k distance (remember structures/biomes are different).

Bug created by catter1 via Incendy in the Stardust Labs discord server

Typo in Discord Server

Should be "kohara" not "kahora"

Bug created by catter1 via Incendy in the Stardust Labs discord server

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.