Gene Dan

Results 20 comments of Gene Dan

I talked to the AnkiDroid guys and from version 2.10+ they want people to switch to SSL: ![Screenshot from 2020-05-17 17-55-12](https://user-images.githubusercontent.com/6165650/82162133-d02ec180-9867-11ea-9783-d713f50ea9a3.png) I took a look at #22 and set up...

Hey guys, I'd like to join in and help out whenever I have the time. I use this a lot and would definitely like to keep this going. There was...

I've been able to get it to work with 2.1.23, in anki-bundled: 1. git checkout 2.1.23 2. Install rust dependencies 3. make check will reveal an unused import "use unicode_normalization::is_nfc"...

Well, the reopen function has been moved back into the collection class, so that solves the problem in the first post: https://github.com/ankitects/anki/commit/c49c3782962ceb39a69d16f74ad67925277f059d But just about everything else from the storage...

@AntonOfTheWoods, the latest commit I have gotten it to work with is https://github.com/ankitects/anki/commit/77cf7dd4b7f1a7e8c607ef29b76a51dfcbc311c9, after which I think the media check fails. Even bigger changes have happened since I last checked...

I think the good news is the rust is compiled into libraries that Python can use, so I would think that the server can be written in Python as long...

@rsanden I just ran into this error as well. I tried to upload a collection to an AWS Lightsail instance. What's odd though is that I haven't removed extra media...

I did some digging and I think the following line directly causes the exception: https://github.com/casact/chainladder-python/blob/3ef523ab2c4e041b4665e07b4de9fcb4c258b205/chainladder/core/correlation.py#L148 The test results in an array of 10 boolean values which we'd expect, but because...

I think I can take this one on with a PR, the correlation issue. I'll keep an eye out for values assignment issue and may open up another issue if...

According to the paper (starting from Appendix H), we're checking each diagonal: > Therefore, in order to check for such calendar year influences we only have to subdivide all development...