nicolae-stroncea
nicolae-stroncea
### Steps to reproduce 1. Go to [Website](http://machinelearningmechanic.com/deep_learning/2019/09/04/cross-entropy-loss-derivative.html) 2. Try to highlight following line by selecting it and clicking *highlight*:  ### Expected behaviour Whole line should be highlighted successfully....
- [x] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version. - [x] I have searched the issues of this repo and believe that this is not a duplicate. - **OS version...
This is my model: ```python class Person(Mixin, db.Model): """Person Table.""" __tablename__ = "person" id = db.Column(db.Integer, primary_key=True) name = db.Column(db.String(100), nullable=False) faces = db.relationship('Face') def __repr__(self): return f"" ``` This...
Just made the move to aw-server-rust. Very impressed by the change. The transition went smoothly, and the queries are blazingly fast. When I used to wait maybe 30-40 seconds for...
From my understanding of the code, and documentation, every time the localhost page reloads, the top activities in all categories are recalculated from the beginning. If you have a lot...
This is the updated PR for: https://github.com/ActivityWatch/aw-webui/pull/161 Created a new one cause the old commit history was too messy to fix and rebase. From old PR: > User can write...
I realized why there are a lot of `duration:0` events in the raw data store. I initially thought this was due to storing the same events twice(https://github.com/ActivityWatch/aw-android/pull/38), however this turned...
The following are not classified as UI apps, but could still give important information to track: * Music, Podcasts, audio books, etc. I think they're foreground services and could just...
For some reason, doesn't work without wifi, and on some instances seemed to crash/hang?