Code Monkey home page Code Monkey logo

Comments (11)

kraanzu avatar kraanzu commented on May 30, 2024 1

Hey @samuelj123, I cannot reproduce this behavior (although cursor buddy vanishes) for both time and word mode.
Can you share your config file with me?

python -c "import appdirs; print(appdirs.user_config_dir('smassh'))"

You can run the above command to get the location of the config dir. Inside which, will be a file called smassh.json

from smassh.

eklairs avatar eklairs commented on May 30, 2024 1

Just adding to avoid any confusion, the commit (before my comment), doesn't fix this issue, I mistakenly wrote 78 instead of 75

from smassh.

github-actions avatar github-actions commented on May 30, 2024 1

Did we solve your problem?

Glad we could help!
Don't forget to star the repository!
@kraanzu

from smassh.

samuelj123 avatar samuelj123 commented on May 30, 2024 1

Yep!! All fixed! Starring away

from smassh.

kraanzu avatar kraanzu commented on May 30, 2024

Damn.. Cursor buddy be doing some real damage there lol
I'm a little busy now. I'll push a fix tomm morning :)

Thanks for trying out Smassh <3

from smassh.

samuelj123 avatar samuelj123 commented on May 30, 2024

Sorry for the delay...
Here's the contents of smassh.json

{
  "data": [
    {
      "mode": "words",
      "count": 30,
      "start_time": 1707189131.3083422,
      "elapsed_time": 23.058086156845093,
      "wpm": 75,
      "raw_wpm": 75,
      "accuracy": 100,
      "failed": false
    },
    {
      "mode": "words",
      "count": 30,
      "start_time": 1707189241.9093516,
      "elapsed_time": 23.416937112808228,
      "wpm": 13,
      "raw_wpm": 74,
      "accuracy": 18,
      "failed": false
    },
    {
      "mode": "words",
      "count": 30,
      "start_time": 1707189586.3821304,
      "elapsed_time": 22.5915789604187,
      "wpm": 74,
      "raw_wpm": 77,
      "accuracy": 96,
      "failed": false
    },
    {
      "mode": "words",
      "count": 30,
      "start_time": 1707190641.2839632,
      "elapsed_time": 24.710692167282104,
      "wpm": 69,
      "raw_wpm": 70,
      "accuracy": 98,
      "failed": false
    }
  ]
}

from smassh.

kraanzu avatar kraanzu commented on May 30, 2024

Hey @samuelj123! My comment was incorrect. I updated the command :)

from smassh.

samuelj123 avatar samuelj123 commented on May 30, 2024

Hey @kraanzu , so technically all I need to do is just run pip install --upgrade smassh for it to work right? Or should I wait for 3.2.0 to be available on pip? I right now seem to have 3.0.4 ... Sorry! New to all this

from smassh.

kraanzu avatar kraanzu commented on May 30, 2024

Ah no I meant the command in the previous comment I made. The text file which you just share is the log data and not the config
Here's how you can get the config:

python -c "import appdirs; print(appdirs.user_config_dir('smassh'))"

from smassh.

samuelj123 avatar samuelj123 commented on May 30, 2024

Ah! Right

{
  "difficulty": "normal",
  "blind_mode": false,
  "min_speed": 0,
  "min_accuracy": 0,
  "min_burst": 0,
  "force_correct": false,
  "confidence_mode": "off",
  "capitalization_mode": "off",
  "cursor_buddy_speed": 30,
  "tab_reset": "on",
  "language": "english",
  "numbers": false,
  "punctuations": false,
  "mode": "words",
  "words_count": 30,
  "time_count": 30,
  "caret_style": "block",
  "writing mode": "words",
  "theme": "dracula"
}

from smassh.

kraanzu avatar kraanzu commented on May 30, 2024

Awesome! I'll check it out

Edit: Ok I can confirm that its crashing!

from smassh.

Related Issues (20)

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.