Discuss Scratch

Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Just dropping in to say that this now can tell if a topic is closed or not, and will display that on profiles by making the link grey(in dark mode it's a light grey) if it's closed.

Edit: Replit won't let me commit to GitHub for some reason.
Edit 2: Finally let me.

Last edited by Steve0Greatness (June 30, 2022 05:08:18)

Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

bump
Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Bump again
Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Bump again… I guess.
PyraEthan12
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Steve0Greatness wrote:

Bump again… I guess.
How many of these are you saying bump
Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

PyraEthan12 wrote:

How many of these are you saying bump
A lot… because I kinda want my project that I spent weeks on to get some attention.
MagicCrayon9342
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Steve0Greatness wrote:

PyraEthan12 wrote:

How many of these are you saying bump
A lot… because I kinda want my project that I spent weeks on to get some attention.
Hey, your project already has more users than both Catalyst and scratchconnect combined.
PizzaPizza72
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Do you log in with Scratch or do you create an account?
Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

PizzaPizza72 wrote:

Do you log in with Scratch or do you create an account?
You log in with your Scratch account.
Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Happened again. Not sure what's happened…
The DB was erased again. I'm not sure why it happens. I think that one person's data was erased…

Last edited by Steve0Greatness (July 3, 2022 19:35:29)

NFlex23
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Steve0Greatness wrote:

Happened again. Not sure what's happened…
The DB was erased again. I'm not sure why it happens. I think that one person's data was erased…
Honestly, I wouldn't rely on Replit's database for anything. You should probably use a dedicated DB like Supabase (or Deta) for something like this.

Last edited by NFlex23 (July 3, 2022 20:56:03)

MagicCrayon9342
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

NFlex23 wrote:

Steve0Greatness wrote:

Happened again. Not sure what's happened…
The DB was erased again. I'm not sure why it happens. I think that one person's data was erased…
Honestly, I wouldn't rely on Replit's database for anything. You should probably use a dedicated DB like Supabase (or Deta) for something like this.
Something your going to have to pay money for
PyraEthan12-Test
Scratcher
24 posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Heyo, my main got temp banned. Why is there a glitch where I click dashboard, then it signs me out, then I sign back in again, then I click dashboard then it works.
Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

PyraEthan12-Test wrote:

Heyo, my main got temp banned. Why is there a glitch where I click dashboard, then it signs me out, then I sign back in again, then I click dashboard then it works.
It's possible that you signed in and the server restarted, which clears the UUIDs for some reason(there's no way for me to disable this thing in Replit).
Also, using an alt to get around a ban is ban evading, and ban evading == bad.

Last edited by Steve0Greatness (July 4, 2022 02:19:28)

Chiroyce
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

NFlex23 wrote:

Honestly, I wouldn't rely on Replit's database for anything. You should probably use a dedicated DB like Supabase (or Deta) for something like this.
SQLite or SQLAlchemy is a good idea too.
NFlex23
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Chiroyce wrote:

NFlex23 wrote:

Honestly, I wouldn't rely on Replit's database for anything. You should probably use a dedicated DB like Supabase (or Deta) for something like this.
SQLite or SQLAlchemy is a good idea too.
But not if it's hosted on Replit; it might get randomly deleted.

MagicCrayon9342 wrote:

NFlex23 wrote:

Steve0Greatness wrote:

Happened again. Not sure what's happened…
The DB was erased again. I'm not sure why it happens. I think that one person's data was erased…
Honestly, I wouldn't rely on Replit's database for anything. You should probably use a dedicated DB like Supabase (or Deta) for something like this.
Something your going to have to pay money for
Deta is completely free with no limits on storage space. It doesn't even have a paid plan.
Chiroyce
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

NFlex23 wrote:

But not if it's hosted on Replit; it might get randomly deleted.
No, they both save the database as a file, so it wouldn't be deleted. It would be public, though.
NFlex23
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Chiroyce wrote:

NFlex23 wrote:

But not if it's hosted on Replit; it might get randomly deleted.
No, they both save the database as a file, so it wouldn't be deleted. It would be public, though.
Oh, okay. I'm still not sure if I would trust it though. Replit is very finnicky at times.
Looky1173
Scratcher
100+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

There's also MongoDB Atlas as a database!
Steve0Greatness
Scratcher
1000+ posts

[No Longer Being Actively Developed] Personal Stickies: Your own profile for stickying topics

Thanks for the suggestions. I think I'll try SQLite at first, it's still hosted on the Repl itself, but hopefully it will be less finicky since it's designed to store data.

Chiroyce wrote:

No, they both save the database as a file, so it wouldn't be deleted. It would be public, though.
That's actually what I'm currently doing, I'm storing it all in a JSON file. And the fact that the DB would be public doesn't really matter as it's all public data anyways.

Powered by DjangoBB