planyway

Results 7 issues of planyway

Everytime a user read/edit the database, he/she has to type a key he/she originally used to encrypt data. This typed key is going to overwrite appsettings.json's key, so ApplicationDbContext will...

Program.cs ``` public void ConfigureServices(IServiceCollection services) { byte[] key = Encoding.ASCII.GetBytes("sample_key"); var provider = new AesProvider(key); services.AddDbContext(builder=>{...}, provider); } ``` ApplicationDbContext.cs ``` public class ApplicationDbContext : DbContext { private readonly...

bug
question

**As suggested, I simply pressed F5 in VSCode**, after that, a whole bunch of words come out, taking at least 5 seconds till I see the green words implying the...

If one go back to Jul 7 2022's commit (1532daf), one will notice that running map_view_simple_example.py in 1532daf will cause a blank map. The bug is fixed in the next...

Thanks a lot for the great program, but I tried this: `headspace download https://my.headspace.com/player/300?authorId=1&contentId=220&contentType=ONEOFF&mode=focus&trackingName=Meditation --duration 10` and gets ``` Cannot download Exam Prep. This could be because this session might...

If you try to download the pack **Healing After A Breakup**, which has a content id of 1419, or the pack **Find Stillness in Any Moment**, which maybe does not...

I want to get all videos inside [the guided breathwork](https://my.headspace.com/modes/meditate/topic/112) topic, is there a way to auto-download all videos inside? It is not a course, just only a topic that...