Giter Club home page Giter Club logo

replcustoms's Introduction

frissyn Discord Chat

A high school anime fanatic from Maryland proficient in Python, Ruby, and Crystal. I've also learned JavaScript, C++, Lua, and SourcePawn, but I only use those when I need to =P

I'm an artist creating tools and applications for programmers and creatives alike. The projects I make range from API wrappers, to game mods and documentation, to developement tools, and a bit more. Check out my pinned repositories!

**Curently less active maintaining software projects and programming in general while I focus on art and college.

A lot of these GitHub READMEs are over saturated in SVG stuff, so here's a simple table with my top languages and GitHub stats.

Top Languages:
GitHub Stats:

P.S. - Have you ever forked a potato?

replcustoms's People

Contributors

alexapostolu avatar d4rkw1nt3r avatar frissyn avatar potentialstyx avatar thewaydev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

replcustoms's Issues

Suggestion #2

A lot of people that use Repl Customs do not have GitHub, so if they find an issue, they can't submit it. This might be a strange request, but at least consider it.

This would be a bit tricky to code, there could was a ability where you can submit an issue inside the Repl Customs website, so they don't have to have GitHub to submit a issue or a suggestion with the code.

Async is used Synchronously

The server uses async functions, like the one to get leaderboard data, synchronously, and waits for them to complete before sending them to the client. This makes requests/responses very slow. A better solution (IMO) would be some sort of stream or P2P HTTP endpoint where you send data as it comes, and then show a loading screen while the leaderboard is loading.

Mistype

When you created a new label called unstal, I think you meant unstable.

Comment Issue

In the original version of Repl customs, you were able to look at a users recent comments. It also showed posts in the comment section on a user, but that wouldn't be to difficult to fix that.

Suggestion 4

I think we could make a feature that would allow people to submit reports saying what they want next and how much they like the current version of Repl customs. So you know what the users of Repl Customs want.

FunnyLamma

Suggestion #5

I like the idea of a login system. It is a good idea.

[FEATURE] Upcoming features

features:

So I know that repo customs still has a long way to go but here are some features that I've not seen suggested that I think should be.

  • login we should be able login to repl-customs with repl to use some features
    • login working
    • history
    • login logs (for users to see where logged in and when)
    • add links to github on their profile
    • maybe a verified badge on there profile
    • pin a post so it shows on top
    • maybe have a status like github and discord like what they are doing
    • some other secret stuff I'm working on (i think i forgot that :/)
  • * add results from my spam detector and activity detector to show if they spam or are active (obviously these would be at the bottom and will have a disclaimer saying there not 100% accurate)
  • settings
    • let users decide what shows when they search (like what parts of the profile)
    • let users have more theme choices
  • link to a users repl profile on their page so you can easily go there

And more that I haven't thought of yet

Repl

I can't access the website anymore from GitHub, I don't know if this is for everyone or just an issue for me.

Suggestion #3

Another sway you could maybe improve Repl Customs would be to add the feature where you can see the 7 day, 31 day, and all-time leader board instead of only being able to see the all time leader board. Maybe you could also add a one day leader board.

App key

If I was to copy this and modify it, what would I put in the "KEY" variable in my .env file and what is it used for?

documentation/wiki

It would be nice to have a wiki or something to learn how to use it

or some kind of documentation

Can't retrieve a comment's post title

Under the "Recent Comments" section of a user's profile page, an expandable menu that contains the recent comments and the post that they came from doesn't display the title as intended.

Code snippet from user-output.html

<div class="collapsible-header">
        <a href="{{comment.url}}">
        <i class="material-icons">call_made</i></a>
         <b>[⬆️&nbsp;{{comment.votes}}]</b> From: <b>{{comment.post}}</b>
</div>
<div class="collapsible-body" style="background-color: white">
        <div class="center-custom pd-high">
                <span style="margin: 16px; padding: 16px;">
                {{comment.content[:300]}}<b>...</b>
                </span>
        </div>
</div>

The {{ comment.post }} Flask code block is supposed to return the comment's post title.

Recent comments won't load.

I don't know if this is a problem for everyone, but it won't show me recent comments when looking at a profile on Repl-Customs. It says "A problem occurred, please try again later".

BUG: Sometimes searching doesn't happen

From my testing, it appears that searching does not occur unless you click the text on the 'get results' button. Simply clicking on the other spaces of the button does not submit the content.

Expected result:
The form is submitted

Actual result:
The form is not submitted, but notably the darker green onclick effect still triggers

How to reproduce:

Suggestion

When you look up a post, you could make it so you can go back to the homepage. Because after you look up a post, your stuck in that page. So a button that allows you to go back to the main page should work.

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.