PMK89

Results 11 comments of PMK89

I got the same issue: `Unsupported opcode: WITH_EXCEPT_START print('Loading...') from web3 import Web3 import datetime import threading import json ... numTokensSold = 0 walletBalance = 0 foundTokenThreadBusy = False configFilePath...

I got exactly the same problem and I already tried for three weeks to get LevelDB working in electron on windows so that's no option for me. Any ideas how...

@milu2003 Thanks. I already only use it in the main process, but still get this error.

@milu2003 Thank you very much for your help. As I wrote I get exactly the same error as the OP (ReferenceError: self is not defined at new IDBStore. ...), It...

@Ivshti It seems to be a general issue with the level-js version. I just tried it on my dev server (that worked fine with the LevelDB version) and got a...

@milu2003 But you got leveldown running in electron on windows? That was the cause of my original problem. I already tried NeDB, it works on electron, but I couldn't implement...

@milu2003 Thanks a lot, now it works. I thought electron-rebuilt would do exactly that cause it also uses node-gyp but somehow that wasn't the case.

I got the same issue as mjmeintjes. Is it possible to achieve a similar spacing as Anki by changing the parameters?

I read the sm2 algorithm is what Anki uses, that's why I used that implementation. I made a simple change to prolong the interval For now I replaced the line:...

Hi @skenan it definitively prolongs the interval for elements with low difficulty. Cause it adds to the old interval it will be prolonging with every repetition as long the difficulty...