Giter Club home page Giter Club logo

schizoid's Introduction

Lyzev

23, 08 Mon 2021, 20:00:00

Hey! I'm Lyzev, a student currently living in Austria. I'm preparing for high-school diploma, and learning programming through small projects on the side.

object Profile {

    const val username = "Lyzev"
    const val location = "Austria"
    val contact = mapOf(
        "Discord" to "lyzev",
        "Discord-Server" to "https://lyzev.github.io/discord/"
    )

}

Profile Stats

  • Commits of private repos are included!

Languages

Kotlin Java
HTML5 CSS3 Javascript
PHP
Markdown
OpenGL
C#
Python

Learning / Want to learn

TypeScript

IDE's

IntelliJ IDEA
WebStorm
PhpStorm
PyCharm
Rider
CLion

Tools

Selenium
Gradle Maven
MariaDB MySQL SQLite
Git GitHub GitLab
Qodana JUnit5
Fabric Modding

Systems

Windows 11 Windows 10
Linux Ubuntu Debian Kali Linux Kali Mint
Android
iOS

Other

Cloudflare Raspberry Pi Google Chrome Spotify

Contact

Discord

Statistics

Profile Details Repos per lang Most commit lang Stats Productive time

schizoid's People

Contributors

lyzev avatar redstonecrafter0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

schizoid's Issues

[Bug] Color Bending

Describe the bug

The color bending in RGB Puke effect noticeable
image

Steps to reproduce

Enable RGB Puke effect

Operating System

Windows

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Bug] Wrong artwork in the music player

Describe the bug

Sometimes the wrong artwork is displayed by the music player.

image

This is most likely caused by chrome not already having supplied the correct artwork. This might be fixed be refetching.

Steps to reproduce

This happend randomly when switching the song.

Operating System

Windows

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Suggestion] Add a sensitivity multiplier when zooming

Describe the feature

This allows to set a sensitivity multiplier when currently zooming. Currently the sensitivity is slightly too high for me and there is a significant step when panning around while zooming.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Modify MediaPlayer's default settings

Describe the feature

Some are not necessary

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Allow hue shifting in color grading

Describe the feature

I want the ability to shift the hue in my case from a bit yellow to green. The change would be to add a slider for hue just like saturation already has.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Spotify Integration

Describe the feature

As the title says

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Allow changing the zoom while zooming

Describe the feature

Use the scroll wheel of the mouse to allow changing the zoom level while zooming.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Add color setting

Describe the feature

As the title says

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

Update Fabric/Minecraft Version

minecraft = "1.20.2"
fabric_api = "0.90.4+1.20.2"
fabric_kl = "1.10.10+kotlin.1.9.10"
fabric_loader = "0.14.24"
fabric_mappings = "1.20.2+build.4"
fabric_loom = "1.4-SNAPSHOT"

[Bug] Rear View

Describe the bug

Rear View does not work.

image

Steps to reproduce

Enable rear view Feature

Operating System

Windows

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Suggestion] Add tooltip to sliders with allowOutOfBounds=true

Describe the feature

It is unintuitive that you need to CTRL + click in order to set an arbitrary number. It would be beneficial to add a tooltip when hovering in order to inform users of that feature.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Add color grading

Describe the feature

As the title says

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Bug] Incorrect media player rendering with certain settings

Describe the bug

This is with all Info options enabled and looks right.

image

Title disabled -> progress bar shifted

image

Artist disabled -> progress bar shifted

image

Artwork disabled -> title, artist and progressbar starting too far right

image

Steps to reproduce

By disabling any of Title, Artist or Artwork.

Operating System

Windows

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Bug] Support another platform than Windows

Describe the bug

The particle shader tries to get the screen size using win32 api which does only exist on windows.

A fix could be to use Java functionality:

Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
double width = screenSize.getWidth();
double height = screenSize.getHeight();

Steps to reproduce

Start the client on an other platform than windows

Operating System

Linux

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Bug] Particle Shader

Describe the bug

The particle shader does not correctly initialized when loading settings.

Steps to reproduce

1. have previously made settings for the client.
2. start the client.

Operating System

Windows

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Suggestion] Add a dark title bar

Describe the feature

Add a dark mode to the title bar and add an option to auto-detect the windows theme.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Add Config System

Describe the feature

Manage multiple configurations. (loading, saving and editing)

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Update to 1.20.6

Describe the feature

Update Minecraft version to 1.20.6

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Bug] Spotify Player Native Crash

Describe the bug

Sometimes the game crashes when the user changes the song in Spotify or restarts the app.
This is a native crash and therefore a bug in the library.

Steps to reproduce

1. close Spotify completely
2. start Spotify

Operating System

Windows

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Bug] ImGui Keyboard Input not working

Describe the bug

Keyboard input can be broken with the new function of deactivating input if not in ImGuiScreen.

Steps to reproduce

1. Open Feature Screen
2. Close Feature Screen
3. Open Feature Screen
4. It may happen that you cannot make any entries in text fields.

Operating System

Windows

Before submitting a bug report

  • This bug wasn't already reported.
    (I have checked every bug report on github)

  • This is a valid bug.
    (I am able to reproduce this on the latest dev build)

[Suggestion] Add Media Player

Describe the feature

As the title says.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Reinitialize particle shader

Describe the feature

Reinitialize particle shaders when scaling the window.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Moving Averages Box

Describe the feature

Add new blur mode.

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

[Suggestion] Add rounded corners for virtual mouse pad

Describe the feature

As the title says

Before submitting a suggestion

  • This feature doesn't already exist.
    (I have checked the source on the latest build)

  • This wasn't already suggested.
    (I have checked every suggestion on github)

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.