Giter Club home page Giter Club logo

pomodore's People

Contributors

glutanimate avatar gottschali avatar zsmatrix62 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

pomodore's Issues

break time and break-end-notification not working

Hey, thanks for porting this for us!

First, the timer works mostly prefect. However, since I installed the add-on the break time would automatically display 5 minutes for all the different options, no matter what value i put in(The study time is always what I set it to be).

On top of that, the actual break timer just has the same time I put in for the actual study time.

So for example, I set study time 30 minutes, break time 7. In the options screen it will display it as 30-5 and when actually using it, it will time it as 30-30.

Additionally the audio-notification, signaling that a timer has finished, will only play when i finish studying, but not when the break ends... which sadly is the notification, that would be more useful to me.

Also, it would be really awesome if it let me finish the card im currently working on and wouldn't just interrupt me midway through... But i don't wanna ask too much of you.

I have tried disabling all other add-ons, I have the latest Anki version(2.1.35) and am working on windows 10.

Thanks again, for this!

grafik

Stats not showing up

So I'm using the pomodore Tomato Clock add on in anki and I love it but am having trouble getting the stats to show up they just read zero no matter what. Anyone know how to fix this?
I've also wondered if there is a way to toggle and enter your review section once you are in this field the tomato mode field.
I use a controller and it would be nice to not have to get up and fiddle with the computer if possible.

Hello just a big that happened to me few days ago..

Error
An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed.
If the issue only occurs when add-ons are enabled, please use the Tools>Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem.
When you've discovered the add-on that is causing the problem, please report the issue on the add-ons section of our support site.
Debug info:
Anki 2.1.15 (442df9d6) Python 3.6.7 Qt 5.12.1 PyQt 5.11.3
Platform: Windows 10
Flags: frz=True ao=True sv=1

Caught exception:
File "C:\Users\blueg\AppData\Roaming\Anki2\addons21\24411424\custom_shortcuts.py", line 137, in
(config_scuts["reviewer choice 2"], lambda: self._answerCard(2)),
File "aqt\reviewer.py", line 240, in _answerCard
File "C:\Users\blueg\AppData\Roaming\Anki2\addons21\864545277\controller.py", line 99, in wrapped
originalFunction(self)
File "aqt\reviewer.py", line 91, in nextCard
File "aqt\main.py", line 488, in moveToState
File "anki\hooks.py", line 29, in runHook
File "C:\Users\blueg\AppData\Roaming\Anki2\addons21\811976365\TomatoClock\TomatoClock.py", line 112, in after_anki_state_change
self.on_tomato(False)
File "C:\Users\blueg\AppData\Roaming\Anki2\addons21\811976365\TomatoClock\TomatoClock.py", line 119, in on_tomato
self.pb_w.hide()
<class 'AttributeError'>: 'NoneType' object has no attribute 'hide'

Failing on Anki 2.1.26

I cannot get this application to work with Anki. Immediately upon start-up, the extension crashes.

Here is the error message I get:

When loading '⁨Pomodore Tomato Clock Port⁩':
⁨Traceback (most recent call last):
  File "aqt/addons.py", line 211, in loadAddons
  File "/home/cedarprince/.local/share/Anki2/addons21/811976365/__init__.py", line 19, in <module>
    from .TomatoClock import TomatoClock
  File "/home/cedarprince/.local/share/Anki2/addons21/811976365/TomatoClock/TomatoClock.py", line 15, in <module>
    from .lib.component import anki_overview, anki_reviewer, anki_deckbrowser
  File "/home/cedarprince/.local/share/Anki2/addons21/811976365/TomatoClock/lib/component.py", line 16, in <module>
    from .config import UserConfig, ProfileConfig
  File "/home/cedarprince/.local/share/Anki2/addons21/811976365/TomatoClock/lib/config.py", line 7, in <module>
    from .kkLib import MetaConfigObj
  File "/home/cedarprince/.local/share/Anki2/addons21/811976365/TomatoClock/lib/kkLib.py", line 41, in <module>
    from aqt.downloader import download
ModuleNotFoundError: No module named 'aqt.downloader'

Here is my Anki information:

Version 2.1.26 (70784154)
Python 3.8.1 Qt 5.14.1 PyQt 5.14.1

I'd love to use this when it is fixed; thank you!

Break minutes reset to Work minutes after changing them

Hi, the "Break" minutes change to "Work minutes" even after editing them. This carries out to the implementation, e.g. after studying 20 minutes, the break is 20 minutes, after studying y minutes the break is y minutes.

Do you know where in the code are the "Break" minutes stored? I looked in db.py and in a few other files but couldn't find it.

Screen Shot 2020-04-07 at 17 32 29

failed on 2.1.23(btw the addon is awesome)

Error
An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed.
If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem.
When you've discovered the add-on that is causing the problem, please report the issue on the add-on support site.
Debug info:
Anki 2.1.23 (de9543ff) Python 3.8.0 Qt 5.13.1 PyQt 5.14.1
Platform: Mac 10.15.7
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2020-10-24 19:58:09
Add-ons possibly involved: ⁨811976365_1⁩

Caught exception:
Traceback (most recent call last):
File "aqt/webview.py", line 446, in handler
File "aqt/reviewer.py", line 329, in _onAnswerButton
File "</Applications/Anki.app/Contents/MacOS/decorator.pyc:decorator-gen-10>", line 2, in _answerCard
File "anki/hooks.py", line 666, in decorator_wrapper
File "anki/hooks.py", line 661, in repl
File "aqt/reviewer.py", line 270, in _answerCard
File "aqt/reviewer.py", line 103, in nextCard
File "aqt/main.py", line 591, in moveToState
File "aqt/gui_hooks.py", line 1538, in call
File "anki/hooks.py", line 611, in runHook
File "/Users/taiyangxiang/Library/Application Support/Anki2/addons21/811976365_1/TomatoClock/TomatoClock.py", line 112, in after_anki_state_change
self.on_tomato(False)
File "/Users/taiyangxiang/Library/Application Support/Anki2/addons21/811976365_1/TomatoClock/TomatoClock.py", line 119, in on_tomato
self.pb_w.hide()
AttributeError: 'NoneType' object has no attribute 'hide'

some suggestions

Could you consider adding some statistic graphs like version on anki2.0?
it's really useful!

small error message after finishing review

I used the fixes on ankiweb to get the add-on to run, but sometimes after finishing review without having used pomodoro, i get the following error:

File "C:...\AppData\Roaming\Anki2\addons21\811976365\TomatoClock\TomatoClock.py", line 112, in after_anki_state_change
self.on_tomato(False)
File "C:...\AppData\Roaming\Anki2\addons21\811976365\TomatoClock\TomatoClock.py", line 119, in on_tomato
self.pb_w.hide()
AttributeError: 'NoneType' object has no attribute 'hide'

thanks for making this available to us

Makes weird changes to study page

Add-on: Pomodore (Tomato Clock Port)
Anki Version 2.1.16 (2e7b7560)

Using Pomodoro addon makes the review heatmap on study page looks weird.
The bar on the bottom of the page also turns white (should be black like the rest of the page).

Screenshot 2019-11-23 at 8 59 29 AM

I think it's possibly due to some interference from using the night mode add-on.

Is there any way to fix this? This add-on is otherwise fantastic but the way it changes the look of the study page makes it rather distracting to use...

Thanks a lot!

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.