Skip to content

Instantly share code, notes, and snippets.

View EchoEllet's full-sized avatar
:octocat:
I may be slow to respond.

Ellet EchoEllet

:octocat:
I may be slow to respond.
View GitHub Profile
@EchoEllet
EchoEllet / shouldersurfing-client.toml
Created October 14, 2025 17:40
Epic Fight #2112 Shoulder Surfing Reloaded mod config
[camera]
#The distance multiplier on whether or not to hide the player model if the camera gets too close to it. Set to 0 to disable.
# Default: 0.75
# Range: 0.0 ~ 1.7976931348623157E308
keep_camera_out_of_head_distance_multiplier = 0.75
#Size of the camera adjustment per step.
# Default: 0.025
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
camera_step_size = 0.025
#The speed multiplier at which the camera transitions between positions.
@EchoEllet
EchoEllet / problem.md
Last active April 28, 2024 00:25
Dart Bloc State Design Data Loss Issue

Click on this link for more details

You will have to join Bloc server on Discord

@EchoEllet
EchoEllet / README.md
Last active November 6, 2023 22:34
Fix flutter Gradle fails with native android plugins when using the latest version of gradle

Fix flutter Gradle fails with native android plugins when using the latest version of gradle

The issue is, when you use Flutter plugins that didn't update thier android gradle to 8.0 or later and if you use gradle 8.0 or above, the build will faield since gradle 8.0 require the package name as property in android block in build.gradle called namespace instead of AndroidManifest.xml so you should remove package attribute from AndroidManifest.xml and define it in build.gradle, in order to upgrade to Android gradle 8.0 plugin with gradle 8.0 or above but if you use plugins that didn't do those changes, the build will failed, also the latest version of android studio have Java jdk 17, so all new projects should target that version, but android old apis don't support that

@EchoEllet
EchoEllet / README.md
Last active March 31, 2024 21:14
Ktor VPS Server Deployment Steps
  1. Make sure you are on Mac OS or Linux, if your are on windows please use Git Bash instead of default terminal

And then connect to your ops server using ssh command with password or ssh key:

ssh root@SERVER_IP_ADDRESS
  1. Go to where your ktor server exists, create folder called "keys" and cd in there, then copy the absolute path of this folder