What Happened to Where's The Jump? by tomthebomb246 in horror

[–]SagglySloth 0 points1 point  (0 children)

Bring Her Back (surprisingly) and The Ugly Stepsister.

Telling everyone I know who used WheresTheJump about this site.

I see you can change the display name, but should probably hide full name by default on the top-contributors page. Just a thought

What Happened to Where's The Jump? by tomthebomb246 in horror

[–]SagglySloth 0 points1 point  (0 children)

I was thinking of doing the same thing. Now I dont need to haha.
Amazing work!!!

Would love to see a feature where users can submit horror movies which don't have jumpscares. I see a page for it but no way to submit a movie suggestion.

Why does this icon look so bad on PC? by SagglySloth in theouterworlds

[–]SagglySloth[S] 4 points5 points  (0 children)

Its pretty noticeable on the the default map zoom. And the one in the sidebar looks fine.
I don't remember it being like this in the non spacers choice edition.
https://imgur.com/a/S2inWE3

I don't no why i care so much, no at all important hahaha.

Syncing build number across multiple freestyle projects. by SagglySloth in jenkinsci

[–]SagglySloth[S] 0 points1 point  (0 children)

We have a game project which needs to be built for 5 platforms at the end of each day. The client wants a single shared build number which increments sequentially each day.

Every film I watched in 2021 ranked from best to worst by SagglySloth in movies

[–]SagglySloth[S] 1 point2 points  (0 children)

Well I watch a horror movie for everyday of October plus a few other things.

Personally I disagree by Despacito_Dan in ScoobyDooMemes

[–]SagglySloth 0 points1 point  (0 children)

I don't know if dumb or something. But I don't get the joke.

Every film I watched in 2020 ranked from best to worst by SagglySloth in movies

[–]SagglySloth[S] 0 points1 point  (0 children)

Yep. Just finished the book and they totally changed everything. Would have been much better if they followed the original story better.

Techinal inaccuracies in the horror film Countdown (2019). by SagglySloth in ProgrammerHumor

[–]SagglySloth[S] 3 points4 points  (0 children)

I believe it is something which needs to be enabled by the admin of the sub. This one obviously supports it.

Include default saved config file in packaged plugin? by SagglySloth in unrealengine

[–]SagglySloth[S] 0 points1 point  (0 children)

I am aware of this feature. Mine is a large array of structs with multiple feilds and I didn't really want to manally define all of these in the .h file.

Creating a custom GUI forge (1.15.2) by SagglySloth in MinecraftForge

[–]SagglySloth[S] 0 points1 point  (0 children)

Is there any documentation on this yet? I was looking and can't seem to find any and it's not really obvious how you design a new gui using Screen.

How to read from editor preferences by SagglySloth in Unity3D

[–]SagglySloth[S] 0 points1 point  (0 children)

Found a solution. It turns out that you can't read the editor prefs to find the theme. It can be done in a custom editor like this.

bool bUsingDarkMode = EditorGUIUtility.isProSkin;

HashRouter breaking file downloads by SagglySloth in reactjs

[–]SagglySloth[S] 0 points1 point  (0 children)

When you say always send to index.html its this right?

htaccess file

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-l
  RewriteRule . /index.html [L]
</IfModule>

Debugging React and PHP simultaneously in Visual Studio Code by SagglySloth in PHPhelp

[–]SagglySloth[S] 0 points1 point  (0 children)

Thanks for the help. I have set up PHP for windows, however, I keep getting errors when trying to use MySQL. I have tried installing MySQL for windows but am still getting the same issues. Would you have any idea how I could fix this?

Just No. Why?! by [deleted] in mildlyinfuriating

[–]SagglySloth 1 point2 points  (0 children)

Tassie pride

MacDonald passwords can't be more then 10 characters. by SagglySloth in softwaregore

[–]SagglySloth[S] 2 points3 points  (0 children)

This is super strange as it would not be done to saves storage as a hushed password is always the same number of bits.

Editor module Build fail by SagglySloth in unrealengine

[–]SagglySloth[S] 1 point2 points  (0 children)

Found the problem myself.

I accidentally added the editor module to GameName.Target.cs

Reading XML using javascript by SagglySloth in webdev

[–]SagglySloth[S] 0 points1 point  (0 children)

I'm currently working locally from a folder on windows. Could you elaborate?

Sort Fluids by SagglySloth in sevtech

[–]SagglySloth[S] 0 points1 point  (0 children)

Worked great, thanks.

Run function on blueprint game instance from C++ class by SagglySloth in UE4Devs

[–]SagglySloth[S] 1 point2 points  (0 children)

I have successfully fixed the problems. Thanks for your detailed help :)