Giter Site home page Giter Site logo

russellbanks / hashhash Goto Github PK

View Code? Open in Web Editor NEW
34.0 34.0 1.0 1.94 MB

A cross-platform desktop app for hashing data, written in Compose for Desktop

License: GNU General Public License v3.0

Kotlin 100.00%
compose-desktop hacktoberfest hash hashing kotlin kotlin-multiplatform multiplatform

hashhash's Introduction

Hey, I'm Russell ๐Ÿ˜„

I love open source and creating all types of software. I am most fluent in Kotlin Full Color Logo Mark RGB Kotlin and Rust, but I work in many types of languages and enjoy learning new ones.

I am a moderator for the Windows Package Manager Community Repository. Some of my historic work falls under @BanDev โค๏ธ

My projects

  • ๐Ÿ‘จโ€๐Ÿ’ป Komac, a manifest creator for winget-pkgs
  • #๏ธโƒฃ HashHash, a multiplatform GUI for hashing, written in Compose for Desktop.
  • ๐Ÿ”” Notify, a Discord bot written in Kotlin to send notifications when people join voice channels.
  • ๐Ÿ“ฑ Buddha Quotes, an open source Buddha Quotes app made in Kotlin.
  • ๐Ÿ“ฑ Buddha Quotes Compose, Buddha Quotes rewritten in Jetpack Compose.
  • ๐Ÿ•‘ TimeSince, a Kotlin Native program to show the time since a date, using Kotlin LibUI.

๐Ÿ”ญ I'm currently working on

๐Ÿ’ผ Technical Skills

Kotlin Android Java C# React Next JS Rust

My stats

Russell's GitHub stats Top Langs

hashhash's People

Contributors

dependabot[bot] avatar jackdevey avatar renovate[bot] avatar russellbanks avatar vedantmgoyal9 avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

cyberflamego

hashhash's Issues

[Bug] crash on MacOS: NSInternalInconsistencyException

Bug Description

Cant pick directories on MacOS

To Reproduce
Steps to reproduce the behavior:
Run app on MacOS
Click on select file
App crashes with:

20:32:38.682526  INFO [                main] :        Configuration : Setting configuration using the DSL with append=false
2023-06-22 20:34:01.447 java[10169:5689922] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007ff8127c418a __exceptionPreprocess + 242
	1   libobjc.A.dylib                     0x00007ff8122ea42b objc_exception_throw + 48
	2   CoreFoundation                      0x00007ff8127ec2f6 -[NSException raise] + 9
	3   AppKit                              0x00007ff8158061fe -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 307
	4   AppKit                              0x00007ff8157f2714 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1227
	5   AppKit                              0x00007ff81598b28d -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 50
	6   AppKit                              0x00007ff8157f2242 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 42
	7   AppKit                              0x00007ff81598b246 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 59
	8   AppKit                              0x00007ff8162cd7c0 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 91
	9   AppKit                              0x00007ff8162a2141 -[NSOpenPanel initWithContentRect:styleMask:backing:defer:] + 136
	10  AppKit                              0x00007ff815ac18e2 -[NSPanel init] + 69
	11  AppKit                              0x00007ff8162cd758 -[NSSavePanel init] + 226
	12  AppKit                              0x00007ff815f1bdd5 +[NSSavePanel(Instantiation) _crunchyRawUnbonedPanel] + 58
	13  liblwjgl_nfd.dylib                  0x0000000148b20fd1 liblwjgl_nfd.dylib + 12241
	14  ???                                 0x000000011b16853a 0x0 + 4749428026
)
libc++abi: terminating due to uncaught exception of type NSException

Expected behavior
A native file dialog opens where I can pick a file

Platform Info

HashHash Version: latest master

Operating System: MacOS

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/desktop.yml
  • actions/checkout v4
  • actions/setup-java v4
  • gradle/actions v4
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-java v4
  • gradle/actions v4
  • softprops/action-gh-release v2
  • crazy-max/ghaction-virustotal v4
gradle
gradle.properties
settings.gradle.kts
build.gradle.kts
gradle/libs.versions.toml
  • org.pushing-pixels:aurora-component 2.0-20231104.160413-6
  • org.pushing-pixels:aurora-theming 2.0-20231104.160413-6
  • org.pushing-pixels:aurora-window 2.0-20231104.160413-6
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1
  • com.appmattus.crypto:cryptohash 1.0.2
  • io.gitlab.arturbosch.detekt:detekt-formatting 1.23.6
  • io.github.hoc081098:FlowExt 0.8.1
  • org.kohsuke:github-api 1.324
  • net.java.dev.jna:jna-jpms 5.14.0
  • net.java.dev.jna:jna-platform-jpms 5.14.0
  • com.github.Dansoftowner:jSystemThemeDetector 3.9.1
  • io.klogging:klogging-jvm 0.7.1
  • org.jetbrains.kotlinx:kotlinx-datetime 0.6.1
  • com.github.doyaaaaaken:kotlin-csv 1.10.0
  • io.ktor:ktor-client-java 2.3.12
  • org.lwjgl:lwjgl 3.3.4
  • org.lwjgl:lwjgl-tinyfd 3.3.4
  • org.slf4j:slf4j-nop 2.0.16
  • cafe.adriel.voyager:voyager-navigator 1.0.0
  • cafe.adriel.voyager:voyager-screenmodel 1.0.0
  • cafe.adriel.voyager:voyager-tab-navigator 1.0.0
  • com.mayakapps.compose:window-styler 0.3.2
  • org.jetbrains.compose 1.6.11
  • org.jetbrains.kotlin.plugin.compose 2.0.20
  • com.github.gmazzo.buildconfig 5.4.0
  • io.gitlab.arturbosch.detekt 1.23.6
  • org.jetbrains.kotlin.jvm 2.0.20
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.10

  • Check this box to trigger a request for Renovate to run again on this repository

With no file selected, the Calculate button can still be pressed

Dear Russell Banks,

Unfortunately, when you have lately opened this program & thus have no file chosen, the Calculate button still registers press events.

Convention would be to:

  • Disable the button until all required inputs are given and therefore the hash is ready to be calculated, or
  • Produce a suitable error message explaining the user's blunder, requesting they provide a file

Please find a detailed example below:

untitled

As is distinctly visible, no file has been opened & the button click event has been called, wrongly causing Windows to set forth an alternate loading cursor.

Whilst I am obviously aware of the minute complexity of this bug compared to your assumed over decorated schedule, it is nevertheless, naturally, something I would greatly appreciate seeing patched in an upcoming release.

Thank you for taking the time to read & address this issue, I wish you the best of luck in the future!

Yours Sincerely,

Mr. Jack William Devey

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.